Discussion:
Postgres 9.1.6 Startup Warning
(too old to reply)
Hariraman Jayaraj
2012-12-22 07:35:03 UTC
Permalink
Dear Team,

I have downloaded postgres 9.1.6 32bit from Enterprise DB site (One Click
Installer) and installed the same in Suse Linux 11 SP1 server edition.
Installation was successful. But while starting up postgres, I am getting
the below warnings.

***@saipranav:~/bin> ./pg_ctl -o -i -D /opt/PostgreSQL/9.1/data start
/opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1: no version information
available (required by /opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
/opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1: no version information
available (required by /opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
server starting
***@saipranav:~/bin> /opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1:
no version information available (required by
/opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
/opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1: no version information
available (required by /opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)

***@saipranav:~/bin>

What should be done from linux part.
Kindly clarify me in this regard.
--
Regards,
Hari
Hariraman Jayaraj
2012-12-22 09:56:55 UTC
Permalink
Dear Team,

I have set path like

export LD_LIBRARY_PATH="/opt/PostgreSQL/9.1/lib/"

Then no warnings :)

On Sat, Dec 22, 2012 at 1:05 PM, Hariraman Jayaraj
Post by Hariraman Jayaraj
Dear Team,
I have downloaded postgres 9.1.6 32bit from Enterprise DB site (One Click
Installer) and installed the same in Suse Linux 11 SP1 server edition.
Installation was successful. But while starting up postgres, I am getting
the below warnings.
/opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1: no version information
available (required by /opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
/opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1: no version information
available (required by /opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
server starting
/lib/libz.so.1: no version information available (required by
/opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
/opt/PostgreSQL/9.1/bin/postgres: /lib/libz.so.1: no version information
available (required by /opt/PostgreSQL/9.1/bin/../lib/libxml2.so.2)
What should be done from linux part.
Kindly clarify me in this regard.
--
Regards,
Hari
--
Regards,
Hari
Loading...