Unable to load dynamic library problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
sunnyday09
Forum Newbie
Posts: 2
Joined: Thu Jun 18, 2009 4:08 pm

Unable to load dynamic library problem

Post 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.
-----------------------------------
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Unable to load dynamic library problem

Post by pickle »

I'm guessing download the source code & see if those dll files are in there somewhere.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
sunnyday09
Forum Newbie
Posts: 2
Joined: Thu Jun 18, 2009 4:08 pm

Re: Unable to load dynamic library problem

Post by sunnyday09 »

May I know where I can download the missing extension source code?

Thanks!
Post Reply