it shows the following infos:
[EMAIL PROTECTED] root]# ls -l /usr/lib/libelf*
-rwxr-xr-x 1 root root 62272 Feb 24 2003 /usr/lib/libelf-0.76.so
lrwxrwxrwx 1 root root 11 Jun 21 19:43 /usr/lib/libelf.o -> lib
elf.so.1
lrwxrwxrwx 1 root root 14 Jun 7 15:03 /usr/lib/libelf.so.1 ->
libelf-0.76.so



From: Dave Shield <[EMAIL PROTECTED]>
To: 沈 狼 <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: problem in Installing net-snmp-5.1.1 under RH9 Date: Mon, 21 Jun 2004 09:42:46 +0100


> 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


_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com




-------------------------------------------------------
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