GCC3.2 and Postgres 7.2.2

Started by Christopher Niasover 23 years ago2 messagesbugs
Jump to latest
#1Christopher Nias
chris.nias@gmx.net

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Christopher Nias (#1)
Re: GCC3.2 and Postgres 7.2.2

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