• 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 configure: error: "Lua header not found." TFS 0.4

kadron

New Member
Joined
Mar 28, 2015
Messages
17
Reaction score
1
I'm facing some issues compilling on Linux Debian 7.
Tfs 0.4 trunk.r3777

When I try to compile with

./configure --enable-mysql --enable-sqlite --enable-remote-control --enable-server-diag --enable-root-permission

And i have error
Code:
checking for main in -lcrypto... yes
checking for LUA... no
checking lua.hpp usability... no
checking lua.hpp presence... no
checking for lua.hpp... no
configure: error: "Lua header not found."

xT8C3UV.jpg
 
collect2: error: ld returned 1 exit status
Makefile:55: recipe for target 'lua' failed
make[2]: *** [lua] Error 1
make[2]: Leaving directory '/home/dcp/b/lua-5.1.4/src'
Makefile:99: recipe for target 'linux' failed
make[1]: *** [linux] Error 2
make[1]: Leaving directory '/home/dcp/b/lua-5.1.4/src'
Makefile:56: recipe for target 'linux' failed
make: *** [linux] Error 2


wget http://www.lua.org/ftp/lua-5.1.4.tar.gz
tar -xzvf lua*
cd lua*
make linux && make install

then do ./configure again
 
Back
Top