Re: [INTERFACES] FPK Pascal and Postgres

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: Robert Hiltibidal <rob(at)y2k(dot)state(dot)il(dot)us>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] FPK Pascal and Postgres
Date: 1999-09-01 16:12:56
Message-ID: 3.0.1.32.19990901091256.00a80370@ori-ind.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Kevin North 1999-09-01 16:23:40 (no subject)
Previous Message Robert Hiltibidal 1999-09-01 15:30:56 FPK Pascal and Postgres