मैं redhat पर apc स्थापित करने की कोशिश कर रहा हूँ तो मैंने किया:
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 के लिए विषय है। यह बजाय सर्वरफॉल्ट पर है। कृपया अकसर किये गए सवाल देखें: stackoverflow.com/faq
—
Polynomial
संकेत है
—
क्वांटा
yum whatprovides *bin/apxs
।