This is a discussion on Re: Problems building 5.4 on Linux within the SNMP Coders forums, part of the Networking and Network Related category; On Tue, Mar 27, 2007 at 04:13:26PM +0200, Eirik Nordbr wrote: > The library libelf seems to be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, Mar 27, 2007 at 04:13:26PM +0200, Eirik Nordbr wrote:
> The library libelf seems to be installed: > > $ ls -l /usr/lib/libelf* > -rwxr-xr-x 1 root root 65492 Aug 13 2006 /usr/lib/libelf-0.97.1.so > lrwxrwxrwx 1 root root 16 Feb 21 09:13 /usr/lib/libelf.so.1 -> libelf-0.97.1.so That's the shared object used at runtime (provided by the "elfutils-libelf" package), but not the libelf.a library required to compile against it. Look for a something like a elfutils-libelf-devel package to provide this. Steve --- Stephen J Friedl | Security Consultant | UNIX Wizard | +1 714 544-6561 www.unixwiz.net | Tustin, Calif. USA | Microsoft MVP | steve@unixwiz.net ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |