Re: [PHP] Location of .so files on Linux box

2007-04-10 Thread Richard Lynch
On Tue, April 10, 2007 8:24 am, Miles Thompson wrote: > This probably belongs in php-install, but here goes. > > Where should extension files be located? Yes. :-) They should go wherever it makes sense on your setup. > In php.ini the default entry > for > extension_dir is: > extension_dir=

Re: [PHP] Location of .so files on Linux box

2007-04-10 Thread Børge Holen
On Tuesday 10 April 2007 15:24, Miles Thompson wrote: > This probably belongs in php-install, but here goes. > > Where should extension files be located? In php.ini the default entry for > extension_dir is: > extension_dir= "./" > > That's fine, but relative to which directory (locations in par

[PHP] Location of .so files on Linux box

2007-04-10 Thread Miles Thompson
This probably belongs in php-install, but here goes. Where should extension files be located? In php.ini the default entry for extension_dir is: extension_dir= "./" That's fine, but relative to which directory (locations in parentheses)? Where php.ini is located? (/usr/share/lib) Where ap