Обсуждение: GCC3.2 and Postgres 7.2.2

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

GCC3.2 and Postgres 7.2.2

От
Christopher Nias
Дата:
Okay, I guess this is a bug...
If not, please excuse me, and help me anyway :-)
I have installed Postgres 7.2.2 with GCC 3.2
The installation went fine until it i tried createdb, then I get the
following error message:

ld.so.1: /usr/local/pgsql/bin/psql: fatal: libgcc_s.so.1: open failed: No
such file or directory
Killed
createdb: database creation failed

However, when I do a find my computer does have this file
I am running Solaris 9 on a Sparcstation 20

Thanks for any help
Chris

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

Re: GCC3.2 and Postgres 7.2.2

От
Peter Eisentraut
Дата:
Christopher Nias writes:

> ld.so.1: /usr/local/pgsql/bin/psql: fatal: libgcc_s.so.1: open failed: No
> such file or directory

This is a problem with your GCC installation.  You should make it find its
own libraries.  For a workaround you could point the LD_LIBRARY_PATH
environment variable to the directory where libgcc_s.so.1 lives.

--
Peter Eisentraut   peter_e@gmx.net