| From: | vandeurzen luc <lvdeurze(at)luc(dot)ac(dot)be> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | initdb-problem |
| Date: | 1998-09-07 15:18:31 |
| Message-ID: | 3.0.1.32.19980907161831.009b56c0@alpha.luc.ac.be |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
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?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John Palmer | 1998-09-07 15:26:24 | Help ... |
| Previous Message | Kees Leune | 1998-09-07 08:28:56 | Postgres 6.3.2 psql |