Re: [INTERFACES] FPK Pascal and Postgres

From: Robert Hiltibidal <rob(at)y2k(dot)state(dot)il(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-interfaces(at)postgreSQL(dot)org, "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
Subject: Re: [INTERFACES] FPK Pascal and Postgres
Date: 1999-09-01 17:56:59
Message-ID: 3.0.6.32.19990901125659.009097c0@y2k.state.il.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

My thanks to you and Ken who offered the following ideas:

>Did you 'ldconfig' so that the linker knows where to find the library?

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

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

When I did those alteration and rebuilt the postgres.ppu it didn't work.

I then made the following change in the postgres.pp file

{ $include "/usr/include/libpq/pqcomm.h"}

Well that didn't work either. You guys will laugh at this...

I added a make install, just on a whim. I wasn't sure if I'd be replacing a
more modern unit as the site says its for postgres 6.3.1 and we're running
6.5.1. The rule of thumb round here being make sure it works before you
replace....

It worked.

Now I can tackle the tackle the fun of relearning....

Thanks again,

-Rob

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ken J. Wright 1999-09-01 18:18:51 Re: [INTERFACES] FPK Pascal and Postgres
Previous Message The Hermit Hacker 1999-09-01 16:26:36 Re: [INTERFACES] FPK Pascal and Postgres