I got instructions here http://www.vbulletin.com/forum/showthread.php?t=165367 And got stuck here 6. install referencing the paths in step #3 type the following 4 lines one after the other /usr/bin/phpize my error is [root@vps APC-3.0.15]# /usr/bin/phpize /usr/bin/phpize: line 57: aclocal: command not found Now this is the first time I've used a command line in my life so I dont know what to do besides follow instructions.
whereis phpize That should show you the location of phpize in the server. If it just says "phpize:" and no location it is not installed on the server properly (or not at all).
Ya it's there, I pasted my commands: [root@vps src]# whereis phpize phpize: /usr/bin/phpize [root@vps src]# whereis php-config php-config: /usr/bin/php-config [root@vps src]# gunzip -c APC-3.0.8.tgz | tar xf - gunzip: APC-3.0.8.tgz: No such file or directory [root@vps src]# gunzip -c APC-3.0.15.tgz | tar xf - [root@vps src]# cd APC-3.0.15 [root@vps APC-3.0.15]# /usr/bin/phpize /usr/bin/phpize: line 57: aclocal: command not found [root@vps APC-3.0.15]# /usr/bin/phpize /usr/bin/phpize: line 57: aclocal: command not found [root@vps APC-3.0.15]# /usr/bin/phpize ./configure --enable-apc --enable-apc-mmap --with-apxs=/usr/local/apache/bin/apxs --with-php-config=/usr/bin/php-config make make install /usr/bin/phpize: line 57: aclocal: command not found [root@vps APC-3.0.15]# /usr/bin/phpize /usr/bin/phpize: line 57: aclocal: command not found [root@vps APC-3.0.15]#