Dave,

Here is "ls -ll" for the libraries I had to make the sym links for. I've
added "***" to the end of the lines showing the links I had to create:

[EMAIL PROTECTED] lib]# ll libelf*
-rwxr-xr-x    1 root     root        62272 Feb 24  2003 libelf-0.76.so
lrwxrwxrwx    1 root     root           11 Apr 30 15:41 libelf.so ->
libelf.so.1***
lrwxrwxrwx    1 root     root           14 Jan  1  2001 libelf.so.1 ->
libelf-0.76.so


[EMAIL PROTECTED] lib]# ll libbz*
lrwxrwxrwx    1 root     root           11 Apr 30 15:48 libbz2.so ->
libbz2.so.1***
lrwxrwxrwx    1 root     root           15 Jan  1  2001 libbz2.so.1 ->
libbz2.so.1.0.2
-rwxr-xr-x    1 root     root        62128 Jan 24  2003 libbz2.so.1.0.2


Basically, the ".so.1" link files existed, but not the simple ".so"
links to them. Once I made those links, both "make test" and "make
install" passed.

Hope this helps.


Tyson



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Shield
Sent: Thursday, May 01, 2008 9:17 AM
To: Tyson Sommer
Cc: [email protected]
Subject: Re: help

2008/5/1 Tyson Sommer <[EMAIL PROTECTED]>:
>  After doing some digging, I found the problem. I did have the
>  elfutils-devel rpm installed, but I had to make a symbolic link to
that
>  and another library.
>
>  libelf.so -> libelf.so.1
>  libbz2.so -> libbz2.so.1

Hmmm....   I might need to update the FAQ entry.
What does

    ls libelf.so*

report?

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to