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
Коментарии
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