我正在尝试在Ubuntu 10.4 LTS上安装Lsyncd但我收到一些错误:
> checking for LUA... no checking for
> LUA... no checking for LUA...
> configure: error: Package requirements
> (lua >= 5.1.3) were not met:
>
> No package 'lua' found
>
> Consider adjusting the PKG_CONFIG_PATH
> environment variable if you installed
> software in a non-standard prefix.
>
> Alternatively, you may set the
> environment variables LUA_CFLAGS and
> LUA_LIBS to avoid the need to call
> pkg-config. See the …Run Code Online (Sandbox Code Playgroud) 当我尝试./configure我得到了这个:
检查LUA ... configure:error:未满足包要求(lua> = 5.1.3):
请求'lua> = 5.1.3'但Lua的版本是5.1.2
所以我尝试使用删除和新安装更新lua但仍然无法正常工作
〜/ lsyncd-2.0.3#lua -v Lua 5.1.2版权所有(C)1994-2007 Lua.org,PUC-Rio
如何将软件包更新到5.1.4?
(我在ubuntu 8.04上)
谢谢 :)