Re: Bug #804: plpgsql not work on solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: claman64(at)tin(dot)it, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #804: plpgsql not work on solaris
Date: 2002-10-24 14:31:12
Message-ID: 11721.1035469872@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-10-24 15:34:30 Bug #805: pg_dump examines all tables even with -t "table_name" speficied
Previous Message Bhuvan A 2002-10-24 13:32:18 Re: Bug #804: plpgsql not work on solaris