Installing PHP APC in Fedora - Unable to initialize module ?

Posted by sri on Stack Overflow See other posts from Stack Overflow or by sri
Published on 2012-10-24T04:57:02Z Indexed on 2012/10/24 5:00 UTC
Read the original article Hit count: 345

Filed under:
|

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/

© Stack Overflow or respective owner

Installing PHP APC in Fedora - Unable to initialize module ?

Posted by sri on Server Fault See other posts from Server Fault or by sri
Published on 2012-10-24T04:57:02Z Indexed on 2012/10/24 11:04 UTC
Read the original article Hit count: 345

Filed under:
|

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/

© Server Fault or respective owner

Related posts about php

Related posts about apc