Re: GCC3.2 and Postgres 7.2.2 - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: GCC3.2 and Postgres 7.2.2
Date
Msg-id Pine.LNX.4.44.0209071820340.963-100000@localhost.localdomain
Whole thread Raw
In response to GCC3.2 and Postgres 7.2.2  (Christopher Nias <chris.nias@gmx.net>)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Christopher Nias
Date:
Subject: GCC3.2 and Postgres 7.2.2
Next
From: Rod Taylor
Date:
Subject: Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM