Re: : Unable to load libsqlpg.so

From: "miguel lam" <mikkal56(at)hotmail(dot)com>
To: carlosojea(at)leveltelecom(dot)es, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: : Unable to load libsqlpg.so
Date: 2004-10-29 14:24:34
Message-ID: BAY14-F30bLYluLCTao0003c6b5@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi, there are a environment variable called $LD_LIBRARY_PATH, this
variable contain the path to the shared object, maybe you have installed the
postgres from sources and the library doesnt point to the correct place
where your .so file is, so try to put it like this
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/postgres/lib
by example, see ya.

_________________________________________________________________
MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Grupos 2004-10-30 18:50:46 UNSUPORTED TYPE => TEXT
Previous Message Jeff Eckermann 2004-10-29 13:51:17 Re: [ODBC] ODBC / MS-Access... linking a ms-access DB to a view...