apc.so installed from PEAR in weird directory
I just installed APC using the command.
pear install apc
It reported it installed OK and shows up if I type
pear list
After an httpd restart I can't see APC in the phpinfo() page.
The extension apc.so file is in a weird directory. As far as I can tell in the php.ini file all the extensions have to be in one directory.
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/apc.so
Do I really need to set the extensions directory to this? Will other extensions also be compiled into this directory?
If I set extension_dir to this directory then it appears in phpinfo() but I am concerned that this is such a "far_out" path name that the slightest update could break it.
I just installed APC using the command.
pear install apc
It reported it installed OK and shows up if I type
pear list
After an httpd restart I can't see APC in the phpinfo() page.
The extension apc.so file is in a weird directory. As far as I can tell in the php.ini file all the extensions have to be in one directory.
/usr/local/lib/php/extensions/no-debug-non-zts-20020429/apc.so
Do I really need to set the extensions directory to this? Will other extensions also be compiled into this directory?
If I set extension_dir to this directory then it appears in phpinfo() but I am concerned that this is such a "far_out" path name that the slightest update could break it.
Last edited: