Page 1 of 1

[Fixed] New server, configure complaining about LUA...

Posted: Tue Aug 25, 2015 12:20 am
by altalus

Code: Select all

./configure: line 5025: syntax error near unexpected token `LUA,'
./configure: line 5025: `PKG_CHECK_MODULES(LUA, luajit, , PKG_CHECK_MODULES(LUA, lua5.1 >= 0.25))'
Now I installed liblua5.1-0-dev, liblua5.1-0, luajit-5.1-dev but still seems to have the issue...

Re: New server, configure complaining about LUA...

Posted: Tue Aug 25, 2015 12:24 am
by kjLotus
distro?

(it's not broken, it's building on the build box, so it's probably something on your server)

Re: New server, configure complaining about LUA...

Posted: Tue Aug 25, 2015 12:35 am
by altalus
I'm pretty sure it is my server missing something, simply not finding it :)

Ubuntu 14.10.

Re: New server, configure complaining about LUA...

Posted: Tue Aug 25, 2015 12:26 pm
by altalus
In case this can help...

Code: Select all

guillaume@hades:~/Vejiitasei$ sudo dpkg -l "*lua*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  liblua5.1-0:am 5.1.5-5ubunt amd64        Shared library for the Lua interp
ii  liblua5.1-0-db 5.1.5-5ubunt amd64        Debug symbols for the Lua shared
ii  liblua5.1-0-de 5.1.5-5ubunt amd64        Development files for the Lua lan
un  liblua5.1-dev  <none>       <none>       (no description available)
ii  libluajit-5.1- 2.0.3+dfsg-3 amd64        Just in time compiler for Lua - l
ii  libluajit-5.1- 2.0.3+dfsg-3 all          Just in time compiler for Lua - c
ii  libluajit-5.1- 2.0.3+dfsg-3 amd64        Just in time compiler for Lua - d
un  lua            <none>       <none>       (no description available)
ii  lua5.1         5.1.5-5ubunt amd64        Simple, extensible, embeddable pr
ii  luajit         2.0.3+dfsg-3 amd64        Just in time compiler for Lua pro


Re: New server, configure complaining about LUA...

Posted: Tue Aug 25, 2015 10:51 pm
by altalus
Ok... I have no idea what I have done but after a few package tests I was able to get the autogen to redo a valid configure and now it compile... figures lol :)

Re: [Fixed] New server, configure complaining about LUA...

Posted: Wed Sep 02, 2015 8:33 pm
by Metalfiiish
Had this same issue. Fixed by installing:

apt-get install liblua5.1-0-dev

Then running autogen again.

I only had:
apt-get install libluajit-5.1-dev
apt-get install lua5.1