| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Member | 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 |
| |
| | #4 (permalink) |
| NamePros Member | 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. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |