Configuration error: Iberty library not found

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












7















I am trying to install BAP: Binary Analysis Platform in ubuntu 14.04. I am getting this error:



configure: error: Iberty library not found". 









share|improve this question
























  • This is a question answerable with "yes" or "no". Why are you asking about the capabilities of people? Are you looking to hire someone with specific knowledge? Would you not rather ask how to get rid of the error?

    – Anthon
    Oct 11 '14 at 7:04












  • yes i am sorry for the question. I just wanted to get rid of the problem. I AM NOT ASKING ABOUT CAPABILITIES. By the way I did not know people also test others English here as well. :)

    – D.L.
    Oct 13 '14 at 13:50











  • A clear, crisp question, with little ambiguity gets better answers quicker. I (and a quite a few others) don't just want to help, but also get/keep the site in shape (the former sometimes seems easier :-) )..

    – Anthon
    Oct 13 '14 at 14:09











  • I updated my answer, sorry for the confusion (if that works, just completely delete your answer)

    – Anthon
    Oct 13 '14 at 14:20















7















I am trying to install BAP: Binary Analysis Platform in ubuntu 14.04. I am getting this error:



configure: error: Iberty library not found". 









share|improve this question
























  • This is a question answerable with "yes" or "no". Why are you asking about the capabilities of people? Are you looking to hire someone with specific knowledge? Would you not rather ask how to get rid of the error?

    – Anthon
    Oct 11 '14 at 7:04












  • yes i am sorry for the question. I just wanted to get rid of the problem. I AM NOT ASKING ABOUT CAPABILITIES. By the way I did not know people also test others English here as well. :)

    – D.L.
    Oct 13 '14 at 13:50











  • A clear, crisp question, with little ambiguity gets better answers quicker. I (and a quite a few others) don't just want to help, but also get/keep the site in shape (the former sometimes seems easier :-) )..

    – Anthon
    Oct 13 '14 at 14:09











  • I updated my answer, sorry for the confusion (if that works, just completely delete your answer)

    – Anthon
    Oct 13 '14 at 14:20













7












7








7








I am trying to install BAP: Binary Analysis Platform in ubuntu 14.04. I am getting this error:



configure: error: Iberty library not found". 









share|improve this question
















I am trying to install BAP: Binary Analysis Platform in ubuntu 14.04. I am getting this error:



configure: error: Iberty library not found". 






ubuntu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 26 at 16:07









Rui F Ribeiro

40.1k1479136




40.1k1479136










asked Oct 11 '14 at 6:46









D.L.D.L.

4814




4814












  • This is a question answerable with "yes" or "no". Why are you asking about the capabilities of people? Are you looking to hire someone with specific knowledge? Would you not rather ask how to get rid of the error?

    – Anthon
    Oct 11 '14 at 7:04












  • yes i am sorry for the question. I just wanted to get rid of the problem. I AM NOT ASKING ABOUT CAPABILITIES. By the way I did not know people also test others English here as well. :)

    – D.L.
    Oct 13 '14 at 13:50











  • A clear, crisp question, with little ambiguity gets better answers quicker. I (and a quite a few others) don't just want to help, but also get/keep the site in shape (the former sometimes seems easier :-) )..

    – Anthon
    Oct 13 '14 at 14:09











  • I updated my answer, sorry for the confusion (if that works, just completely delete your answer)

    – Anthon
    Oct 13 '14 at 14:20

















  • This is a question answerable with "yes" or "no". Why are you asking about the capabilities of people? Are you looking to hire someone with specific knowledge? Would you not rather ask how to get rid of the error?

    – Anthon
    Oct 11 '14 at 7:04












  • yes i am sorry for the question. I just wanted to get rid of the problem. I AM NOT ASKING ABOUT CAPABILITIES. By the way I did not know people also test others English here as well. :)

    – D.L.
    Oct 13 '14 at 13:50











  • A clear, crisp question, with little ambiguity gets better answers quicker. I (and a quite a few others) don't just want to help, but also get/keep the site in shape (the former sometimes seems easier :-) )..

    – Anthon
    Oct 13 '14 at 14:09











  • I updated my answer, sorry for the confusion (if that works, just completely delete your answer)

    – Anthon
    Oct 13 '14 at 14:20
















This is a question answerable with "yes" or "no". Why are you asking about the capabilities of people? Are you looking to hire someone with specific knowledge? Would you not rather ask how to get rid of the error?

– Anthon
Oct 11 '14 at 7:04






This is a question answerable with "yes" or "no". Why are you asking about the capabilities of people? Are you looking to hire someone with specific knowledge? Would you not rather ask how to get rid of the error?

