NATIVEENGLISH / ardesia

Automatically exported from code.google.com/p/ardesia
0 stars 0 forks source link

libbfd library not found #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have installed 
http://code.google.com/p/ardesia/downloads/detail?name=ardesia_0.6-0ubuntu1_amd6
4.deb&can=2&q=

$ardesia 
ardesia: error while loading shared libraries: 
libbfd-2.20.1-system.20100303.so: cannot open shared object file: No such file 
or directory

$ldd `which ardesia` | grep not
    libbfd-2.20.1-system.20100303.so => not found

$uname -a
Linux narendra 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010 
x86_64 GNU/Linux

I am using KArmic - Ubuntu 9.10

$apt-cache search bfd
binutils-dev - The GNU binary utilities (BFD development files)

$sudo apt-get install binutils-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
binutils-dev is already the newest version.
The following packages were automatically installed and are no longer required:
  libwv-1.2-3 postgresql-common postgresql-client-common
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 186 not upgraded.

$ls -l /usr/lib/libbfd-2.20.so
-rw-r--r-- 1 root root 925464 2009-10-29 21:19 /usr/lib/libbfd-2.20.so

$ardesia 
ardesia: error while loading shared libraries: 
libbfd-2.20.1-system.20100303.so: cannot open shared object file: No such file 
or directory

Original issue reported on code.google.com by narendra.sisodiya on 9 Jan 2011 at 11:56

GoogleCodeExporter commented 8 years ago
The problem is clear for me, You are using a package for Lucid in Karmic.
This cannot be considered a bug. 
In any case I suggest you to use the Lucid 10.4 that it is a long term support 
(LTS) distro. 
If do you want use Ardesia on karmic please follow the instruction on the wiki 
to build the deb package http://code.google.com/p/ardesia/wiki/CreateDebPackage.
Sorry but at the moment I have choosen to support only the LTS.
You can also try to make some symbolic link from your libbfd and the desired 
modern version.
sudo ln -s /usr/lib/libbfd-2.20.so /usr/lib/libbfd-2.20.1-system.20100303.so

Original comment by al...@paranoici.org on 10 Jan 2011 at 12:20

GoogleCodeExporter commented 8 years ago
Issue 23 has been merged into this issue.

Original comment by al...@paranoici.org on 6 Feb 2011 at 8:47

GoogleCodeExporter commented 8 years ago
I had the same problem testing the app under Linux Mint 10, but everything 
worked perfectly after this command:

sudo ln -s /usr/lib/libbfd-2.20.51-system.20100908.so 
/usr/lib/libbfd-2.20.1-system.20100303.so

Pietro, this software is really amazing. It will be widely useful for an open 
source software I'm developing. Thanks a lot.
Gimmy

Original comment by kens...@gmail.com on 14 Feb 2011 at 12:03

GoogleCodeExporter commented 8 years ago
Thanks a lot for the good news. Please give me some info about the software 
that you are developing

Original comment by al...@paranoici.org on 18 Feb 2011 at 1:40