Lists: | Postg범퍼카 토토SQL |
---|
From: | Edward King <zhangsc(at)neusoft(dot)com> |
---|---|
To: | <pgus-general(at)postgresql(dot)org> |
Subject: | postgresql with libcrypto.so.6 ...... |
Date: | 2014-07-25 01:41:35 |
Message-ID: | F7DDF64B3B134939BA895F5F1553F95A@neusofte4edc94 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgus-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
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?
Thanks.
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)
is intended only for the use of the intended recipient and may be confidential and/or privileged of
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is
not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying
is strictly prohibited, and may be unlawful.If you have received this communication in error,please
immediately notify the sender by return e-mail, and delete the original message and all copies from
your system. Thank you.
---------------------------------------------------------------------------------------------------
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 |
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
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:33:00 |
Message-ID: | 53D1C1DC.6060508@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg범퍼카 토토SQL |
On 07/24/2014 06:41 PM, Edward King wrote:
> 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
>
> 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?
To follow up, you might want to try the yum method, will probably be
better for dealing with the dependencies.
See below for more information:
http://www.postgresql.org/download/linux/redhat/
PostgreSQL Yum Repository
>
> Thanks.
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com