rogo Posted August 20, 2010 Report 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 Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted September 25, 2010 Report 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.