Ticket #88 (closed defect: fixed)
Opened 6 years ago
Last modified 4 years ago
liblua not detected on Debian
Reported by: nijel Assigned to: pmatilai Priority: major Milestone: rpm-4.10.0 Component: rpm Version: RPM Development Keywords: Cc:
Description
On Debian, the lua library is named liblua5.1 and configure script does not it detect because of it.
There is also pkg-config support in Lua, which might be used:
$ pkg-config --libs lua5.1
-llua5.1
Change History
08/13/09 07:54:56 changed by pmatilai
- status changed from new to assigned.
Nod, the configure checks should be made to use pkg-config where available, this includes at least lua and sqlite.
03/28/11 09:57:00 changed by pmatilai
- status changed from assigned to closed.
- resolution set to fixed.
- milestone set to rpm-4.10.0.
Fixed in HEAD... at long last.