On 08/09/06, Sandeep Narasimha Murthy <[EMAIL PROTECTED]> wrote:
>         The installation file /usr/lib/libnetsnmp.so.5 of net-snmp-5.2.1.2-1
> is in conflict with another file from package net-snmp-libs-5.1.2-11

Which implies that you've got the RPM "net-snmp-libs" installed as well.
Try running
         "rpm -e net-snmp-libs"

and make sure that all sign of earlier Net-SNMP-related files have
disappeared before trying to install the 5.2.1 RPM.

Something like:

    find / -name '*snmp*'

or

   locate snmp | xargs ls 2>/dev/null

might help.   Don't proceed until these commands are silent.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to