Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Inline-Lua CPAN distribution.

Report information
The Basics
Id: 93690
Status: resolved
Priority: 0/
Queue: Inline-Lua

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



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
From: rob [...] hoelz.ro
Migrated to GitHub issues: https://github.com/hoelzro/inline-lua/issues/4 On Sun Mar 09 17:22:36 2014, SREZIC wrote: Show quoted text
> 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