Quote:
Originally Posted by Deas_Voice
NPC Code:
deas@deas-laptop:~/Desktop/gonstruct-0.2.0$ ldd ./gonstruct
[...]
libboost_filesystem-mt.so.1.38.0 => not found
libboost_system-mt.so.1.38.0 => not found
|
Can you see whether the package libboost1.38-dev is installed? If yes, maybe they are using another naming scheme and you can try creating symlinks /usr/lib/libboost_filesystem-mt.so.1.38.0 and ...-system-... to whatever name they use. If no, maybe you can just try creating those symlinks and have them point to whatever other version of those libraries you have installed.
They really need to come up with a way to distribute binaries across distributions without making me learn how to use that distribution
