Page 1 of 1

Unable to load dynamic library problem

Posted: Thu Jun 18, 2009 4:15 pm
by sunnyday09
Hi,

I got problem and need help. When I tried to run php script, and I got this following message. When I checked php.ini, all the extensions are there. But when I check the folder PHP\ext\, the XXXX.dll files are physically all not there. Where can I find and copy these extension files into \PHP\ext\ folder so that the error message will be gone? Or is there any better solution for this? Many thanks!
-------------------------------------------------------------
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_curl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mbstring.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_tidy.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_xmlrpc.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_xsl.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mcrypt.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mcrypt_filter.dll' - The specified module could not be found.
-----------------------------------

Re: Unable to load dynamic library problem

Posted: Thu Jun 18, 2009 5:13 pm
by pickle
I'm guessing download the source code & see if those dll files are in there somewhere.

Re: Unable to load dynamic library problem

Posted: Fri Jun 19, 2009 7:14 am
by sunnyday09
May I know where I can download the missing extension source code?

Thanks!