Re: pgsql installation problem!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql installation problem!
Дата
Msg-id 24961.1125437812@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql installation problem!  (Ricardo Gamero <ricardo.gamero@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Prasad dev"
Дата:
Сообщение: Re: Disabling Trigger
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Disabling Trigger