dbTalk Databases Forums  

Database installation query (PostgreSQL 7.4)

comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss Database installation query (PostgreSQL 7.4) in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Saket Bagade
 
Posts: n/a

Default Database installation query (PostgreSQL 7.4) - 01-29-2004 , 05:40 AM






Hi,

How can I install PostgreSQL 7.4 in a directory other than the --prefix
directory without having to recompile the code. Note that, I have to
make a tar file of the installable files and have to install it on
different machines (which may have different paths).

When I tried this on one of the machines, I got following error:

bash-2.03$ /export/home/postgres/bin/initdb -D
/export/home/postgres/data -L /export/home/postgres/share/postgresql
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 C.

creating directory /export/home/postgres/data... ok
creating directory /export/home/postgres/data/base... ok
creating directory /export/home/postgres/data/global... ok
creating directory /export/home/postgres/data/pg_xlog... ok
creating directory /export/home/postgres/data/pg_clog... ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in /export/home/postgres/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
initdb: removing data directory "/export/home/postgres/data"


Can anyone help me out ?

Thanks,
Saket.


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.