hi james,
thx for your help!
i was following this tutorial ...
http://www.vbulletin.com/forum/showthread.php?t=165367
..
-----------------------------------------------
i have done the following .....
1.
used putty to grap apc 3.0.19, extract & put it in /usr/local/src
2.
cd /usr/local/src/APC-3.0.19
3.
/usr/bin/phpize
4.
./configure --enable-apc --enable-apc-mmap --with-apxs=/usr/local/apache/bin/apxs --with-php-config=/usr/bin/php-config
5.
make
6.
make install
7.
-> in usr/lib/php.ini put "extension="/usr/lib/php/extensions/no-debug-non-zts-20020429/apc.so"
apc.shm_size = 32" before ";Windows Extensions"
8.
-> save php.ini & restarted apache
/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start
-----------------------------------------------
(and now with: service httpd restart - to make sure)
but it seems like not being installed.
is there anything missing in the tutorial i have posted? how can i get the error-log-file for httpd?
->
error code at apc.php is "No cache info available. APC does not appear to be running."
http://blogono.com/apc.php