Rob Dege wrote: > I have to compile & install php-4.0.6 src on a machine. I can configure & > compile everything necessary, but when php looks for the pgsql.so library, > it can't be found & exits abnormally. Upon further investigation, I > discovered that this file was never compiled when I ran 'make'. I > included --with-pgsql in my configure parameters. What am I missing?
First of all, I _strongly_ suggest to use PHP 4.1.2, since PHP 4.0.6's pgsql module has random crash bug due to bad notice message handling. I suggest to compile module in PHP whenever possible, but you can do --with-pgsql=shared,/usr/local/pgsql You you don't specify "shared", pgsql module is in libphp4.so. -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
