Problems with installing rpm file for postgresql in linux machine
Hi,
I am trying connect jdbc for postgresql.So i downloaded some 8 rpms from redhat site.They are:-
postgresql-jdbc-7.3.2-3.i386.rpm
postgresql-contrib-7.3.2-3.i386.rpm
postgresql-libs-7.3.2-3.i386.rpm
postgresql-7.3.2-3.i386.rpm
postgresql-pl-7.3.2-3.i386.rpm
postgresql-server-7.3.2-3.i386.rpm
postgresql-devel-7.3.2-3.i386.rpm
postgresql-test-7.3.2-3.i386.rpm
But when i try to install a rpm file for eg,
root@viman Ananth ]rpm -i postgresql-libs-7.3.2-3.i386.rpm
I am getting the follwing error :-
warning: postgresql-libs-7.3.2-3.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
libcrypto.so.4 is needed by postgresql-libs-7.3.2-3
libssl.so.4 is needed by postgresql-libs-7.3.2-3
Similarly for other rpm's also i'm getting an error.
I found out that the problem is related to open ssl.So i searched it
] rpm -qa|grep openssl
openssl-devel-0.9.6b-29
openssl-0.9.6b-29
i searched in /usr/lib and i found that libcrypto.so.4 and libssl.so.4
are missing as well.
I am using postgresql-7.3.4 and the rpm i am trying to install is 7.3.2.Is that any thing to do with that? I need to ur help.Pls . do provide a solution for this.It is Urgent.I will be waiting for ur replies.
Thanx,
m.ananthu
|