wwmm / fastgame

Optimize system performance for games
GNU General Public License v3.0
76 stars 5 forks source link

Not launching - Old library #3

Closed UltraBlackLinux closed 3 years ago

UltraBlackLinux commented 3 years ago

Hey there, I am having some problems with launching fastgame: fastgame: error while loading shared libraries: libboost_filesystem.so.1.75.0: cannot open shared object file: No such file or directory When listing the /usr/lib directory, the library now has the version 1.76.0, so please update FG! Thanks!

wwmm commented 3 years ago

When listing the /usr/lib directory, the library now has the version 1.76.0, so please update FG!

Usually when this boost error happens recompiling the package is enough to fix the problem. It happens to other AUR packages that depend on the Boost Library too.

wwmm commented 3 years ago

If you are an Arch Linux user it is just a matter of reinstalling the AUR package. Every time Boost is upgraded this has to be done. It is annoying but it I am not aware of another way to deal with this.

UltraBlackLinux commented 3 years ago

If you are an Arch Linux user it is just a matter of reinstalling the AUR package. Every time Boost is upgraded this has to be done. It is annoying but it I am not aware of another way to deal with this.

Oh lovely, that worked! I previoisly downloaded the package from the chaotic aur, so I guess they have a faulty package

jarrard commented 2 years ago

Doesn't work for me, insists on v1.75 no matter how many times I rebuild it, or delete and rebuild!

EDIT: AUR/Repo is a bin version not built. Still getting theme errors and such when building myself.. no idea

Figured it out in the end. But yeah all the arch repo's are pre-configured for older boost version.. oops