Re: pgsql installation problem! - Mailing list pgsql-novice

From Tom Lane
Subject Re: pgsql installation problem!
Date
Msg-id 24961.1125437812@sss.pgh.pa.us
Whole thread Raw
In response to pgsql installation problem!  (Ricardo Gamero <ricardo.gamero@gmail.com>)
List pgsql-novice
Ricardo Gamero <ricardo.gamero@gmail.com> writes:
>  I'm so sorry to post this simple question but I don't know what to do
> anymore!!!, the thing is I need to install postgresql 8.0.3 in red hat 9 an=
> d
> I've tried so many things that I don't know what else to do, please help me=
> !

It looks to me like you're trying to install an RPM that wasn't made for
your exact system version, and so it's dependent on versions of other
packages that you don't have.  If you can't find an RPM that's a better
match to your system, the answer is to roll your own.  In principle this
is easy: download the SRPM (source RPM) for Postgres and do
"rpmbuild --rebuild postgresql-.....src.rpm".  However, if you don't
have development tools installed, you'll have to install them which
might be a bit of a pain.  Also you'll need the -devel RPMs for
everything Postgres depends on (which is not that many packages, but
some).

            regards, tom lane

pgsql-novice by date:

Previous
From: "Prasad dev"
Date:
Subject: Re: Disabling Trigger
Next
From: Tom Lane
Date:
Subject: Re: Disabling Trigger