[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua::API 0.04 - Perl interface to Lua’s embedding API
- From: David Manura <dm.lua@...>
- Date: Tue, 19 Apr 2011 20:08:17 -0400
On Tue, Apr 19, 2011 at 9:44 AM, Diab Jerius <dj@head.cfa.harvard.edu> wrote:
>> To avoid a symbol-not-found error on Ubuntu, I had to build with the suggested
>>
>> perl Makefile.PL LUA_INC=-I/usr/include/lua5.1 LUA_LIBS='-llua5.1'
>
> Which version of ubuntu? Could you send me the error? I'll try to fix
> that.
10.10. The problem was that I didn't have ExtUtils::PkgConfig
installed (apt-get install libextutils-pkgconfig-perl), so the
detection code in Makefile.PL got skipped, after printing a warning
that various packages were missing. "perl Makefile.PL" (without
arguments) worked fine after installing this package.