Changes between Initial Version and Version 1 of Ticket #48835, comment 12


Ignore:
Timestamp:
Oct 2, 2015, 12:35:23 PM (9 years ago)
Author:
aque (Allan Que)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48835, comment 12

    initial v1  
    11Cc Me!
     2
     3I got further by doing the following:
     4* uninstalled lua and installed lua52
     5* edited the portfile to depend on lua52
     6* `sudo ln -s /opt/local/include/lua-5.2 /opt/local/include/lua5.2` (the configure script seems to be looking for lua 5.2 there)
     7
     8{{{
     9checking whether to use liblua for the Lua scripting plugin... yes
     10checking Lua version... Lua 5.2
     11checking lua.h usability... no
     12checking lua.h presence... no
     13checking for lua.h... no
     14checking lua5.2/lua.h usability... yes
     15checking lua5.2/lua.h presence... yes
     16checking for lua5.2/lua.h... yes
     17checking lua5.2/lualib.h usability... yes
     18checking lua5.2/lualib.h presence... yes
     19checking for lua5.2/lualib.h... yes
     20checking lua5.2/lauxlib.h usability... yes
     21checking lua5.2/lauxlib.h presence... yes
     22checking for lua5.2/lauxlib.h... yes
     23checking lualib.h usability... no
     24checking lualib.h presence... no
     25checking for lualib.h... no
     26checking for lua5.2/lua.h... (cached) yes
     27checking for lua5.2/lualib.h... (cached) yes
     28checking for lua5.2/lauxlib.h... (cached) yes
     29checking lauxlib.h usability... no
     30checking lauxlib.h presence... no
     31checking for lauxlib.h... no
     32checking for lua5.2/lua.h... (cached) yes
     33checking for lua5.2/lualib.h... (cached) yes
     34checking for lua5.2/lauxlib.h... (cached) yes
     35checking for luaL_openlibs in -llua... no
     36checking for luaL_openlibs in -llua5.2... no
     37configure: error: Linking with liblua failed.
     38Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.7" && ./configure --prefix=/opt/local --disable-usr-local --without-adns --with-c-ares=/opt/local --with-pcap=/opt/local --with-ssl=/opt/local --with-zlib=/opt/local --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --disable-warnings-as-errors --with-krb5=/opt/local --with-gnutls=yes --with-libgcrypt-prefix=/opt/local --enable-ipv6 --with-lua=/opt/local --with-libsmi=/opt/local --with-geoip=/opt/local --with-portaudio=/opt/local --with-qt=no --with-gtk2=no --with-gtk3=yes
     39Exit code: 1
     40}}}