Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!! - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!
Date
Msg-id 36485E3F.5465F7AF@flex.ro
Whole thread Raw
In response to Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!  (leif@danmos.dk)
List pgsql-interfaces
leif@danmos.dk wrote:
>
> After compiling and installing this resulted in the following ourput from
> 'ldd libpgtcl.so':
>
>         libpq.so.1 => /usr/local/pgsql/lib/libpq.so.1 (0x4000b000)
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40018000)
>         libc.so.6 => /lib/libc.so.6 (0x40045000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)

It looks good ! :-)

> Finally PgAccess could start, but ... when I load a database I do get the
> tables shown, but I also get:
>
> Error in startup script: First argument is not a valid query result
>     while executing
> "pg_result $pgres -numTuples"
>     (procedure "open_database" line 31)
>
> I am using Tcl/Tk 8.0, but I am using PostgreSQL 6.3.2. Is this a
> 6.3.2/6.4 compatibility issue?


Yeap !

0.92b goes fine with PostgreSQL 6.4 due to some changes in libpgtcl
PgAccess v0.90 goes with PostgreSQL 6.3.2

I just wanted to say that I like *very* much PostgreSQL 6.4 , the guys
from PostgreSQL development team are making a fine job.
I plan to make some enhancements to PgAccess so the next 6.4.1
PostgreSQL will come with a better version of PgAccess.

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: betrieb.awms@t-online.de (Johann Hueppeler)
Date:
Subject: ODBC-Driver for win 3.1
Next
From: Sebastian Meyer
Date:
Subject: Re: [INTERFACES] PGAccess Question