• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cvs for Redhat 5

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.




 
reply
    Bookmark Topic Watch Topic
  • New Topic