Error running initdb

From: "David Parker" <dparker(at)tazznetworks(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Error running initdb
Date: 2004-06-01 15:35:22
Message-ID: 120DB10316D2B946A3A1BEFB82324BB17D38E8@kodos.tazznetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm new to postgresql, first of all, and I'm not sure if this is the
correct list....

I have built 7.4.2 on Solaris 8/SPARC. I *think* "make install"
generated all the expected
artifacts.

When I run initdb, I get the following output:

% initdb -D /home/dparker/servers/install/data/testdb1
The files belonging to this database system will be owned by user
"dparker".
This user must also own the server process.

The database cluster will be initialized with locale C.

fixing permissions on existing directory
/home/dparker/servers/install/data/testdb1... ok
creating directory /home/dparker/servers/install/data/testdb1/base... ok
creating directory /home/dparker/servers/install/data/testdb1/global...
ok
creating directory /home/dparker/servers/install/data/testdb1/pg_xlog...
ok
creating directory /home/dparker/servers/install/data/testdb1/pg_clog...
ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in
/home/dparker/servers/install/data/testdb1/base/1... ok
initializing pg_shadow... ok
enabling unlimited row size for system tables... ok
initializing pg_depend... ok
creating system views... ok
loading pg_description... ok
creating conversions... ERROR: could not access file
"$libdir/ascii_and_mic": No such file or directory

initdb: failed

The ascii_and_mic.so is in $PREFIX/lib/postgresql. I've tried copying it
up one level, and also tried including that path in LD_LIBRARY_PATH. The
value for $libdir in config.status appears to be correct.

I'm pretty sure I'm missing something obvious. Can somebody give me a
clue where to look?

Thanks!

- DAP
======================================================
David Parker Tazz Networks (401) 709-5130

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jim Seymour 2004-06-01 15:56:46 Re: Error running initdb
Previous Message Krishna R Palati 2004-06-01 14:55:26 Re: Hot backup