Re: Bug #804: plpgsql not work on solaris - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #804: plpgsql not work on solaris
Date
Msg-id 11721.1035469872@sss.pgh.pa.us
Whole thread Raw
In response to Bug #804: plpgsql not work on solaris  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> bash-2.05$ createlang plpgsql template1
> ERROR:  Load of file /usr/local/pgsql/lib/plpgsql.so failed: ld.so.1: /usr/local/pgsql/bin/postmaster: errore
fatale:libgcc_s.so.1:impossibile aprire: File o directory non trovati 
> createlang: language installation failed

I think you need to adjust LD_LIBRARY_PATH (in the postmaster's
environment) so that it includes whatever directory contains
libgcc_s.so.1.  (/usr/local/lib is a likely place for it, but you'll
have to look.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #804: plpgsql not work on solaris
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #805: pg_dump examines all tables even with -t "table_name" speficied