lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Sorry for the top post. I already refactored that. I had to remove one object from core and copy the libs objects from the 5.1 makefile. After that Wireshark still didn't work I did some more digging. A post on the wireshark forum indicated it's looking for a static lib, not a shared object. Both exist now, neither affect the configure step from wireshark. 

I really appreciate your help. However, tomorrow's my last day at that job so I probably won't get to finish it. I was trying to help out a friend before I leave.

Thanks Sean (and everyone)!

Russ
Sent from my BlackBerry 10 smartphone on the Virgin Mobile network.
  Original Message  
From: Sean Conner
Sent: Tuesday, February 20, 2018 5:02 PM‎
To: Lua mailing list
Reply To: Lua mailing list
Subject: Re: Creating Lua for WireShark - Need a Shared Object

It was thus said that the Great Russell Haley once stated:
> On Tue, Feb 20, 2018 at 9:32 AM, Russell Haley <russ.haley@gmail.com> wrote:
> > Hi,
> >
> > TLDR: does anyone have an src Makefile that builds a shared object in
> > 5.1.5 that I can use on Ubuntu?
> 
> Any ideas what I'm missing? I totally understand that this is a
> wireshark issue but I'm hoping a familiar soul can help rather than
> adding yet another mailing list to my growing inbox.

The makefile I sent assumed Lua 5.3. It's easily modified for Lua 5.1 (it
probaby won't need much changing except for the name of the resulting
library). Perhaps that's the issue?

-spc