ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] make error

From: Bhargava Chinthoju <chbhargava@xxxxxxxxx>
Date: Thu, 30 Apr 2009 21:52:34 +0530
Hi,

But you can't have 'Makefile' without running configure.. 

try:
$make distclean
$./autogen.sh
$/.configure <with appropriate options>

Thanks,
Bhargava

On Thu, Apr 30, 2009 at 9:04 PM, Jaap Keuter <jaap.keuter@xxxxxxxxx> wrote:
Hi,

You forgot to configure first.

Thanx,
Jaap

Rekik Hanen wrote:
> Hi,
> I wanted to capture the wireless traffic in the XO.I used tcpdump and I
> follow this link http://wiki.laptop.org/go/Wireless . Then, to interpret
> mesh traffic correctly, I installed wireshark-0.99.5 with this patch:
> http://dev.laptop.org/~javier/patches/wireshark-0.99.5-fw-5.220.11-support.patch
> <http://dev.laptop.org/%7Ejavier/patches/wireshark-0.99.5-fw-5.220.11-support.patch>.
> But when I run "make", I got these errors:
> epan/.libs/libwireshark.so: undefined reference to `proto_register_mesh'
> epan/.libs/libwireshark.so: undefined reference to `proto_reg_handoff_mesh'
> collect2: ld returned 1 exit status
> make[2]: *** [wireshark] Error 1
> make[2]: Leaving directory `/home/pfe/wireshark-0.99.5'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/pfe/wireshark-0.99.5'
> make: *** [all] Error 2
> Any ideas why there are those undefined references to
> proto_register_mesh and proto_reg_handoff_mesh ?
> thanks
>

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe