wget http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm
第二步:执行命令安装rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm
第三步:执行yum install postgresql93-server postgresql93-contrib
发现如下问题:Error: Package: postgresql93-contrib-9.3.5-1PGDG.rhel6.i686 (pgdg93) Requires: libcrypto.so.10(libcrypto.so.10)
原因居然是openssl的版本不对。解决方案如下:
升级openssl下载openssl10-libs-1.0.1e-1.ius.el6.i686.rpm文件然后用rpm –force -ivh openssl10-libs-1.0.1e-1.ius.el6.i686.rpm 强制安装,居然让我成功安装。
第四步:继续执行yum install postgresql93-server postgresql93-contrib。又碰到如下问题,
uuid-1.6.1-10.el6.i686: failure: Packages/uuid-1.6.1-10.el6.i686.rpm from rhel-source-beta: [Errno 256] No more mirrors to try. 解决办法是下载uuid-1.6.1-10.el6.i686.rpm然后用rpm -ivh uuid-1.6.1-10.el6.i686.rpm 首先安装
第五步:最后重新执行yum install postgresql93-server postgresql93-contrib。
第六步:service postgresql-9.3 initdb
不是默认安装地址是在C盘,也可以改成D盘自建的空文件夹
在这里插入图片描述
第四步:在Password处输入你喜欢的密码(安装好后要使用这串密码,请务必牢记),在Retypepassword中重输密码
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)