Postado Maio 22, 2015 9 anos Olá! Estou tentando compilar meu servidor tfs 0.4, versão 8.6, Debian 7, 64bits... Eu coloquei as sources (trunk) na pasta /home, e ai eu to executando esse comando para compilar: sh ./autogen.sh &&./configure --enable-server-diag --enable-mysql --enable-root-permission && make -j 2 E ai aparece isso: (...) checking for openssl/err.h... yes 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." LUA HEADER NOT FOUND. Eu achei alguns tutoriais que diziam que a solução era : 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 Ok. Mas quando vou digitar a parte do tar -xzvf lua*, aparece: tar (child): lua-5.1.4: Cannot read: Is a directory tar (child): At beginning of tape, quitting now tar (child): Error is not recoverable: exiting now gzip: stdin: unexpected end of file tar: Child returned status 2 tar: Error is not recoverable: exiting now Por favor, ajude! Consegui! Eu fiz: apt-get install libreadline-dev libncurses5-dev; wget http://www.lua.org/ftp/lua-5.1.4.tar.gz tar -xzvf lua-5.1.4.tar.gz cd lua-5.1.4/ make linux && make install E deu certo!
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.