Re: Craetalang function can't find libgcc_s.so.1 on

From: Randall Perry <rgp(at)systame(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Craetalang function can't find libgcc_s.so.1 on
Date: 2002-08-12 13:44:08
Message-ID: B97D33E8.18346%rgp@systame.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Randall Perry dijo:
>
>> I successfully compiled, installed, initdb'ed' and started Postgres 7.2.1
>> only to discover createlang wouldn't work. Here's the error:
>>
>> # /usr/local/pgsql/bin/createlang plpgsql template1
>> ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: ld.so.1:
>> /usr/local/pgsql/bin/postmaster: fatal: libgcc_s.so.1: open failed: No such
>> file or directory
>> createlang: language installation failed
>>
>> Libgcc_s.so.1 is in the environment path at /usr/local/lib.
>
> Put /usr/local/lib in LD_LIBRARY_PATH, or in /etc/ld.so.conf (I'm
> assuming Linux's ld.so behaviour; I don't know whether Solaris is
> similar. At least the LD_LIBRARY_PATH trick should work). That should
> do the trick.

It was already in both LD_LIBRARY_PATH and POSTGRES_LIB. Solaris doesn't
have ld.so.conf.

--
Randy Perry
sysTame
Mac Consulting/Sales

phn 772.589.6449
mobile email help(at)systame(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-08-12 14:22:17 Re: oid's and primary keys on insert
Previous Message Vince Vielhaber 2002-08-12 12:48:44 Re: Selecting Varchar range.