Re: [INTERFACES] PgAccess 0.82 and Postgres 6.3 - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] PgAccess 0.82 and Postgres 6.3
Date
Msg-id 3501B070.5510E0AF@flex.ro
Whole thread Raw
In response to PgAccess 0.82 and Postgres 6.3  (Felix Morley Finch <felix@crowfix.com>)
List pgsql-interfaces
Felix Morley Finch wrote:
>
> PgAccess worked before I upgraded, doesn't now.  I tried using the new
> pibpgtcl built by 6.3, that didn't help.  I'm nt familiar with tcl,
> but it looks like the connect call passes 3 parms and that libpgtcl
> expects 3 parms.  Is there something obvious I am doing wrong?

No. The number of parm's didn't changed. It must be some mixed libraries
from older version left somewhere.

I have completely remove all postgreSQL 6.2, libraries, libpq's and
libpgtcl's from anywhere on the system.
I have completely compiled postgreSQL 6.3 distribution from scratch.
Also , go in directory :

/usr/src/postgresql-6.3/src/interfaces/libpgtcl

and issue make

after that, copy libpgtcl.so.1 to /lib/libpgtcl.so and also from
libpq/libpq.so.1.1 to /lib/libpq.so

PgAccess should work without any problem.
Don't forget to launch postmaster with the -i option.

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: Felix Morley Finch
Date:
Subject: PgAccess 0.82 and Postgres 6.3
Next
From: "Boersenspielteam"
Date:
Subject: Re: [INTERFACES] Perl module: Postgres - obsolete?