我正在尝试为
Linux编译VLC.当我运行配置脚本时,我收到错误消息
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.@H_502_6@
我的系统上有lua.我跑了lua -v并得到了@H_502_6@
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org,PUC-Rio @H_502_6@
lua给出的地方@H_502_6@
/usr/bin/lua /usr/lib/lua /usr/share/lua /usr/share/man/man1/lua.1.gz @H_502_6@
这看起来是一个标准的位置.关于为什么配置的任何想法都没有拿起lua?@H_502_6@
解决方法
正如Not_a_Golfer所提到的,你需要
Lua header/library files