FS#5416 - fwbuilder: error while loading shared libraries: libelf.so.0

Attached to Project: Arch Linux
Opened by eS.eF. (Dimorph) - Monday, 18 September 2006, 20:13 GMT
Last edited by Simo Leone (neotuli) - Sunday, 12 November 2006, 21:37 GMT
Task Type Bug Report
Category Backend
Status Closed
Assigned To Kevin Piche (kpiche)
Architecture All
Severity Low
Priority Normal
Reported Version 1.2.9
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

start of fwbuilder breaks with:
------------------------------
$ fwbuilder
libfwbuilder.so.6 => /usr/lib/libfwbuilder.so.6 (0x00002b6967fef000)
...
libnetsnmp.so.5 => /usr/lib/libnetsnmp.so.5 (0x00002b69686e2000)
libelf.so.0 => not found
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00002b696889a000)
...
libc.so.6 => /lib/libc.so.6 (0x00002b6969f2d000)
libelf.so.0 => not found
libdl.so.2 => /lib/libdl.so.2 (0x00002b696a156000)
...
This task depends upon

Closed by  Kevin Piche (kpiche)
Friday, 24 November 2006, 18:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  libelf not required anymore
Comment by eS.eF. (Dimorph) - Monday, 18 September 2006, 20:17 GMT
workaround:
-----------
$ pacman -S libelf
...
$ ldd /usr/bin/fwbuilder
...
libelf.so.0 => /usr/lib/libelf.so.0 (0x00002b138fec7000)
...
Comment by Kevin Piche (kpiche) - Friday, 24 November 2006, 18:33 GMT
libelf is no longer required in 2.1.7.

Loading...