PostgreSQL 7.4 & initdb in HP-UX 11i ---> creating conversions... ERROR: could not access file "$libdir/ascii_and_mic": No such file or directory

From: He Li <tippa000(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: PostgreSQL 7.4 & initdb in HP-UX 11i ---> creating conversions... ERROR: could not access file "$libdir/ascii_and_mic": No such file or directory
Date: 2003-12-01 09:54:52
Message-ID: 20031201095452.49002.qmail@web21507.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Using PostgreSQL version 7.4 in HP-UX 11i.
Compiled using gcc version 3.3.1.

I tried to init db in HP-UX 11i, but the process failed, see below:
(Last week, when I used PostgreSQL version 7.3.4 all went ok.)

-------------------------

bash$ bin/initdb -D /testing/HP-UX.11/postgresql -L /testing/postgresql/share
The files belonging to this database system will be owned by user "testuser".
This user must also own the server process.
The database cluster will be initialized with locale C.
fixing permissions on existing directory /testing/postgresql/data... ok
creating directory /testing/postgresql/data/base... ok
creating directory /testing/postgresql/data/global... ok
creating directory /testing/postgresql/data/pg_xlog... ok
creating directory /testing/postgresql/data/pg_clog... ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in /testing/postgresql/data/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
bash$ uname -a
HP-UX test11 B.11.11 U 9000/800 179434611 unlimited-user license
bash$

---------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Browse pgsql-bugs by date

  From Date Subject
Next Message Margus Väli 2003-12-01 12:03:21 Re: COPY alloc problem in 7.4
Previous Message Martin Edlman 2003-12-01 06:39:30 Re: Repeatedly breaking indexes - SOLVED