rogo Posted August 20, 2010 Share Posted August 20, 2010 HiI tried to install the Debian package on a computer running Debian testing amd64. This installation went flawless, but I got an error when I tried to run 0ad:/usr/games/pyrogenesis: error while loading shared libraries: libbfd-2.18.0.20080103.so: cannot open shared object file: No such file or directoryIt seems the package has forgotten a dependecy on binutils-2.18.1~cvs20080103-7. This dependency could probably be avoided, it would allow this package to work on Debian squeeze, the to-be 6.0. Anyway, creating a symlink allowed me to run the game: cd /usr/lib/ ln -s libbfd-2.20.1-system.20100303.so libbfd-2.18.0.20080103.soKeep up the good work Link to comment Share on other sites More sharing options...
Ykkrosh Posted September 25, 2010 Share Posted September 25, 2010 I think it's probably best to just remove our code that uses libbfd, to avoid this kind of problem - filed as #581. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now