BOA NOITE, ESTOU TENTANDO COMPILAR UM OTX SERVER E ESTOU TENDO O SEGUINTE PROBLEMA
otxserver 2.X.Series
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]: Entering directory '/home/05'
CXX actions.o
CXX allocator.o
CXX baseevents.o
CXX beds.o
CXX chat.o
CXX combat.o
In file included from luascript.h:42:0,
from configmanager.h:20,
from otpch.h:40,
from actions.cpp:17:
database.h:25:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
In file included from luascript.h:42:0,
from configmanager.h:20,
from otpch.h:40,
from chat.cpp:17:
database.h:25:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
In file included from luascript.h:42:0,
from configmanager.h:20,
from otpch.h:40,
from baseevents.cpp:17:
database.h:25:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
In file included from luascript.h:42:0,
from configmanager.h:20,
from otpch.h:40,
from beds.cpp:17:
database.h:25:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
In file included from luascript.h:42:0,
from configmanager.h:20,
from otpch.h:40,
from allocator.cpp:17:
database.h:25:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
In file included from luascript.h:42:0,
from configmanager.h:20,
from otpch.h:40,
from combat.cpp:17:
database.h:25:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
Makefile:557: recipe for target 'chat.o' failed
make[1]: *** [chat.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:557: recipe for target 'baseevents.o' failed
make[1]: *** [baseevents.o] Error 1
Makefile:557: recipe for target 'beds.o' failed
make[1]: *** [beds.o] Error 1
Makefile:557: recipe for target 'actions.o' failed
make[1]: *** [actions.o] Error 1
Makefile:557: recipe for target 'allocator.o' failed
make[1]: *** [allocator.o] Error 1
Makefile:557: recipe for target 'combat.o' failed
make[1]: *** [combat.o] Error 1
make[1]: Leaving directory '/home/05'
Makefile:407: recipe for target 'all' failed
make: *** [all] Error 2
root@vmi361720:/home/05#