Re: postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

From: "Donald Fraser" <demolish(at)cwgsy(dot)net>
To: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Cc: "Christopher Smith" <christopherl_smith(at)yahoo(dot)com>
Subject: Re: postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1
Date: 2004-04-29 14:55:34
Message-ID: 002401c42dfa$0713d270$1664a8c0@DEMOLITION
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Yes there are defines which turn off parts of the build and or change dependencies. For example the following sets dependencies for Red Hat 8 (build8x) and turns off python support

rpmbuild --rebuild --define 'build8x 1' --define 'python 0' postgresql-7.4.2-1PGDG.src.rpm

I don't know what Red Hat Enterprise Linux 2.1 is equivalent to with regards to desktop versions so can't help you with choosing a correct define.
Have a look at the end of the rpm build script for a list of available defines.

Regards
Donald Fraser
----- Original Message -----
From: Christopher Smith
To: Tom Lane
Cc: pgsql-admin(at)postgresql(dot)org
Sent: Thursday, April 29, 2004 3:29 PM
Subject: Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

I have endeavored to do so however, I get these errors.... Is there a way to change the build script(s) to ignore this tcl library requirement?

error: failed build dependencies:
tcl-devel is needed by postgresql-7.4.2-1PGDG

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
Christopher Smith writes:
> Are there any binaries for the Red Hat Enterprise Linux 2.1. The OS shipped with Postgresql 7.1.3... I would like to upgrade. Are there any suggestions?

Get a more recent SRPM and do "rpmbuild --rebuild". I haven't tried it
but I know of no reason it wouldn't work.

regards, tom lane

------------------------------------------------------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Schaffer, Asher 2004-04-29 14:57:00 PgPool usage
Previous Message Christopher Smith 2004-04-29 14:29:41 Re: postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1