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

Just run it again. You must not hit any other key then Y (etc space, backspace).
 
Code:
cd /var/www
rm index.lighttpd.html

cd /var/www
sudo rm index.html
sudo svn co svn://svn.tech1.org/modernaac/trunk .
sudo chown www-data -R .
sudo chmod 777 -R .


root@unassigned:/var/www# sudo svn co svn://svn.tech1.org/modernaac/trunk .
sudo: svn: command not found???

look try to access to my phpmyadmin
http://youtibia.com/phpmyadmin

and when i try to put http://youtibia.com/phpmyadmin/index.php a file of notepad named index.php is downloaded

add this into the tutorial to make a symbolic link with the phpmyadmin to your var/www

Code:
ln -s /usr/share/phpmyadmin /var/www/
 
Last edited by a moderator:
1.You didn't follow my guide from top to bottom.

Linking is NOT needed, phpmyadmin install system will auto configurate it just choose lighttpd in the list.
Subversion are in the list of packages to install (under TFS install).
 
can you help me my ot have been 2 days offline, and i want to install it if u can help me i pay
 
You don't have internet, or a outdated package tree. apt-get --update.
 
> Loading custommonsters.xml... done.
> 6 mods were loaded.
>> Loading map and spawns...
> FATAL: OTBM Loader - Could not open the file data/world/realmap.otbm.otbm.
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.
Aborted



how can I fix this?
 
i got an error
cheking for lua... cheking lua.hpp usability....no
cheking lua.hpp presence... no
cheking for lua.hpp... no
configure: error: "Lua header not found"
That means that my lua.hpp is not there right?
 
try
You can try luajit:

apt-get install libluajit-5.1-dev
./configure --enable-mysql --enable-luajit

as stian talk: it maybe problem from rev not from tut
 
Now error compiling because i dont find luajit-5 in my lib folder

 
Last edited:
For some reason I am having this issue everytime I compile on Ubuntu. Everything else seems to work fine - but this file always gives me this error. I really could use some help on this issue. I've re-installed all programs and still have this issue.

Code:
otserv.cpp: In function âvoid allocationHandler()â:
otserv.cpp:231: warning: ignoring return value of âchar* fgets(char*, int, FILE*)â, declared with attribute warn_unused_result

I am trying to compile the tfs0.3.6pl1 as directed in this guide.
 
Back
Top