Re: : Unable to load libsqlpg.so

Поиск
Список
Период
Сортировка
От miguel lam
Тема Re: : Unable to load libsqlpg.so
Дата
Msg-id BAY14-F30bLYluLCTao0003c6b5@hotmail.com
обсуждение исходный текст
Ответ на : Unable to load libsqlpg.so  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Eckermann
Дата:
Сообщение: Re: [ODBC] ODBC / MS-Access... linking a ms-access DB to a view...
Следующее
От: Carlos Ojea Castro
Дата:
Сообщение: Re: : Unable to load libsqlpg.so