From a95480d3ecacd66b50b47a095ea66d568a36fc23 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 11 Oct 2012 16:08:08 +0000 Subject: [PATCH] fix comment Former-commit-id: 57bd0c9b33393cb94831b6b4085280288e131930 --- postgres91/Build-notes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres91/Build-notes b/postgres91/Build-notes index 9d0546d..0e18980 100644 --- a/postgres91/Build-notes +++ b/postgres91/Build-notes @@ -4,9 +4,9 @@ This information is to build postgresql 9.1.X on a Redhat6 machine. postgresql9 2)Must have uuid_devel, did not see to be in the Redhat6.3 distro. I downloaded from http://pkgs.org/centos-6-rhel-6/centos-rhel-x86_64/uuid-devel-1.6.1-10.el6.x86_64.rpm/download/ - rpm -ivn uid-devel-1.6.1-10.el6.x86_64.rpm + rpm -ivn uuid-devel-1.6.1-10.el6.x86_64.rpm -3Use the below website to download src rpms for postgresql91. I picked the latest +3) Use the below website to download src rpms for postgresql91. I picked the latest PTF level 9.1.5. http://yum.postgresql.org/srpms/9.1/redhat/rhel-6-x86_64/ From here I got postgresql91-9.1.5-1PGDG.rhel6.src.rpm