• 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 How to setup Server, Site Dos Protection + how to compile

the new distribution 0.2.12 doesnt have ./autogen.sh , how to compile for linux?
 
How good is that dos protection? Does it work against the most common attacks?
 
Help! In step 5, when I write ./autogen.sh, I get "autoreconf: command not found". What should I do?? Help please.
 
I have this error:

./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
 
On step 5 I get this, There is no file named autogen.sh ? :p

-bash: ./autogen.sh: No such file or directory
Trying to compile TFS 0.2.14 - 9.60.

Rep++ for help!
 
On step 5 I get this, There is no file named autogen.sh ? :p

-bash: ./autogen.sh: No such file or directory
Trying to compile TFS 0.2.14 - 9.60.

Rep++ for help!

Taken from docs/README (0.2.14)
Code:
[ COMPILING
        Linux: Debian/Ubuntu
                Downloading required packages
                        Launch a terminal, and paste in this command:
                                apt-get install build-essential subversion libboost-dev libxml2-dev liblua5.1-0-dev libgmp3-dev libmysql++-dev libsqlite3-dev libboost-thread-dev libboost-regex-dev libboost-system-dev

                Downloading the source code
                        Launch a terminal, and paste in this command:
                                svn co svn://svn.otland.net/public/forgottenserver/tags/0.2.14

                Compiling
                        Launch a terminal, and type this command:
                                cd 0.2.14/ && make
]
 
Hehe I should have read the readme file..

I downloaded the required packages and installed them with the command.

And I'm in the sourcefolder and trying to use the ./autogen.sh command but it I still get the -bash: ./autogen.sh: No such file or directory message.

PS: First time compiling in Linux/Ubuntu :)
 
Last edited:
You're supposed to use make and not ./autogen.sh (does not exist in 0.2.14).
 
Last edited:
Back
Top