problem in install apc

He3am

Verified User
Joined
Mar 7, 2013
Messages
95
hi
im problem in install apc
when run this command : ./configure --with-php-config=/usr/local/bin/php-config
recived this error :

[root@vps APC-3.1.13]# ./configure --with-php-config=/usr/local/bin/php-config
-bash: ./configure: No such file or directory

what this problem ? how can fix ?
 
I think you should just be able to do:

Code:
/usr/local/php5/bin/pecl install apc

If you cant find pecl in that folder you will have to find where it is with:

Code:
find / -name pecl
 
Back
Top