Re: : Unable to load libsqlpg.so - Mailing list pgsql-interfaces

From miguel lam
Subject Re: : Unable to load libsqlpg.so
Date
Msg-id BAY14-F30bLYluLCTao0003c6b5@hotmail.com
Whole thread Raw
In response to : Unable to load libsqlpg.so  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
List 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/



pgsql-interfaces by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: [ODBC] ODBC / MS-Access... linking a ms-access DB to a view...
Next
From: Carlos Ojea Castro
Date:
Subject: Re: : Unable to load libsqlpg.so