problem with initdb (PostgreSQL 6.4.2) on IRIX 6.2 64bit

From: Yu Cao <yucao(at)falcon(dot)kla-tencor(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: problem with initdb (PostgreSQL 6.4.2) on IRIX 6.2 64bit
Date: 1999-03-06 01:43:05
Message-ID: Pine.SOL.3.96.990305170949.26918C-100000@wavelet.kla-tencor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

I have just successfully compiled and installed version 6.4.2
on IRIX 6.2, using MIPSpro 7.2.1 compilers with SGI_ABI set
to -64. However, when I run initdb, I get the following:

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

Creating Postgres database system directory /usr/local/pgsql/data/base

Creating template database in /usr/local/pgsql/data/base/template1
ERROR: create index: type for attribute 'attrelid' undefined
ERROR: create index: type for attribute 'attrelid' undefined
Quit - core dumped
initdb: could not create template database
initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1

I have read the IRIX specific FAQ, and followed all the patches for
Postgres 6.3. I ran configure --with-tcl. I was able to get initdb
to work when I compiled with -o32 and -n32.

Thanks for any help,

--Yu Cao

Browse pgsql-ports by date

  From Date Subject
Next Message P. Barrette 1999-03-06 02:42:11 PPC compile, one error: typeidTypeRelid
Previous Message Thomas G. Lockhart 1999-03-05 06:45:30 Re: [PORTS] fmgr cache lookup failed on initdb