craper
08-15-2009, 10:19 AM
Hello
I would like to know where I should type the command? I haven't done it before.
I just can't find text input box for me to type command anywhere in WHM.
I want to install cURL in my VPS. I have VPS plan with WHM and Cpanel.
PHP 5.2.8.
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
I would like to know where I should type the command? I haven't done it before.
I just can't find text input box for me to type command anywhere in WHM.
I want to install cURL in my VPS. I have VPS plan with WHM and Cpanel.
PHP 5.2.8.
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
