> # ls -l /usr/lib/libelf*
> -rwxr-xr-x   .....  /usr/lib/libelf-0.76.so
> lrwxrwxrwx   .....  /usr/lib/libelf.o  -> libelf.so.1
> lrwxrwxrwx   .....  /usr/lib/libelf.so.1 -> libelf-0.76.so


There's the problem then.
You still don't have a shared library "libelf.so"

You've got what looks like an object file - "libelf.o"
but that's not the same.
You need a file with the suffix '.so', not '.o'

Dave



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
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