| Author |
php_msql.dll & php_mysql.dll is found where?
|
|
| Murdock 2005-01-01, 5:50 pm |
| [Sat Jan 01 08:56:05 2005] [notice] Parent: Created child process 224
PHP Warning: php Startup: Unable to load dynamic library
'./php_msql.dll' - The specified module could not be found.\r\n in
Unknown on line 0
PHP Warning: php Startup: Unable to load dynamic library
'./php_mysql.dll' - The specified module could not be found.\r\n in
Unknown on line 0
in my php folder where the rest of my php files and folders are I have
a:
msql.dll
libmysql.dll
I am doubtfull these are what it talking about.. Anyone know where I
can find the:
php_msql.dll
php_mysql.dll
Files?
| |
| Murdock 2005-01-01, 5:50 pm |
| Found the files so I've now added these lines to httpd:
#LoadFile C:/PHP/ext/php_msql.dll
#LoadFile C:/PHP/ext/php_mysql.dll
ScriptAlias /php/ext/ "C:/php/ext/"
Not sure what else to add...
| |
| Jim Patterson 2005-01-02, 2:46 am |
| Murdock wrote:
> Found the files so I've now added these lines to httpd:
>
> #LoadFile C:/PHP/ext/php_msql.dll
> #LoadFile C:/PHP/ext/php_mysql.dll
> ScriptAlias /php/ext/ "C:/php/ext/"
FYI, the #LoadFile lines will do nothing. "#" introduces a comment. If
you remove it, then it will have some effect (whether good or bad I
don't know).
--
Jim Patterson
Ottawa, Ont
CANADA
| |
| Murdock 2005-01-02, 2:46 am |
| Ok it was removed due to the fact it is not needed if I dont know what
aliases are needed for it in the first place. the scriptalias i have
there currently was useless as that directory is already open. I need
to know what loadfile loadmodule I need to script into its core. Thank
you though.
|
|
|
|