– Anthon
Oct 11 '14 at 7:04














yes i am sorry for the question. I just wanted to get rid of the problem. I AM NOT ASKING ABOUT CAPABILITIES. By the way I did not know people also test others English here as well. :)

– D.L.
Oct 13 '14 at 13:50





yes i am sorry for the question. I just wanted to get rid of the problem. I AM NOT ASKING ABOUT CAPABILITIES. By the way I did not know people also test others English here as well. :)

– D.L.
Oct 13 '14 at 13:50













A clear, crisp question, with little ambiguity gets better answers quicker. I (and a quite a few others) don't just want to help, but also get/keep the site in shape (the former sometimes seems easier :-) )..

– Anthon
Oct 13 '14 at 14:09





A clear, crisp question, with little ambiguity gets better answers quicker. I (and a quite a few others) don't just want to help, but also get/keep the site in shape (the former sometimes seems easier :-) )..

– Anthon
Oct 13 '14 at 14:09













I updated my answer, sorry for the confusion (if that works, just completely delete your answer)

– Anthon
Oct 13 '14 at 14:20





I updated my answer, sorry for the confusion (if that works, just completely delete your answer)

– Anthon
Oct 13 '14 at 14:20










1 Answer
1






active

oldest

votes


















6














The Iberty library is part of libiberty-dev on Ubuntu 14.04 (it used to be in binutils-dev on 12.04):



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





share|improve this answer

























  • apt-file search iberty

    – Faheem Mitha
    Oct 11 '14 at 7:38






  • 1





    @FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

    – Anthon
    Oct 11 '14 at 7:40






  • 1





    Er, what? apt-get install apt-file.

    – Faheem Mitha
    Oct 11 '14 at 7:52










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f160517%2fconfiguration-error-iberty-library-not-found%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









6














The Iberty library is part of libiberty-dev on Ubuntu 14.04 (it used to be in binutils-dev on 12.04):



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





share|improve this answer

























  • apt-file search iberty

    – Faheem Mitha
    Oct 11 '14 at 7:38






  • 1





    @FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

    – Anthon
    Oct 11 '14 at 7:40






  • 1





    Er, what? apt-get install apt-file.

    – Faheem Mitha
    Oct 11 '14 at 7:52















6














The Iberty library is part of libiberty-dev on Ubuntu 14.04 (it used to be in binutils-dev on 12.04):



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





share|improve this answer

























  • apt-file search iberty

    – Faheem Mitha
    Oct 11 '14 at 7:38






  • 1





    @FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

    – Anthon
    Oct 11 '14 at 7:40






  • 1





    Er, what? apt-get install apt-file.

    – Faheem Mitha
    Oct 11 '14 at 7:52













6












6








6







The Iberty library is part of libiberty-dev on Ubuntu 14.04 (it used to be in binutils-dev on 12.04):



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





share|improve this answer















The Iberty library is part of libiberty-dev on Ubuntu 14.04 (it used to be in binutils-dev on 12.04):



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






share|improve this answer














share|improve this answer



share|improve this answer








edited Oct 13 '14 at 14:19

























answered Oct 11 '14 at 7:16









AnthonAnthon

60.8k17103166




60.8k17103166












  • apt-file search iberty

    – Faheem Mitha
    Oct 11 '14 at 7:38






  • 1





    @FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

    – Anthon
    Oct 11 '14 at 7:40






  • 1





    Er, what? apt-get install apt-file.

    – Faheem Mitha
    Oct 11 '14 at 7:52

















  • apt-file search iberty

    – Faheem Mitha
    Oct 11 '14 at 7:38






  • 1





    @FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

    – Anthon
    Oct 11 '14 at 7:40






  • 1





    Er, what? apt-get install apt-file.

    – Faheem Mitha
    Oct 11 '14 at 7:52
















apt-file search iberty

– Faheem Mitha
Oct 11 '14 at 7:38





apt-file search iberty

– Faheem Mitha
Oct 11 '14 at 7:38




1




1





@FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

– Anthon
Oct 11 '14 at 7:40





@FaheemMitha And how do you find out how to install apt-file, as it isn't installed by default ;-)

– Anthon
Oct 11 '14 at 7:40




1




1





Er, what? apt-get install apt-file.

– Faheem Mitha
Oct 11 '14 at 7:52





Er, what? apt-get install apt-file.

– Faheem Mitha
Oct 11 '14 at 7:52

















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f160517%2fconfiguration-error-iberty-library-not-found%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown






Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay