I cannot install APC cacher on Ubuntu 10

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

I cannot install APC cacher on Ubuntu 10

Post by aneuryzma »

I've found the following tutorial to install APC on servers with lighttpd + php 5.2 on Ubuntu 10:
http://www.assembla.com/wiki/show/socia ... d_Lighttpd

However, when I run "sudo pecl install apc" the package is just downloaded and is not installed. (i.e. I'm not asked the tutorial question" and apc.ini file is not created at all). It just download the file, and it doesn't proceed with the installation.

ps. If I run only "pecl install apc" I get a warning (no permissions to write some files)
thanks
Post Reply