6.5beta, and problems with pgaccess

Поиск
Список
Период
Сортировка
От Gyurcsan Ferenc Tamas
Тема 6.5beta, and problems with pgaccess
Дата
Msg-id Pine.LNX.3.96.990409192456.2740A-100000@brian.vpszk.bme.hu
обсуждение исходный текст
Список 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


В списке pgsql-ports по дате отправления:

Предыдущее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: Strange choice of index, or no choice of index, for numeric keys
Следующее
От: Matt Jensen
Дата:
Сообщение: PostgreSQL install on Linux