利用postgresql8.1.1源代码在hp-ux 11.11B上安装的步骤

王朝mssql·作者佚名  2006-01-10
窄屏简体版  字體: |||超大  

利用postgresql8.1.1源代码在hp-ux 11.11B上安装的步骤

1、官方文档的步骤

./configure

gmake

su

gmake install

adduser postgres

mkdir /usr/local/pgsql/data

chown postgres /usr/local/pgsql/data

su - postgres

/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data

/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &

/usr/local/pgsql/bin/createdb test

/usr/local/pgsql/bin/psql test

2、实际步骤

2.1安装gcc 3.4.2

在hp的网站下载下列软件包到/home/temp

binutils_2.15a_hppa-hp-hpux11.11_depot.gz

gcc_3.4.2_hppa-hp-hpux11.11_depot.gz(没有用最新的4.0.2,因为对postgresql8.1.1源代码make出错)

gunzip *gz

swinstall -s /home/temp/binutils_2.15a_hppa-hp-hpux11.11_depot

swinstall -s /home/temp/gcc_3.4.2_hppa-hp-hpux11.11_depot

2.2安装gmake 3.8.0

退出telnet,重新用root登录

在gnu的网站下载make-3.80.tar.gz软件包到/home/temp

gunzip make-3.80.tar.gz

tar xvf make-3.80.tar

cd make-3.80

./configure

make

./make check

make install

2.3安装postgresql8.1.1

退出telnet,重新用root登录

在postgresql的网站下载postgresql-8.1.1.tar.gz到/home/temp

gunzip *gz

tar xvf postgresql-8.1.1.tar

cd postgresql-8.1.1

./configure CC=gcc --without-readline --without-zlib (不加2个--without不能成功)

make

make install

useradd postgres (hp-ux没有adduser命令)

mkdir /usr/local/pgsql/data

chown postgres /usr/local/pgsql/data

mkdir /home/postgres

chown postgres /home/postgres (不加这2行postgres用户没有自己的home目录)

su - postgres

/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data

/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &

/usr/local/pgsql/bin/createdb test

/usr/local/pgsql/bin/psql test

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有  導航