View Single Post
  #35  
Old 03-01-2010, 03:07 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Deas_Voice View Post
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
Reply With Quote