1

This is pretty strange situation I am getting.

I have installed apc (with ./configure and make) on my LAMP gentoo with PHP 5.2.

To get apc loaded i need to place apc.so in my www php directory otherwise it just don't get loaded.

I don't even any idea of this, if you have even only tips please post an answer.

If you need the full series of command it's here: Failed installing APC?

dynamic
  • 730
  • 6
  • 17
  • 31

2 Answers2

1

check the extensions_path variable in your php.ini. This defines where php will look for extensions.Gentoo might require you modify one of the include files

http://www.gentoo.org/proj/en/php/php-upgrading.xml
http://www.reallylinux.com/docs/php.ini

Sameer
  • 4,070
  • 2
  • 16
  • 11
0

The best thing for you to do would be to remove all of the work you've done by hand on your Gentoo system, and install Apache, PHP, and APC through the Gentoo way: using Portage.

laebshade
  • 806
  • 5
  • 11