https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3515
Summary: /usr/bin/ld: cannot find -llua
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: x86
OS/Version: Red Hat
Status: NEW
Severity: Blocker
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: artem.tamazov@xxxxxxxxxxx
Build Information:
TShark 1.3.0 (SVN Rev 28622)
Compiled with GLib 2.4.7, with libpcap 0.8.3, with libz 1.2.1.2, without POSIX
capabilities, without libpcre, without SMI, without c-ares, without ADNS,
without Lua, without Python, without GnuTLS, without Gcrypt, with MIT Kerberos,
without GeoIP.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.9-22.ELsmp, with libpcap version 0.8.3.
Built using gcc 3.4.4 20050721 (Red Hat 3.4.4-2).
--
Compilation error if no LUA present on Linux system.
This is because of the "-llua" option present in almost all Makefiles even if
configure reports that LUA is absent.
How to reproduce:
1) Comment LUA_DIST and LUA_DIR definitions in config.nmake to indicate that no
LUA present.
2) autogen
3) configure
4) make
Relevant logs are atached.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.