> in the /usr/lib there are two files begin with libelf, their name are 
> [EMAIL PROTECTED] root]# cd /usr/lib
> [EMAIL PROTECTED] lib]# ls libelf*
> libelf-0.76.so  libelf.so.1

Try 'ls -l libelf*'
You'll see that libelf.so.1 is actually a symbolic link to libelf.so

As Robert said, what's missing is a link from  'libelf.so' to
'libelf-0.76.so'.
Try:
        ln -s libelf-0.76.so n/usr/lib/libelf.so

Dave



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to