Re: installing pgsql

From: joseph speigle <joe(dot)speigle(at)jklh(dot)us>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: installing pgsql
Date: 2004-03-02 06:18:18
Message-ID: 20040302061818.GA2432@www.sirfsup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hi,

wget ftp://216.254.0.38/linux/redhat/updates/9/en/os/SRPMS/postgresql-7.3.4-3.rhl9.src.rpm
rpm -ivh postgresql-7.3.4-3.rhl9.src.rpm
cd /usr/src/redhat/SPECS/
vi postgresql.spec
and edit lines to give you the following

%{!?plperl:%define plperl 1}
%{!?pls:%define pls 1}
%{!?ssl:%define ssl 0}
%{!?kerberos:%define kerberos 1}
%{!?nls:%define nls 1}

(ssl == 0)

rpm -bb postgresql.spec

and good luck!

On Sat, Feb 28, 2004 at 02:14:56PM +1300, stm23 wrote:
> hi, thanx for yr previous advice. i have found that i do have openssl
> (0.9.7a) installed. could any1 help advise me how to get my system to find
> these files (libcrypto.so.2 & libssl.so.2). i have looked at the LDCONFIG man
> page but are still unsure what i need to alter. to alter my library path what
> file do i need to modify? perhaps then i could send u my current library path
> details, & u might be able to see what is missing.
> thanx, sam
>
> >===== Original Message From stm23 <STM23(at)student(dot)canterbury(dot)ac(dot)nz> =====
> >hi, i tryed to install postgresql 7.4.1 on my redhat 8.0 OS. i got the
> >following error message:
> >
> >[root(at)localhost POSTGRESQL]# rpm -i postgresql-7.4.1-1PGDG.i386.rpm
> >error: Failed dependencies:
> > libcrypto.so.2 is needed by postgresql-7.4.1-1PGDG
> > libssl.so.2 is needed by postgresql-7.4.1-1PGDG
> >
> >does any1 have any advice as to how i can install pgsql successfully?
> >any help would be greatly appreciated
> >thanx, sam
> >
> >
> >---------------------------(end of broadcast)---------------------------
> >TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

--
joe speigle
www.sirfsup.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message kynn 2004-03-02 10:41:44 Re: How to initialize from flat files?
Previous Message Tom Lane 2004-03-02 04:49:53 Re: How to initialize from flat files?