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

Compiling Problem

change it to -llua_mysql, if it still wont work navigate manually in your Dev-cpp to this package.
 
Thx, now it says
cannot find -lluasql-sqlite3

edit: fixed that too, now I have that problem:
cannot find -lregex
 
Last edited:
Remove lregex and lsystem (if there is) from linkers and add them manually from Dev-cpp\lib choosing those files:
Code:
libboost_regex.a
libboost_system.a
 
[05/06/2008 14:44:25] The Forgotten Server - Version 0.3rc? (-).
[05/06/2008 14:44:25] A server developed by Talaturen, Kiper, Kornholijo, Jonern, Lithium, slawkens & Elf.
[05/06/2008 14:44:25] Visit our forum for updates, support and resources: http://otland.net/.

[05/06/2008 14:44:25] >> Loading config
[05/06/2008 14:44:25] >> Loading RSA key
[05/06/2008 14:44:25] >> Testing SQL connection
[05/06/2008 14:44:26] Failed to connect to database. MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061)
[05/06/2008 14:44:26] > ERROR: Couldn't estabilish connection to SQL database!
someone help me?
 
Back
Top