hi,
Would any one from the forum tell me how to install cvsnt on Red Hat 5 enterprise using rpm.
i tried
rpm -ivh cvsnt-protocol-sserver-2.5.04.3510-1.i386.rpm
it gives error like
Failed dependencies:
cvsnt is needed by cvsnt-protocol-sserver-2.5.04.3510-1.i386
libcrypto.so.4 is needed by cvsnt-protocol-sserver-2.5.04.3510-1.i386
libssl.so.4 is needed by cvsnt-protocol-sserver-2.5.04.3510-1.i386
[root@localhost opt]#
After then for libcrypto.so.4 i tried
rpm -ivh openssl097a.rpm
but it requires libcom_err.so.3
I searched on net whole day for libcom_err.so.3 but couldn't find any information.
Please help me.