• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Boost is too old? Was 1.53 or newer..

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Hello everyone, I'm trying compile TFS 1.2 in Ubuntu 12.04, I'm using theses commands: https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu and when I try compile I got the error below:

Code:
-- cotire 1.6.9 loaded.
-- MySQL Include dir: /usr/include/mysql  library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: mysqlclient
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.46.1

  Boost include path: /usr/include

  Detected version of Boost is too old.  Requested version was 1.53 (or
  newer).

  The following Boost libraries could not be found:

  boost_system

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:40 (find_package)

Already used sudo apt-get install libboost-system-dev and didn't work too.

Hope someone can help me with that. Thanks.

@edit
Fixed by reinstalling the os.
 
Last edited:
Back
Top