initdb fails after installation on Mac OS X 10.2.6

From: Fuat Atabey <atabey(at)in(dot)tum(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Cc: Asa McWilliams <macwilli(at)in(dot)tum(dot)de>, Fuat Atabey <fuat(dot)ata(at)gmx(dot)de>, richy <kayali(at)in(dot)tum(dot)de>, Christian Sandor <sandor(at)in(dot)tum(dot)de>, Martin Wagner <wagnerm(at)in(dot)tum(dot)de>, Andi Loehr <aloehr(at)inmedius(dot)de>
Subject: initdb fails after installation on Mac OS X 10.2.6
Date: 2003-07-17 09:42:38
Message-ID: 00F928D3-B83B-11D7-A955-000A957D68B8@in.tum.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

i installed postgre 7.3.3. I used the Installation Instruction of
postgre.org. The installation ran fine. However, when I ran the initdb
command, it failed. The latest Apple Security Updates are installed. I
changed the prefix to a local user account, because i have no admin
rights.

This is the error when I run the following command:

./configure --with-includes=/sw/include/ --with-libraries=/sw/lib
--prefix=/private/Network/Servers/macbruegge7/Volumes/raid/Users/
atabey/Applications/pgsql
make
make install
"go to Folder pgsql"

[macbruegge65:~/Applications/pgsql] atabey% bin/initdb -D data
The files belonging to this database system will be owned by user
"atabey".
This user must also own the server process.

The database cluster will be initialized with locale en_US.
This locale setting will prevent the use of indexes for pattern matching
operations. If that is a concern, rerun initdb with the collation order
set to "C". For more information see the Administrator's Guide.

Fixing permissions on existing directory data... ok
creating directory data/base... ok
creating directory data/global... ok
creating directory data/pg_xlog... ok
creating directory data/pg_clog... ok
creating template1 database in data/base/1... bin/initdb: line 582:
7349 Abort trap "$PGPATH"/postgres -boot -x1 $PGSQL_OPT
$BACKEND_TALK_ARG template1

initdb failed.
.
.
.
Any help wold be greatly appreciated.

Thanks,

Fuat Atabey

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Donald Fraser 2003-07-17 11:21:16 Arrays in pl/pgsql functions
Previous Message Dani Oderbolz 2003-07-17 07:51:32 Documentation of Concepts