|
From: Reinis R. <ro...@ro...> - 2007-03-21 17:44:45
|
extension_dir is setting in php.ini .. You dont actually need to php-config or eaccelerator to know that. Just in eaccelerator source directory do something like this (just skip the make install step in the end): /path/to/phpize ./configure --with-php-config=/path/to/php-config make cp modules/eaccelerator.so /whatever/directory/ and then in php.ini add: zend_extension="/whatever/directory/eaccelerator.so" And it will work just fine. rr ----- Original Message ----- From: Chip Burke To: eac...@li... Sent: Wednesday, March 21, 2007 3:49 PM Subject: [Eaccelerator-users] php-config returns incorrect info I am trying to get eaccelerator to build. However, php-config is returning a bogus value for the extension_dir. From what I have gathered, I have to recompile PHP to get php-config to return the correct extension_dir value (as it ignores php.ini) however I can't for the life of me find the switch to add to the ./configure to specify the extension_dir so that php-config can then report the correct value to eaccelerator's config script. Anyone else run into this? Des anyone know how to compile PHP with a custom extension_dir value? Thanks, ________________________________________ Chip Burke ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ eAccelerator-users mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-users |