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

Search results for query: "Lua header not found.

  1. XxhadesxX

    Compiling configure: error: "Lua header not found."

    configure: error: "Lua header not found." plz help me! checking openssl/bn.h usability... yes checking openssl/bn.h presence... yes checking for openssl/bn.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for...
  2. grilo13

    [8.60] DBRelated 1.2 Site + Data + Sources

    ...sh build.sh .................................. a lot of things ........................................... 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." make: *** [config.status] Error 1
  3. slaw

    Compiling [YACT] Yet Another Compilation Thread..

    MyAAC its me. Its here: PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.hpp], , [AC_MSG_ERROR("Lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against Lua library failed.")]) ]) Change that: lua5.1 >= 5.1 to [lua5.1]
  4. Roddet

    Configuration Ubuntu - From nothing to complete server (TFS, ModernAAC, MySQL, Lighttpd)!

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

    Linux NPC doesn't answer when talking with them. NPChandler

    Thanks :) You know how to fix this? configure: error: "Lua header not found."
  6. K

    Linux NPC doesn't answer when talking with them. NPChandler

    Your missing libs:D to get rid of this error, do this: 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
  7. caiohp

    Compile problem

    Hi, bro, have a new error: configure: error: "Lua header not found."
  8. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    ...find these lines: #check lua 5.1 PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.hpp], , [AC_MSG_ERROR("lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against lua failed.")]) ]) AC_SUBST(LUA_CFLAGS) AC_SUBST(LUA_LIBS) Replace them...
  9. fluidsonic

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Looks like you're not using TFS 0.3.6-pl1. Doesn't matter though. I see two things: 1. In the first line the "f" at the beginning shouldn't be there. 2. Remove this: # check for Lua if test "$luaJIT" = "yes"; then PKG_CHECK_MODULES(LUA, luajit, , [ AC_CHECK_HEADERS([lua.hpp], ...
  10. Ninja

    Compiling error: "Required OpenSSL headers not found."

    Please try to use the search function. http://otland.net/threads/configure-error-lua-header-not-found.116586/#post-1151691 - - - EDITED - - - http://otland.net/threads/compiling-tfs-errors-debian-7-1-wheezy.192944/#post-1862585
  11. Webtimize

    Compiling [YACT] Yet Another Compilation Thread..

    ...of code. Thanks to @MyAAC PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.hpp], , [AC_MSG_ERROR("Lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against Lua library failed.")]) ]) PKG_CHECK_MODULES([LUA], [lua5.1]...
  12. Killerwoot

    Configuration Ubuntu - From nothing to complete server (TFS, ModernAAC, MySQL, Lighttpd)!

    Yeah, I have the same problem. Even if I don't use LuaJIT I still get the no lua headers error.
  13. Nekiro

    Linux Tfs 0.4 r3777 CAST.

    I fixed that, but then in compiling 999 errors. Thank you, I will check it.
  14. Ruhat

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    dude gotta say thank you for your effort, really appreciate ur help but i got a new error now. when i do ./configure ./configure: line 8344: syntax error: unexpected end of file
  15. Brooke

    Linux ubuntu compiling

    I'm trying to compile the sources and then I get this error. Ubuntu 12.04.3 LTS tfs 0.3.6, 3429 configure: error: "lua header not found." I tried to do this: 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 After I did...
  16. Maniek PL-1

    Komplikacja Ubuntu 7.0 - tibia 8.6

    ...- enable-server-diag Mam taki blad: checking lua.h presence... no checking for lua.h... no configure: error: "lua header not found." Przy konfigurowaniu: skonfigurować: błąd: "Łączenie przed boost :: regex biblioteki nie powiodło się." Blad z biblotekami ... Propozycje? edit 2...
  17. BrownDeveloper

    Linux Outdated Library's help

    Hello there! i have same problem, look this.. i have 3 days trying to compila a tfs 0.4 rev 3777 but gets this error at end. i will appreciate for help! checking boost/unordered_set.hpp presence... yes configure: WARNING: boost/unordered_set.hpp: present but cannot be compiled configure...
  18. kablaff

    Compiling Compiling Newest Revision Error "lua.h"

    It says "cannot find lua.h" (you dont have lua.h). If you use windows, and your compiler needs lua header 5.1, here is a link: http://www.lua.org/source/5.1/lua.h.html or (5.2 lua.h) http://www.lua.org/source/5.2/lua.h.html Put lua.h inside include folder, if there is such folder. If you have...
  19. binny

    [Debian]Installing library to compile OTClient - failed

    Same stuff? cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so.1.0.2 -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so.1.0.2 -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include -DUSE_STATIC_LIBS=OFF .. -- The C compiler identification...
  20. Lessaire

    Compiling Libs error when compiling TFS 0.3.6 v8.2

    From: Lessaire Date: Tue, 21 Apr 2020 10:46:02 -0700 Subject: [PATCH] TFS 0.35 TR1 --- Makefile.am | 2 +- configure.ac | 2 +- house.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 19bbc99..9e287d9 100644 --- a/Makefile.am +++...
Back
Top