Próbuję skompilować VLC dla systemu Linux. Po uruchomieniu skryptu konfiguracyjnego pojawia się komunikat o błędzieKompilowanie VLC w systemie Linux: Błąd nie mógł znaleźć Lua
configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.
Mam lua w moim systemie. Pobiegłem lua -v i dostał
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
whereis lua daje
/usr/bin/lua /usr/lib/lua /usr/share/lua /usr/share/man/man1/lua.1.gz
Które wydaje się być standardem lokalizacja. Wszelkie pomysły na to, dlaczego konfiguracja nie podnosi lua?
masz nagłówki lua? –
Gdzie powinny znajdować się nagłówki? Sprawdziłem/usr/include/without luck. – jogabonito
http://rpmfind.net/linux/rpm2html/search.php?query=lua-devel – ecle