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

From Robert Hiltibidal
Subject Re: [INTERFACES] FPK Pascal and Postgres
Date
Msg-id 3.0.6.32.19990901125659.009097c0@y2k.state.il.us
Whole thread Raw
In response to Re: [INTERFACES] FPK Pascal and Postgres  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [INTERFACES] FPK Pascal and Postgres
List 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



pgsql-interfaces by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [INTERFACES] FPK Pascal and Postgres
Next
From: "Ken J. Wright"
Date:
Subject: Re: [INTERFACES] FPK Pascal and Postgres