Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

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

like image 687
Sam Avatar asked Oct 21 '15 01:10

Sam


1 Answers

Just found the answer.

Please follow the link:

Configuration error: Iberty library not found

This answers my question.

like image 60
Sam Avatar answered Oct 22 '22 02:10

Sam