Обсуждение: initdb-problem

Поиск
Список
Период
Сортировка

initdb-problem

От
vandeurzen luc
Дата:
Hi,

i'am trying to install postgresql-6.3.2 on a dec-alpha with digital unix
v3.2. Postgres has never been installed on this machine. After compilation
(gmake 3.74, flex 2.5.4, gcc 2.8.1 )and setting the env. var's PGLIB and
PGDATA, i tried to run initdb which resulted in the following error message:

> initdb

initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as inpu to
creat the template database.
initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create
the global classes.
initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based
authentication control file.

We are initializing the database system with username postgres (uid=102).
This user will own all the files and must also own the server process.

initdb: creating template database in /usr/local/pgsql/data/base/template1
Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1
ERROR:  BuildFuncTupleDesc: function mkoidname(opaque, opaque) does not exist
ERROR:  BuildFuncTupleDesc: function mkoidname(opaque, opaque) does not exist
longjmp or siglongjmp function used outside of saved context
./initdb: 10745 Abort - core dumped
initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1

----------

any help?