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] build failure

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Fri, 1 Feb 2008 18:40:32 -0700
On Sat, Feb 02, 2008 at 02:20:04AM +0100, bijjou2000 wrote:

> i have tried to build wireshark under Ubuntu. the ./configure Process was successful but not 
> the make Process  .
> the packet name is lon.
> this is the failure:
> 
> epan/.libs/libwireshark.so: undefined reference to `proto_reg_handoff_lon'
> epan/.libs/libwireshark.so: undefined reference to `proto_register_lon'
> collect2: ld returned 1 exit status
> make[2]: *** [wireshark] Fehler 1
> make[2]: Verlasse Verzeichnis '/home/khalid/wireshark-0.99.5'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlasse Verzeichnis '/home/khalid/wireshark-0.99.5'
> make: *** [all] Fehler 2
> root@asus:/home/bijjou/wireshark-0.99.5# 

Are you trying to add your own dissector to Wireshark, one named lon?  
If so, did you include packet-lon.c in the Makefile.common?


Steve