Hello friends,
Sorry to all for my bad English
I just installed a small VPS for testing APC and see it working, I installed the whole system well, but I see APC to see the version of php (php -v) gives me an error
php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/apc.so' - /usr/lib/php5/20100525/apc.so: can not open shared object file: No such file or directory in Unknown on line 0
Deb7u14 5.4.4-14 + PHP (cli) (built: Aug 21 2014 8:36:44)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
I installed
Debian wheezy
i-MSCP 1.1.14
Build: 20140915
FPM
I see my phpinfo
/etc/php5/fpm/conf.d/20-apc.ini,
But I can not find my file apc.so
I put the config
extension = apc.so
apc.enabled = 1
apc.shm_size = 256M
apc.ttl = 3600
apc.user_ttl = 7200
apc.gc_ttl = 3600
apc.max_file_size = 1M
apc.num_files_hint = 10000
apc.user_entries_hint = 10000
apc.max_file_size = 5M
apc.stat = 0
apc.optimization = 0
apc.shm_segments = 1
apc.enable_cli = 1
apc.cache_by_default = 1
apc.include_once_override = 1
Anyone know why this error may occur
Thank you