Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by Vlatko Å urlan (not registered) on Fri, 2009-03-20 14:32.

I've found the harder way that using 'pecl install apc' is not a good way on my Debian system. The reason is that as soon as I update my apache or php packages, the apc is not up to date with the rest of the system and can cause a lot of headache as it did for me.

On a Debian system in production the best way is to maintain a clean apt install by installing apc the following way:

apt-get install php-apc

This way all the dependencies will be taken care of on the next package update and the consistency is much better.

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.