> extension_dir in php.ini is set correctly and the only way to fix > these errors we found setting LD_LIBRARY_PATH to a directory the > same as is in extension_dir, where modules actually are. It is > rather strange or even ugly solution, isn't it? Did we miss > something or it's a kind of silly bug? Hello, I am having a problem similar to the one mentioned in the following three links: http://phpbuilder.net/mail/php4-beta/2000052/0200.php http://phpbuilder.net/mail/php4-beta/2000052/0376.php http://phpbuilder.net/mail/php4-beta/2000052/0382.php My apache error message is slightly different, however: PHP Warning: Unable to load dynamic library '/usr/lib/php4/apache/pgsql.so' - shared object not open in Unknown on line 0 I tried putting /usr/lib/php4/apache in /etc/ld.so.conf, but then after running "ldconfig -v", the output does not list pgsql.so. Is this a definate problem to look into right here? The postgres module on my filesystem is: -rw-r--r-- 1 root root 36560 Oct 24 17:40 /usr/lib/php4/apache/pgsql.so I ran <? phpinfo(); ?> and extension_dir was /usr/lib/php4/apache/ for both Local and Master values, as i expected. If you are wondering where I picked these directories from, I didn't really, they were the ones specified by the php4-pgsql and php4 packages in Debian's "woody" distribution. This error seems quite serious, and I can't figure out how to fix it. I really need the postgres functions to work. My setup is: Debian/sparc woody, apache 1.3.9, php4.0.3pl1...what other information would you like? Please advise. I suppose one messy solution is to get the source code to everything, compile it, and install it, but I'd rather go the avenue of why this doesn't work first. Is this a known bug, or I am I overlooking something serious? Please cc: me in any replies, I'm not subscribed to this list yet. Anything info is appreciated. Thanks! - Armen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]