GCC3.2 and Postgres 7.2.2
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
Import Notes
Reference msg id not found: 5281.1031400833@www56.gmx.net
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