BUG #1072: "$libdir/ascii_and_mic": No such file or directory

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1072: "$libdir/ascii_and_mic": No such file or directory
Date: 2004-02-02 14:47:13
Message-ID: 20040202144713.535F7CF4CB3@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1072
Logged by: Thomas Borg Salling

Email address: tbs(at)navicon(dot)dk

PostgreSQL version: 7.4

Operating system: Red Hat Linux (2.4.20-20.7)

Description: "$libdir/ascii_and_mic": No such file or directory

Details:

I have downloaded and built Postgres 7.4.1:

as user 'tbs':
./configure --prefix=/opt/postgres-7.4.1/ --with-perl --enable-thread-safety
make
make check

as user 'root':
make install
mkdir /data/postgres
chown -R postgres /opt/postgres-7.4.1
chgrp -R postgres /opt/postgres-7.4.1
chown -R postgres /data/postgres
chgrp -R postgres /data/postgres

as user 'postgres':
[postgres(at)hubertus postgres]$ /opt/postgres-7.4.1/bin/initdb -D
/data/postgres/
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.

The database cluster will be initialized with locale en_US.iso885915.

fixing permissions on existing directory /data/postgres/... ok
creating directory /data/postgres//base... ok
creating directory /data/postgres//global... ok
creating directory /data/postgres//pg_xlog... ok
creating directory /data/postgres//pg_clog... ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in /data/postgres//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

Why does this fail? What can I do to resolve it?

Thanks in advance!

/Thomas.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-02-02 15:37:43 Re: BUG #1072: "$libdir/ascii_and_mic": No such file or directory
Previous Message elein 2004-02-01 00:52:41 Re: info schema : cardinal number domain