When i try ./configure i got this :
checking for LUA... configure: error: Package requirements (lua >= 5.1.3) were not met:
Requested 'lua >= 5.1.3' but version of Lua is 5.1.2
So i try to update lua with remove and new install but still does not work
~/lsyncd-2.0.3# lua -v Lua 5.1.2 Copyright (C) 1994-2007 Lua.org, PUC-Rio
How can i update the package to 5.1.4 ?
(I am on ubuntu 8.04)
Thanks :)