Konfigurationsfehler: Iberty-Bibliothek nicht gefunden

Konfigurationsfehler: Iberty-Bibliothek nicht gefunden

Ich versuche, die Installation BAP: Binary Analysis Platformunter Ubuntu 14.04 durchzuführen. Ich erhalte diese Fehlermeldung:

configure: error: Iberty library not found".  

Antwort1

Die IbertyBibliothek ist Teil von libiberty-devUbuntu 14.04 (in 12.04 war sie enthalten binutils-dev):

$ sudo apt-get install libiberty-dev
$ dpkg -L libiberty-dev | grep -F iberty.a
/usr/lib/i386-linux-gnu/libiberty.a

verwandte Informationen