http://www.php.net/manual/en/curl.setup.php

 


 add a note add a noteUser Contributed Notes Installing/Configuring
helvecio_oliveira at yahoo dot com dot br 21-Aug-2003 04:12
CURL install steps in Mandrake 9.1: 
========================================================== 
cp -r /usr/src/php-devel/extensions/curl /tmp/curl 
cd /tmp/curl 
phpize 
./configure 
make install 
echo "extension = curl.so" > /etc/php/90_curl.ini 

Restart apache web server. 
========================================================== 
curl.so is in: 
/usr/lib/php/extensions/ 

look in phpinfo, the string: 
/etc/php/90_curl.ini 

Needs these  tools: 
autoconf 
automake 
libtool 
m4 
php430-devel-430-11mdk.rpm 

Some docs: 
/usr/share/doc/php430-devel-430/SELF-CONTAINED-EXTENSIONS

+ Recent posts