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: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
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 | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2014-07-25 02:13:29 | Re: postgresql with libcrypto.so.6 ...... |
Previous Message | Joshua D. Drake | 2013-12-05 19:38:42 | Re: Any advantage of using SSL with a certificate of authority? |