[PHP-DEV] PHP 4.0 Bug #9368 Updated: Impossible to load pgsql.so From: dbucher <email protected>
Date: 02/21/01

ID: 9368
User Update by: dbucher <email protected>
Status: Open
Bug Type: PostgreSQL related
Description: Impossible to load pgsql.so

It is really a bug. But it is not a PHP bug.

For information :
=================

The bug is due to Debian. In some cases, you get a very
slightly different package name, for example from KDE
and this package is NOT compatible !!!

The package you should have is :
"3:3.0.18-1potato.2"
BUT you have :
"3:3.0.18-1.potato.2"

Just remark the point !!!
You have to get the right package (remove wrong package,
remove KDE from your sources.tree, reinstall correct
package)

Previous Comments:
---------------------------------------------------------------------------

[2001-02-21 07:58:02] dbucher <email protected>
COULD NOT LOAD pgsql.so : I tryed two ways :

 * dl("pgsql.so") gives an error :

Fatal error: Unable to load dynamic library '/usr/lib/php3/apache/pgsql.so' - /usr/lib/php3/apache/pgsql.so: undefined symbol: empty_string in /var/www/admin/sushis/exemple.php3 on line 6

 * "extension=pgsql.so" in /etc/php3/apache/php3.ini has NO effect :

Fatal error: Call to unsupported or undefined function pg_connect() in /var/www/admin/sushis/exemple.php3 on line 8

SOS ! PLEASE ! I am really annoyed and don't know *at* *all* what to do ?

The server is under Debian potato, the installed packages are :

 *** Opt web php3 3.0.18-1.po 3.0.18-1.po A server-side, HTML-embed
 *** Opt web php3-cgi 3.0.18-1.po 3.0.18-1.po A server-side, HTML-embed
 *** Opt web php3-cgi-mys 3.0.18-1.po 3.0.18-1.po Mysql module for PHP3 (cg
 *** Opt web php3-cgi-pgs 3.0.18-1.po 3.0.18-1.po PostgreSQL module for PHP
 *** Opt web php3-mysql 3.0.18-1.po 3.0.18-1.po Mysql module for PHP3 (ap
 *** Opt web php3-pgsql 3.0.18-1.po 3.0.18-1.po PostgreSQL module for PHP

# uname -a
Linux sashimi 2.2.18pre21 #1 Sat Nov 18 18:47:15 EST 2000 i686 unknown

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=9368

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>