Re: postgresql with libcrypto.so.6 ......

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Edward King <zhangsc(at)neusoft(dot)com>, pgus-general(at)postgresql(dot)org
Subject: Re: postgresql with libcrypto.so.6 ......
Date: 2014-07-25 02:13:29
Message-ID: 53D1BD49.1030102@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgus-general

On 07/24/2014 06:41 PM, Edward King wrote:

First this is the wrong list for this sort of question. You should ask
on the Postgresql General list:

http://www.postgresql.org/list/pgsql-general/

> I want to install postgresql-server-8 under redhatlinux 32bit,like follows:
> [root(at)localhost yarn]# rpm -ivh postgresql-server-8.2.14-1PGDG.rhel5.i386.rpm
>

Second, 8.2 is well past its end of life:

http://www.postgresql.org/support/versioning/

8.2 8.2.23 No December 2006 December 2011

So, do really want to use it?

> but it raise following error:
> error: Failed dependencies:
> libcrypto.so.6 is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
> libpq.so is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
> libpq.so.5 is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
> libreadline.so.5 is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
> libssl.so.6 is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
> libtermcap.so.2 is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
> postgresql = 8.2.14 is needed by postgresql-server-8.2.14-1PGDG.rhel5.i386
>
> I have installed openssl-0.9.8e.tar.gz,like follows:
>
> [root(at)localhost lib]# cd /lib
> [root(at)localhost lib]# ls libcrypt.*
> libcrypt.so.1
>
> [root(at)localhost lib]# cd /usr/lib
> [root(at)localhost lib]# ls libcrypt.*
> libcrypt.so
> [root(at)localhost lib]# ls libssl.*
> libssl.so.10 libssl.so.1.0.0
>
> Where can I get the files of libcrypto.so.6,libpq.so ,libpq.so.5,libreadline.so.5,libssl.so.6,libtermcap.so.2 ? Would you send me these files by email?

Check out the repo:

http://yum.postgresql.org/8.2/redhat/rhel-5-i386/repoview/postgresqldbserver.group.html

At a guess you will need the other packages:

postgresql - PostgreSQL client programs and libraries
postgresql-contrib - Contributed source and binaries distributed with
PostgreSQL
postgresql-libs - The shared libraries required for any PostgreSQL clients

>
> Thanks.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgus-general by date

  From Date Subject
Next Message Adrian Klaver 2014-07-25 02:33:00 Re: postgresql with libcrypto.so.6 ......
Previous Message Edward King 2014-07-25 01:41:35 postgresql with libcrypto.so.6 ......