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 pkg-config man
> page for more details.
または、 Luaがインストールされていることを知っています。
# lua -v
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
lua.pc ファイルが必要だといくつかのフォーラムで読みましたが、見つかりません。誰も続行方法を知っていますか?
ありがとうございました
編集:解決済み
一部のパッケージが欠落していました;)
apt-get install liblua5.1-0-dev liblua50-dev liblualib50-dev