Re: [INTERFACES] FPK Pascal and Postgres - Mailing list pgsql-interfaces

From Ken J. Wright
Subject Re: [INTERFACES] FPK Pascal and Postgres
Date
Msg-id 3.0.1.32.19990901091256.00a80370@ori-ind.com
Whole thread Raw
In response to FPK Pascal and Postgres  (Robert Hiltibidal <rob@y2k.state.il.us>)
List 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 by date:

Previous
From: Robert Hiltibidal
Date:
Subject: FPK Pascal and Postgres
Next
From: The Hermit Hacker
Date:
Subject: Re: [INTERFACES] FPK Pascal and Postgres