PDA

View Full Version : Update APC to 3.1.4



canreo
10-15-2010, 08:48 AM
I have APC 3.0.19 installed on my server, but I would like to upgrade to 3.1.4.

I have tried "pecl install apc" and "pecl upgrade apc" I get this message "pecl/apc is already installed and is the same as the released version 3.0.19 install failed"

How do I tell PECL to grab the newest pear package and install it?

DoYouSpeakWak
11-02-2010, 12:01 PM
I did this just a few weeks back. No problem. Just do it manually.

wget the file. configure, make, make install etc. google "apc+make install" that should give you a few how to guides.

thechronic
11-03-2011, 03:56 PM
You can do


pecl install -f apc

canreo
11-03-2011, 08:56 PM
You can do


pecl install -f apc

Thanks thechronic, that worked great!