简体   繁体   English

oprofile 二进制构建错误 -(未找到自由库)

[英]oprofile binary build error - (liberty library not found)

After download the oprofile source code on my host ( Ubuntu 15.04 ), for some reasons, I need to build the binary my own.在我的主机(Ubuntu 15.04)上下载 oprofile 源代码后,由于某些原因,我需要自己构建二进制文件。

I enter the following command to build the binary我输入以下命令来构建二进制文件

./configure && make && make install

And got the error message并得到错误信息

configure: error: liberty library not found

By searching around the fix to this error, I found a package needs to be installed.通过搜索此错误的修复程序,我发现需要安装一个包。

sudo apt-get install binutils-dev

However, the same error still appears even thought the package has been installed successfully.但是,即使软件包已成功安装,仍会出现相同的错误。

Is there anything I can check with?有什么我可以检查的吗?

Thanks谢谢

Just found the answer.刚刚找到答案。

Please follow the link:请点击链接:

Configuration error: Iberty library not found 配置错误:未找到 Iberty 库

This answers my question.这回答了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM