This is a discussion on cURL on Windows Server 2003 / Apache 2.0.47 / PHP 4.3.4-dev within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello Today, i switched from Windows 2000 Professional to Windows Server 2003. Actually, it was no big deal, got BIND, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello
Today, i switched from Windows 2000 Professional to Windows Server 2003. Actually, it was no big deal, got BIND, Apache and PHP up and running quite fast. But I'm experiencing problems with my Web-Development-Server. I can't make it run cURL anymore. Because i have a lot of stuff which relies on that I'm pressured to make this working again. I uncommented the load command for the cURL-extension in php.ini. In a further step (after having thoroughly read http://www.php.net/curl/ ), i wanted to move those two dlls mentioned to the /WINDOWS/SYSTEM32-Folder: ssleay32.dll - SUCCESS libeay32.dll - FILE WITH SAME NAME EXISTS I clicked 'yes' to overwrite the dll, but windows gave me a error because it said the dll is in use (?). Which other application is using this .dll? I just installed BIND, Apache and PHP in this order. Starting up Apache gives me the following warning message: "Unable to load dynamic link library 'c:/program files/php/extensions/php_curl.dll'. The operating system cannot run %1" After that, Apache seems to run quite nice and stable. But without cURL :( Any suggestions? Thanks a lot! Mario |