• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling problem compiling linux ubuntu

Darknkess

New Member
Joined
Oct 1, 2009
Messages
12
Reaction score
0
try compiling on Linux Ubuntu 12.10 (32bit)

terminal using:

. / configure - enable-server-diag - enable-mysql - enable-root-permission

configure: error: "MySQL headers missing."

anyone know why it happens or do I istalar to compile properly!

is use sources TFS 0.3.7-r5963-win32-1
 
And please please please don't use --enable-root-permission since it is a security risk.
Yes, it's true. You should create new user instead of using root to manage forgottenserver. This command (it works on Ubuntu) allows you to create new user:
Code:
adduser forgottenserver


_
Regards,
sn3ejk
 
Back
Top