Re: Load "myLib.so" error cannot load obj file...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: didier tanti <tantididier(at)yahoo(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Load "myLib.so" error cannot load obj file...
Date: 2006-09-13 18:23:39
Message-ID: 15063.1158171819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

didier tanti <tantididier(at)yahoo(dot)fr> writes:
> ERROR: could not load library "/myPath/libxx.so": libpcre.so : cannot open shared object file: No such file or directory.

> the problem is that the libpcre.so does exist and is in my
> LD_LIBRARY_PATH,

But is it in the postmaster's LD_LIBRARY_PATH? That's what counts here.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simon_Kelly 2006-09-13 20:43:14 Re: Issue with order by for type varchar
Previous Message Brandon Aiken 2006-09-13 18:23:36 Re: [NOVICE] Question About Aggregate Functions