dolomats

Active Member
Dec 14, 2014
35
0
56
cPanel Access Level
Website Owner
Hi,

When i try install APCU from WHM -> Software » Module Installers. I go the error bellow any help pls !


Failed to download pecl/APCu within preferred state "stable", latest release is version 4.0.7, stability "beta", use "channel://pecl.php.net/APCu-4.0.7" to install
install failed
The APCu.so object is not in /usr/local/lib/php/extensions/no-debug-non-zts-20121212
Tidying /usr/local/lib/php.ini...
No changes
Tidying /usr/local/cpanel/3rdparty/php/54/etc/php.ini...
No changes
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You will need to install this module via the command line because it's still considered "beta". EX:

Code:
pecl install channel://pecl.php.net/APCu-4.0.7
Thank you.