Re: [INTERFACES] FPK Pascal and Postgres

Поиск
Список
Период
Сортировка
От Ken J. Wright
Тема Re: [INTERFACES] FPK Pascal and Postgres
Дата
Msg-id 3.0.1.32.19990901091256.00a80370@ori-ind.com
обсуждение исходный текст
Ответ на FPK Pascal and Postgres  (Robert Hiltibidal <rob@y2k.state.il.us>)
Список pgsql-interfaces
Hi Rob,

>/y2k/pascal/postgres -- 10:17am
>y2k{rob}192 ->testpg
>testpg: error in loading shared libraries
>libpq.so.2.0: cannot open shared object file: No such file or directory

Make sure you have an entry in /etc/ld.so.conf,

/usr/local/pgsql/lib

then run /sbin/ldconfig to register the postgres library with the so loader
cache.
ldconfig -p will show what's currently in the cache.

Also, in your /etc/ppc386.cfg you may need to have an entry also,

# Search path for libraries
-Fl/usr/local/pgsql/lib

Ken


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Robert Hiltibidal
Дата:
Сообщение: FPK Pascal and Postgres
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [INTERFACES] FPK Pascal and Postgres