| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jan 2007
Posts: 98
![]() | I can not get curl working on local. Hello, I can not get curl working on local. I checked the log file. As soon as I start the server I get this error on log file PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ\\php5\\ext\\php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0 I am running Appserv v2.5.9 PHP/5.2.3 I already enabled curl. What is wrong I do not know. Thanks |
| |
| | #3 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,552
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Check in your ini file is the line is not commented out and that the file path is correct
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Member Join Date: Jan 2007
Posts: 98
![]() | I changed the path to C:/AppServ/php5/ext/ Now i get this error PHP Warning: PHP Startup: Unable to load dynamic library 'C:/AppServ/php5/ext/php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0 I got it working. I found the answer on google after a long search. It is what i did 1. Copied libeay32.dll and ssleay32.dll to c:\windows\system32 2. Edited my PHP.ini file un-commenting extension=php_curl.dll 3. set extension directory C:/AppServ/php5/ext/ 4. Copied php_curl.dll from my C:/AppServ/php5/ext/ directory to C:/AppServ/php5 directory. |
| |