Re: libgcc_s.so.1 not found

From: "P(dot)J(dot) \"Josh\" Rovero" <rovero(at)sonalysts(dot)com>
To: Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: libgcc_s.so.1 not found
Date: 2003-05-27 19:18:00
Message-ID: 3ED3B9E8.1020306@sonalysts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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(at)sonalysts(dot)com www.sonalysts.com 215 Parkway North
Work: (860)326-3671 or 442-4355 Waterford CT 06385
***********************************************************************

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2003-05-27 19:22:16 Re: PID of user connection???
Previous Message Andrew Sullivan 2003-05-27 19:05:35 Re: Postgresql on SUN Server

Browse pgsql-hackers by date

  From Date Subject
Next Message scott.marlowe 2003-05-27 20:08:12 Re: Postgresql on SUN Server
Previous Message Andrew Sullivan 2003-05-27 19:05:35 Re: Postgresql on SUN Server