6.5beta, and problems with pgaccess

From: Gyurcsan Ferenc Tamas <gyurex(at)ns(dot)vpszk(dot)bme(dot)hu>
To: pgsql-ports(at)postgresql(dot)org
Subject: 6.5beta, and problems with pgaccess
Date: 1999-04-09 17:31:31
Message-ID: Pine.LNX.3.96.990409192456.2740A-100000@brian.vpszk.bme.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hi,
I managed to compile and install postgres 6.5 on linux, with kernel
2.2.4. Pentium 120MHz.
The most important problems with the regression tests are:

- QUERY: INSERT INTO INT2_TBL(f1) VALUES ('32767');
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('-32767');
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('100000');
! ERROR: pg_atoi: error reading "100000": Math result not representable
QUERY: INSERT INTO INT2_TBL(f1) VALUES ('asdf');
ERROR: pg_atoi: error in "asdf": can't parse "asdf"
QUERY: SELECT '' AS five, INT2_TBL.*;

- And the same with int4.
-geometry
-triggers
-misc
-plpgsql

Do you think that the int2 and int4 test might cause a big problem?

My other problem is that pgaccess gives the following error:

$ pgaccess
Error in startup script: couldn't load file "libpgtcl.so":
/usr/local/pgsql/lib/libpgtcl.so: undefined symbol: crypt
while executing
"load libpgtcl.so"
(procedure "main" line 6)
invoked from within
"main $argc $argv"
(file "/usr/local/pgsql/bin/pgaccess" line 5044)
$

How could I solve this? I tried to look it up in the Archivum, but the
mirror doesn't work very well in Hungary.

Regards,
Ferenc

Browse pgsql-ports by date

  From Date Subject
Next Message Matt Jensen 1999-04-12 05:59:40 PostgreSQL install on Linux
Previous Message Unprivileged user 1999-03-31 08:28:40 Port Bug Report: Strange choice of index, or no choice of index, for numeric keys