[PHP] Problem installing extension

2001-05-21 Thread Ben Curtis
I'm having problems loading an extension I just compiled into PHP 4.0.5 on linux. On startup I get this... PHP Warning: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20001222/myextension.so' - cannot open shared object file: cannot load shared object file:

Re: [PHP] Problem installing extension

2001-05-21 Thread Yasuo Ohgaki
Check your extension_dir in php.ini. Default is extension_dir=./ With this setting, PHP searches *.so files in appropriate directory for the PHP version running. Ben Curtis wrote: I'm having problems loading an extension I just compiled into PHP 4.0.5 on linux. On startup I get