|
Today I got a error message when I run skyeye on ubuntu feisty7.10.I just run this command line to install skyeye: sudo apt-get install skyeye. But after the installation finished,it tips the message as follows: Error: skyeye: error while loading shared libraries: libbfd-2.17.50.0.6.so: cannot open shared object file: No such file or directory Solution: cd /usr/lib sudo ln -s libbfd-2.17.50.so libbfd-2.17.50.0.6.so
|