• 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!

linux problem try compile my sources

kostas136

Banned User
Joined
Apr 1, 2009
Messages
215
Reaction score
30
E: Unable to locate package subversion
E: Unable to locate package autoconf
E: Unable to locate package build-essential
E: Unable to locate package pkg-config
E: Unable to locate package libboost-dev
E: Unable to locate package libgmp3-dev
E: Unable to locate package libxml2-dev
E: Unable to locate package liblua5.1-0-dev
E: Couldn't find any package by regex 'liblua5.1-0-dev'
E: Unable to locate package libmysqlclient-dev
E: Unable to locate package ccache
E: Unable to locate package libboost-filesystem-dev
E: Unable to locate package libboost-regex-dev
E: Unable to locate package libboost-system-dev
E: Unable to locate package libboost-thread-dev
E: Unable to locate package libssl-dev
 
Follow a tutorial
https://github.com/otland/forgottenserver/wiki/Compiling-on-Debian-GNU-Linux

Code:
apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libpugixml-dev

Edit: The above applies to TFS 1.x, looks like youre trying to compile an older server.
I'd suggest trying to find a tutorial for it, but to solve those exact errors, you need to get those packages. To get those packages in Debian/Ubuntu you use apt-get.
 
Back
Top