Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP/Apache Extension Problem

Status
Not open for further replies.

frosty7700

Programmer
Aug 10, 2001
95
US
I am running PHP and Apache on a Windows 2000 system, and while I have the bare minimum up and running (I can do phpinfo() and all that), I am having problems with the extensions. I have the path in php.ini set to "c:\php\extensions\" but I get popup errors like

"Unable to load dynamic library ‘c:\php\extensions\php_curl.dll’ – The specified module could not be found."

I have verified that the DLLs are indeed at that location. Do I need to run regsvr32 on them, or what? Is the extension_dir setting even relevant when in Windows?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top