Page 1 of 1

Curl activating in Xampp 1.77

PostPosted: 09. February 2012 01:18
by peekk
Hi, i have ubuntu 11.04 and Xampp 1.7.7 version installed. I want to activate curl on my localhost. I edited the php.ini file, restarted my apache and i got this error:
Code: Select all
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20060613/php_curl.dll' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20060613/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0


What should i do now?

Re: Curl activating in Xampp 1.77

PostPosted: 09. February 2012 15:49
by JonB
A. undo your change.

B. restart LAMPP

Check your phpinfo() -

AFAIK Curl is enabled by default in LAMPP 1.7.7

Good Luck