Dankoo
Active Member
- Joined
- Sep 4, 2010
- Messages
- 1,007
- Reaction score
- 27
I'm facing some issues compilling on Linux Ubuntu.
When I try to compile with
./configure --enable-mysql --enable-remote-control --enable-server-diag
I receivem while making build.sh
checking for lua.hpp... no
configure: error: "Lua header not found."
And with
./configure --enable-mysql --enable-remote-control --enable-server-diag --enable-luajit
With luajit it makes the build.sh, but when I use make or ./build.sh I receive
root@tibiabr:/home/tibiabr/servidor/sources# ./build.sh TheForgottenServer buil - Pastebin.com
I don't know what else to do :s
Extras:
root@tibiabr:/home/tibiabr/servidor/sources# apt-cache search libluajit
libluajit-5.1-2 - Just in time compiler for Lua - library version
libluajit-5.1-common - Just in time compiler for Lua - common files
libluajit-5.1-dev - Just in time compiler for Lua - development files
root@tibiabr:/home/tibiabr/servidor/sources#
I've tried
apt-get install liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1
but didn't work neither
When I try to compile with
./configure --enable-mysql --enable-remote-control --enable-server-diag
I receivem while making build.sh
checking for lua.hpp... no
configure: error: "Lua header not found."
And with
./configure --enable-mysql --enable-remote-control --enable-server-diag --enable-luajit
With luajit it makes the build.sh, but when I use make or ./build.sh I receive
root@tibiabr:/home/tibiabr/servidor/sources# ./build.sh TheForgottenServer buil - Pastebin.com
I don't know what else to do :s
Extras:
root@tibiabr:/home/tibiabr/servidor/sources# apt-cache search libluajit
libluajit-5.1-2 - Just in time compiler for Lua - library version
libluajit-5.1-common - Just in time compiler for Lua - common files
libluajit-5.1-dev - Just in time compiler for Lua - development files
root@tibiabr:/home/tibiabr/servidor/sources#
I've tried
apt-get install liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 lua5.1
but didn't work neither