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

[COLOR="red"]Compiling[/COLOR] TFS 0.4 on Linux Debian 5.0 !!

Blue Identity

Member
Joined
Feb 20, 2009
Messages
174
Reaction score
15
Location
Netherlands
Hello and welcome,

After f**king around for 3 days I finally managed to get my Tibia 8.62 server running on Linux Debian 5.0.

Since I haven't seen a decent tutorial for Debian 5.0 for TFS 0.4 I decided to post one (correct me if I'm wrong)

What have I done? Step by Step:

Download the TFS 0.4 from the private section on OTland.
Subversion

Download the libluajit:
http://ftp.nl.debian.org/debian/pool/main/l/luajit/libluajit-5.1-common_2.0.0~beta5+dfsg-1_all.deb
http://ftp.nl.debian.org/debian/pool/main/l/luajit/libluajit-5.1-2_2.0.0~beta5+dfsg-1_i386.deb

Download Crypto++:
http://ftp.de.debian.org/debian/pool/main/l/luajit/luajit_2.0.0~beta5+dfsg-1.debian.tar.gz


(folder examples will be):
-/home/server/ (folder of the TFS 4.0)
-/home/saved/ (folder of the downloaded items)


Start Compiling:

Updating

Code:
sudo su
Code:
apt-get update
Code:
apt-get upgrade

Install:

Code:
cd /home/saved/
Code:
dpkg --install libluajit-5.1-common_2.0.0~beta5+dfsg-1_all.deb
Code:
dpkg --install libluajit-5.1-2_2.0.0~beta5+dfsg-1_i386.deb
Code:
cd serverinstallzip/libcrypto++_5.6.0-6.debian.tar/debian/
Code:
apt-get install libcrypto++-dev
Code:
apt-get autoremove
Code:
exit

Create:
Code:
cd /home/server/
Code:
sh ./autogen.sh
Code:
./configure --enable-mysql

Remove -wError
Code:
sudo nano Makefile.am
Search for the next text and remove it. Can be found at the top of Makefile.am
When you removed -wError you can press Ctrl+o to save and after you press Ctrl+x to exit.

Code:
-wError

Build:
Code:
sudo ./build.sh

Your done now it's time to start the server

Start-up:
Code:
screen -A -S tibiaot
Code:
/home/server
Code:
while true; do ./theforgottenserver; done

Enjoy your server!!!

This way I've managed to get my server online, I'm sure there are other ways as well but this one was the easiest I could think of.

Goodluck !!
 
Last edited:
title? [FAIL="RED"]TROLL[/FAIL]
 
WHY IS THERE A MILLION TUTORIALS ON HOW TO INSTALL TFS ON DEBIAN BASED OS????
El's and Stian's turotials are perfect and functional!(unless you are doing something wrong!)

::protip::
Instead of making Debian based tutorial, try making Red Hat - Fedora(RPM) based or openSUSE based(Zipper), or any BSD(unix) OS tutorial.
 
Back
Top