এপিসি রেডহ্যাট ইনস্টল করুন


16

আমি রেডহাতে এপিসি ইনস্টল করার চেষ্টা করছি তাই আমি করেছি:

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
এটি স্ট্যাকওভারফ্লোর জন্য বিষয়বস্তু। পরিবর্তে এটি সার্ভারফল্টের অন্তর্গত। দয়া করে 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

এটি সম্পূর্ণ হয়ে গেলে, আবার চেষ্টা করুন এবং শেষে অ্যাপাচি পুনরায় চালু করুন:

sudo apachectl -k graceful
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.