RRDLua is a Lua module for RRD functions. - Configuration From the top dir of RRDtool package, run "./configure", or "./configure --enable-lua-site-install" if you prefer to install in Lua's search path. You should have lua 5.0, or superior, and respective lua-dev packages installed before executing configure. - Compilation and installation Run 'make' and 'sudo make install'. If you don't enable lua-site-install, the Lua modules will be installed together with RRDtool, under the subdir lib/lua/. - Testing Install RRDtool first, as above. Then, enter the bindings/lua dir, run 'make test' and use your preferred viewer to display the just created 'test.png'. If you can read "Enjoy Lua RRDtool module!" on the picture, everything went fine. - Using with Lua 5.1 Start your programs with: ------..----------------------------------------------------------- package.cpath = '