I can not install Pecl extension from c panel . I need it for a Drupal Site... Is there a simple way to catch it ?
I can not install Pecl extension from c panel . I need it for a Drupal Site... Is there a simple way to catch it ?
Use the following steps from ssh as root.
Open php.ini and add the extension as followsCode:cd /usr/src wget http://pecl.php.net/path/to/package.tar.gz tar -zxf package.tar.gz cd package phpize ./configure make make install
extension = package.so
Restart apache.
thanks David, I'm a beginner , I found a place where manage ssh keys... is it the place to enter the code below ?
No. You have only cpanel access? Does you have WHM access as root?
think I have only c panel access... and my level seems weak to solve this probleme... Maybe will appear a very simple way to do it (as pear.php).
Thanks for your help