Встановіть APC RedHat


16

я намагаюся встановити apc на redhat, так що я зробив:

pecl install apc

я сказав так :

Use apxs to set compile flags (if using APC with Apache)? [yes]:

і я отримую це:

checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to \
regenerate PHP parsers.

і

checking whether apc needs to get compiler flags from apxs...

Sorry, I was not able to successfully run APXS.  Possible reasons:

1.  Perl is not installed;
2.  Apache was not compiled with DSO support (--enable-module=so);
3.  'apxs' is not in your path.  Try to use --with-apxs=/path/to/apxs
The output of apxs follows
/tmp/tmpJQuZdD/APC-3.0.16/configure: line 3846: apxs: command not found
configure: error: Aborting
ERROR: `/tmp/tmpJQuZdD/APC-3.0.16/configure --with-apxs' failed

в чому може бути проблема? Спасибі


3
Це поза темою для StackOverflow. Натомість він належить на ServerFault. Будь ласка, дивіться FAQ: stackoverflow.com/faq
Поліном

Підказка є yum whatprovides *bin/apxs.
кванта

Відповіді:


20

Ви забули цей пакет:

sudo yum install httpd-devel.i386

або

sudo yum install httpd-devel

Вам також можуть знадобитися:

apt-get install apache2-threaded-dev

Після завершення спробуйте ще раз і в кінці перезапустіть apache:

sudo apachectl -k graceful
Використовуючи наш веб-сайт, ви визнаєте, що прочитали та зрозуміли наші Політику щодо файлів cookie та Політику конфіденційності.
Licensed under cc by-sa 3.0 with attribution required.