This is a discussion on RE: help within the SNMP Coders forums, part of the Networking and Network Related category; Dave, Here is "ls -ll" for the libraries I had to make the sym links for. I've ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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: [root@Leviathan 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 [root@Leviathan 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: dave.shield@googlemail.com [mailto:dave.shield@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, May 01, 2008 9:17 AM To: Tyson Sommer Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: help 2008/5/1 Tyson Sommer <tsommer@gdt.com>: > 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;198757...un.com/javaone _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |