2
我試圖在Cent OS中安裝luarocks。 命令後./configure
我得到錯誤:如何在Cent OS中安裝luarocks?
Lua interpreter found: /bin/lua...
Lua version detected: 5.1
lua found in $PATH: /bin
Checking Lua includes... lua.h not found (looked in //include, //include/lua/5.1, //include/lua5.1)
You may want to use the flag --with-lua or --with-lua-include. See --help.
正如我理解正確的話,起先我需要安裝Lua和指定路徑到Lua時配置luarocks
難道這是因爲[UsrMerge(https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/) ? LuaRocks的'configure'腳本應該檢查一下嗎? – siffiejoe
它可能是。哦,自2003年以來,GoboLinux已經將/ usr/bin和/ bin(和/ sbin和/ usr/bin)合併在一起,我們從來沒有遇到過問題。我需要在某個時候重寫'configure'腳本。有一些錯誤的案例, –