David Parker
2004-06-01 15:35:22 UTC
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
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
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
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org