Re: NEWBIE: Can't unpack RPMs

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: tony <tony(at)animaproductions(dot)com>
Cc: Stephane Pinel <spinel(at)noos(dot)fr>, postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: NEWBIE: Can't unpack RPMs
Date: 2002-01-28 20:57:24
Message-ID: xuyy9iiry6j.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

tony <tony(at)animaproductions(dot)com> writes:

> On Mon, 2002-01-28 at 17:08, Stephane Pinel wrote:
> >
> > ---
> > [root(at)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mitch Vincent 2002-01-28 21:07:14 Re: numeric SORT order
Previous Message Ben Ausden 2002-01-28 20:47:10 numeric SORT order