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

Configuration Ubuntu - From nothing to complete server (TFS, ModernAAC, MySQL, Lighttpd)!

nice tutorial, but sudo chmod 777 -R? its not 100% secure. Try:
cd /var/www
chmod 644 * -R
find -type d -exec chmod 755 {} \;
It will set secure on files and folders (type d means, directory).
Peace,
 
someone can help me with this?
Code:
otxserver 2.8

Using LuaJIT................ : no
Using ground cache.......... : no
Server diagnostics.......... : yes
Home-directory configuration : no
Root run permission......... : yes
Login server mode........... : no
OTAdmin protocol............ : no
OTServ custom allocator..... : no
Debug build................. : no

Build with MySQL............ : yes
Build with MySQL++Connector. : no
Build with SQLite........... : no
Build with PostgreSQL....... : no

Configure complete, now you may type './build.sh'.
make  all-am
make[1]: se ingresa al directorio «/home/tibia/tfs»
g++ -DHAVE_CONFIG_H -I.  -I/usr/include/libxml2  -O0 -march=native -fomit-frame-pointer -D__USE_MYSQL__  -D__ENABLE_SERVER_DIAGNOSTIC__ -D__ROOT_PERMISSION__ -D__ALT_LUA_PATH__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT luascript.o -MD -MP -MF .deps/luascript.Tpo -c -o luascript.o luascript.cpp
g++ -DHAVE_CONFIG_H -I.  -I/usr/include/libxml2  -O0 -march=native -fomit-frame-pointer -D__USE_MYSQL__  -D__ENABLE_SERVER_DIAGNOSTIC__ -D__ROOT_PERMISSION__ -D__ALT_LUA_PATH__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT movement.o -MD -MP -MF .deps/movement.Tpo -c -o movement.o movement.cpp
In file included from /usr/include/c++/4.7/chrono:35:0,
  from otsystem.h:58,
  from luascript.h:20,
  from configmanager.h:20,
  from otpch.h:40,
  from luascript.cpp:17:
/usr/include/c++/4.7/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
In file included from /usr/include/boost/filesystem/v3/config.hpp:29:0,
  from /usr/include/boost/filesystem.hpp:34,
  from luascript.cpp:21:
/usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported
In file included from /usr/include/c++/4.7/chrono:35:0,
  from otsystem.h:58,
  from luascript.h:20,
  from configmanager.h:20,
  from otpch.h:40,
  from movement.cpp:17:
/usr/include/c++/4.7/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
make[1]: *** [movement.o] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make[1]: *** [luascript.o] Error 1
make[1]: se sale del directorio «/home/tibia/tfs»
make: *** [all] Error 2
 
Last edited:
Error:

checking zlib.h usability... no
checking zlib.h presence... yes
configure: WARNING: zlib.h: present but cannot be compiled
configure: WARNING: zlib.h: check for missing prerequisite headers?
configure: WARNING: zlib.h: see the Autoconf documentation
configure: WARNING: zlib.h: section "Present But Cannot Be Compiled"
configure: WARNING: zlib.h: proceeding with the compiler's result
checking for zlib.h... no
configure: error: "zlib header not found."
 
Code:
svn co svn://svn.otland.net/public/forgottenserver/tags/0.3.6pl1 tfs
cd tfs
Not working, where i can download it?
 
Back
Top