Re: NEWBIE: Can't unpack RPMs - Mailing list pgsql-general

From teg@redhat.com (Trond Eivind Glomsrød)
Subject Re: NEWBIE: Can't unpack RPMs
Date
Msg-id xuyy9iiry6j.fsf@halden.devel.redhat.com
Whole thread Raw
In response to Re: NEWBIE: Can't unpack RPMs  (tony <tony@animaproductions.com>)
List pgsql-general
tony <tony@animaproductions.com> writes:

> On Mon, 2002-01-28 at 17:08, Stephane Pinel wrote:
> >
> > ---
> > [root@localhost /]# rpm -i *rpm
> > error: failed dependencies:
> >         libcrypto.so.1   is needed by postgresql-7.1.3-1PGDG
> >         libssl.so.1   is needed by postgresql-7.1.3-1PGDG
> >         libcrypto.so.1   is needed by postgresql-libs-7.1.3-1PGDG
> >         libssl.so.1   is needed by postgresql-libs-7.1.3-1PGDG
> >         libcrypto.so.1   is needed by postgresql-server-7.1.3-1PGDG
> >         libssl.so.1   is needed by postgresql-server-7.1.3-1PGDG
> > ---
> >
> > RH 7.0
> > Any idea ?
>
> Yes. Been there.
>
> Make a symbolic link from libcrypto.so.2 -> libcrypto.so.1 and so on.

Bad idea. They are not binary compatible. Install the compat package
(openssl096, probabably - do a "rpm --redhatprovides libssl.so.1" to
find out).

--
Trond Eivind Glomsrød
Red Hat, Inc.

pgsql-general by date:

Previous
From: Ben Ausden
Date:
Subject: numeric SORT order
Next
From: "Mitch Vincent"
Date:
Subject: Re: numeric SORT order