Installing PHP APC in Fedora - Unable to initialize module ?
- by sri
I have been trying to install APC on my Fedora Apache Server for showing progress bar while uploading files. But I am getting the following PHP Warning while starting XAMPP.
Starting XAMPP for Linux 1.7.1...
PHP Warning: PHP Startup: apc: Unable to initialize module
Module compiled with module API=20090626, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to matchin Unknown on line 0
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Another FTP daemon is already running.
XAMPP for Linux started.
My Server Details :
OS : Fedora-12
XAMPP version : 1.7.1
PHP Version : 5.2.9
APC Version : 3.1.9
I have tried the process as is mentioned in here :
1)http://2bits.com/articles/installing-php-apc-gnulinux-centos-5.html
2)http://stevejenkins.com/blog/2011/08/how-to-install-apc-alternative-php-cache-on-centos-5-6/