Re: GCC3.2 and Postgres 7.2.2

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christopher Nias <chris(dot)nias(at)gmx(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: GCC3.2 and Postgres 7.2.2
Date: 2002-09-07 16:21:43
Message-ID: Pine.LNX.4.44.0209071820340.963-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Rod Taylor 2002-09-07 17:57:10 Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM
Previous Message Christopher Nias 2002-09-07 12:52:13 GCC3.2 and Postgres 7.2.2