Operating System - HP-UX
1753659 Members
5991 Online
108798 Solutions
New Discussion юеВ

Re: PostgreSQL extensions in php.ini file (Apache install)

 
Neil Dewar
New Member

PostgreSQL extensions in php.ini file (Apache install)

Hi,

I'm seeing the following error when trying to load the PstgreSQL extension in the php.ini file of my Apache install. Has anybody seen this error before? I'm stumped....Thanks.

[11-Sep-2007 14:39:14] PHP Warning: PHP Startup: Unable to load dynamic library
'/opt/hpws/apache/php/lib/php/extensions/plpgsql.so' - Unsatisfied data symbol
'ActiveSnapshot' in load module '/opt/hpws/apache/php/lib/php/extensions/plpgsql
.so'. in Unknown on line 0
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: PostgreSQL extensions in php.ini file (Apache install)

Shalom,

I'd check the existance of the file its trying to see.

It appears to be a problem with how SHLIB_PATH was set when the binaries were compliled.

I'm interested in how this problem could have gotten into a production software release unless the product wasn't designed to work with postgres, which I doubt.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Neil Dewar
New Member

Re: PostgreSQL extensions in php.ini file (Apache install)

Thanks for that. I loaded the software as a component of the HP Internet Express suite so it's an official HP release. The plpgsql.so file exists in the directory specified and the software is correct for this version of HP-UX (11iv3). Does anybody else have any ideas? Thanks!