Re: problems installing postgresql 7.4.2-1

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: problems installing postgresql 7.4.2-1
Дата
Msg-id 1089445922.19270.24.camel@localhost.localdomain
обсуждение исходный текст
Ответ на problems installing postgresql 7.4.2-1  ("Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com>)
Ответы Re: problems installing postgresql 7.4.2-1
Список pgsql-admin
On Sat, 2004-07-10 at 01:01, Pradeepkumar, Pyatalo (IE10) wrote:
> Hi all,
>
> I am trying to upgrade from version 7.1.3-2 to 7.4.2-1.
> I have uninstalled the previous version. I am using RedHat Linux 8.0
>
> when i run the command
>
> $rpm -ivh postgresql-libs-7.4.2-1.i386.rpm
> warining: postgresql-libs-7.4.2-1.i386.rmp: V3 DSA signature: NOKEY, key ID
> 30c9ecf8
> error: Failed dependencies:
>     libcrypto.so.4 is needed by postgresql-libs-7.4.2-1
>     libssl.so.4 is needed by postgresql-devel-7.4.2-1
>
> I am getting the above error. Can anyone please tell me what could be the
> problem.

It means you need a newer version of the RPMs that contain those libs.

First, locate the libs:

locate libcrypto.so
locate libssl.so

Then, find out what package their in:

rpm -qf /usr/lib/libcrypto.so
openssl-devel-0.9.7a-35
rpm -qf /usr/lib/libssl.so
openssl-devel-0.9.7a-35

So you need to upgrade your openssl-devel package.


В списке pgsql-admin по дате отправления:

Предыдущее
От: "Pradeepkumar, Pyatalo (IE10)"
Дата:
Сообщение: problems installing postgresql 7.4.2-1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problems installing postgresql 7.4.2-1