Click to See Complete Forum and Search --> : php looks at wrong place for extensions


shray
06-14-2001, 11:13 AM
in my case php server is looking at /usr/pdc/apache/lib/.. directory for my extension library which I am loding thru dl command.

What do I need to do for fixing it.

Anon
06-19-2001, 11:13 AM
set the 'extension_dir' variable in you php.ini file to the abs path to your dlls.

Anon
06-22-2001, 12:31 AM
I have a question about this extension_dir..

in windows, what's an example of the format if your dlls are in the winnt/system32 directory

I keep trying to uncomment the php_interbase.dll and set the extension_dir and it complains that the dynamic library couldn't be loaded or something.

-S