Re: libgcc_s.so.1 not found - Mailing list pgsql-general

From P.J. \"Josh\" Rovero
Subject Re: libgcc_s.so.1 not found
Date
Msg-id 3ED3B9E8.1020306@sonalysts.com
Whole thread Raw
In response to libgcc_s.so.1 not found  (Nailah Ogeer <ogeer@cs.queensu.ca>)
List pgsql-general
Looks as if your local or postgres user doesn't have a
$LD_LIBRARY_PATH that includes libgcc_s.so.1.

Find the library on your system, and modify the profile
of the user to make sure they have in in $LD_LIBRARY_PATH.

If you are running on the same system that you built postgresql
on, the library is there somewhere....

Nailah Ogeer wrote:
> Hi,
> Having some problems. So i installed 7.3.2. I got up to running the
> server in the background. I am not sure if what i am doing next is
> corrext. I cd into the pgsql/bin folder and run createdb mydb. here's my
> error message:
>
> createdb mydb
> ld.so.1: ./psql: fatal: libgcc_s.so.1: open failed: No such file or
> directory
> Killed
> createdb: database creation failed

--
P. J. "Josh" Rovero                                 Sonalysts, Inc.
Email: rovero@sonalysts.com    www.sonalysts.com    215 Parkway North
Work: (860)326-3671 or 442-4355                     Waterford CT 06385
***********************************************************************


pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Postgresql on SUN Server
Next
From: Doug McNaught
Date:
Subject: Re: PID of user connection???