Ich versuche BAP: Binary Analysis Platform
in Ubuntu 14.04 zu installieren . Ich erhalte diesen Fehler:
configure: error: Iberty library not found".
Ich versuche BAP: Binary Analysis Platform
in Ubuntu 14.04 zu installieren . Ich erhalte diesen Fehler:
configure: error: Iberty library not found".
Antworten:
Die Iberty
Bibliothek ist Teil von libiberty-dev
Ubuntu 14.04 (früher binutils-dev
12.04):
$ sudo apt-get install libiberty-dev
$ dpkg -L libiberty-dev | grep -F iberty.a
/usr/lib/i386-linux-gnu/libiberty.a
apt-file search iberty
apt-file
, da es nicht standardmäßig installiert ist ;-)
apt-get install apt-file
.