• 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 Ubuntu + Lampp

OldXar

Member
Joined
Feb 17, 2009
Messages
215
Reaction score
6
Hey guys,

Ive been trying a whole day now to create an OT server on Linux.
Ive created several servers before but never on Linux.

So I started out with compiling etc, but when I want to run the server with ./otserv Im getting a MYSQL error:
Code:
:: OTServ Version 0.6.3_SVN
:: ============================================================================
::
:: Initializing the random numbers... [done]
:: Loading lua script config.lua...  [done]
:: No datadir 'data/', using a system-wide one
:: Using data directory /usr/local/share/otserv/data/... [done]
:: Checking Database Connection... Failed to connect to database. MYSQL ERROR: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

I have LAMPP (apache + Mysql server) running wich works fine, Im able to access my webserver + phpmyadmin, I can create databases... I also changed my config.lua to the correct settings.

Anyone any clue how I can fix this ?

Because Im quiet new on Linux Tibia OT servers I also have a few additional questions:



I see the server version: "OTServ Version 0.6.3_SVN" for what Tibia client is this ?

Where can I find my tibia world map ? (I see alot of files but cant find my map)

Kind Regards,
 
bump

trying new compile and now I get

checking mysql/mysql.h usability... no
checking mysql/mysql.h presence... no
checking for mysql/mysql.h... no
configure: error: "mysql headers missing."
 
Back
Top