Обсуждение: Postgres 9.1.6 Startup Warning

Поиск
Список
Период
Сортировка

Postgres 9.1.6 Startup Warning

От
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.

postgres@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
postgres@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)

postgres@saipranav:~/bin>

What should be done from linux part.
Kindly clarify me in this regard.

--
Regards,
Hari

Re: Postgres 9.1.6 Startup Warning

От
Hariraman Jayaraj
Дата:
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 <hariraman.ocp@gmail.com> wrote:
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.

postgres@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
postgres@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)

postgres@saipranav:~/bin>

What should be done from linux part.
Kindly clarify me in this regard.

--
Regards,
Hari




--
Regards,
Hari