On Ubuntu I had to install the apache2-threaded-dev package. It's the the Etch repos.
Инсталация
Това » PECL разширение не е част от пакета на PHP.
Информация относно инсталирането на това PECL разширение може да се намери в главата от ръководството Инсталиране на PECL разширения. Допълнителна информация, като нови издания, изтегляния, изходни файлове, информация за поддръжката и CHANGELOG може да се намери тук: » http://pecl.php.net/package/apc.
DLL файла на това разширение може да бъде изтеглен или от страницата за » изтегляне на PHP или от » http://pecl4win.php.net/
Забележка: On Windows, APC needs a temp path to exist, and be writable by the web server. It checks TMP, TEMP, USERPROFILE environment variables in that order and finally tries the WINDOWS directory if none of those are set.
Забележка: For more in-depth, highly technical implementation details, see the » developer-supplied TECHNOTES file .
Инсталация
26-Jul-2008 12:18
23-Jul-2008 10:07
debian etch installation
apt-get install apache2
apt-get install libapache2-mod-php5
apt-get install php-pear
apt-get install php5-dev
apt-get install make
apt-get install apache2-prefork-dev
pecl install apc
apache2-prefork-dev is necessary for not having the
"Sorry, I was not able to successfully run APXS."
error
