Skip to main content

Easy Apache - Missing PHP extensions and auto updating

Comments

6 comments

  • cPanelMichael
    Hello :) Could you open a support ticket using the link in my signature so we can take a closer look and open an internal case if necessary? You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • Phincy
    Hi, Please try the following steps via a root terminal. # pecl download memcached # tar -zxvf memcached-2.1.0.tgz # cd mecached* # phpize # ./configure # make && make install # echo "extension=memcached.so" >> /usr/local/lib/php.ini # service httpd restart Make sure that you have the memcached service installed in the server and is running. The memcached package is available in EPEL repository. The same steps can be used for any pecl based extensions
    0
  • monkey64
    [quote="Phincy, post: 1547131"> Please try the following steps via a root terminal. # pecl download memcached # tar -zxvf memcached-2.1.0.tgz # cd mecached* # phpize # ./configure # make && make install # echo "extension=memcached.so" >> /usr/local/lib/php.ini # service httpd restart
    Thanks for the post and yes I can manually install from source using the above. But why does the PECL installer no longer work since I upgraded to PHP 5.5.7? My installed extensions used to show up under "Home " Software " Module Installers" as blue buttons under the "Installed PHP Pecl(s)" section.
    0
  • cPanelMichael
    [quote="monkey64, post: 1547341">Thanks for the post and yes I can manually install from source using the above. But why does the PECL installer no longer work since I upgraded to PHP 5.5.7? My installed extensions used to show up under "Home " Software " Module Installers" as blue buttons under the "Installed PHP Pecl(s)" section.
    Were you able to open a support ticket to allow us to take a closer look? Thank you.
    0
  • luigidelgado
    Fast Question Michael: Whats the difference between the Apache module and installing via PECL? which is best?
    0
  • cPanelMichael
    [quote="luigidelgado, post: 1746842">Whats the difference between the Apache module and installing via PECL? which is best?
    You can often find PECL modules that are not available via EasyApache. However, keep in mind that you should only install stable PECL modules, as EasyApache builds do not retain beta or alpha PECL modules. I suggest using EasyApache as the primary method of enabling PHP modules. Thank you.
    0

Please sign in to leave a comment.