apache - Installing Moodle - failed to load cURL php extension -
i know there lot of questions regarding issue, believe me , i've tried bunch of solutions offered, none of them worked me.
here list of software i've used (this i've been asked use)
- httpd-2.2.31-win32
- php 5.4.45-win32-vc9-x86 thread safe
- mysql 5.6.11.0msi
- moodle 2.8.10
after first introduction steps moodle installation , passed smoothly,i’ve encountered problem shown on capture.
list of things i've tried : - i’ve checked if php_curl.dll
exist in ext file , does.
i’ve checked if line
;extension=php_curl.dll
uncommented , was.then i’ve took
icudt49.dll, icuin49.dll , icuuc49.dll
files , paste them inside apache bin directory, restart apache , still nothing.i read many posts, mention copying 3 files c:\windows\system32 or c:\windows\syswow64 folder
- php_curl.dll - libeay32.dll - ssleay32.dll , again nothing.
- then found fixed curl extensions , tried , again nothing.
- tried found here how enable curl in wamp server.
is there can ? thank you.
i had same problem used wampserver, in order solve it
go [www.anindya.com] download php_curl-5.4.3-vc9-x64.zip under "fixed curl extensions:" , replace php_curl.dll in ext folder(c:\wamp\bin\php\php5.4.3\ext) . worked me.
Comments
Post a Comment