Subject: | lua is not detected on FreeBSD systems |
lua is installed on my system, but Makefile.PL cannot detect it:
$ pkg-config --list|grep lua
lua-5.2 Lua - An Extensible Extension Language
lua-5.1 Lua - An Extensible Extension Language
$ perl Makefile.PL
*******************************************
Couldn't find a working Lua installation
on this matchine. This is required for
this module.
To obtain it, go to
http://www.lua.org/download.html
*******************************************
Regards,
Slaven