ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: [Ethereal-users] ethereal 0.9.1 compile failures

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Chris Ricker <kaboom@xxxxxxxxxx>
Date: Tue, 12 Feb 2002 10:11:58 -0700 (MST)
I'm trying to build ethereal 0.9.1 on Solaris 8 (using gcc 2.95.3), and I'm 
dying in the linking stage:

ethereal.a epan/ftypes/libftypes.a epan/dfilter/libdfilter.a -lcrypto 
.libs/etherealS.o -lpcap -L/usr/local/lib -L/usr/openwin/lib -lgtk -lgdk 
-lgmodule -lglib -ldl -lXext -lX11 -lsocket -lnsl -lm -lz 
-Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath 
-Wl,/usr/local/ssl/lib -Wl,--rpath -Wl,/usr/openwin/lib -Wl,--rpath 
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/ssl/lib -Wl,--rpath 
-Wl,/usr/openwin/lib
gtk/libui.a(plugins_dlg.o): In function `plugins_scan':
/tmp/ethereal-0.9.1/gtk/plugins_dlg.c:126: undefined reference to 
`plugin_list'
/tmp/ethereal-0.9.1/gtk/plugins_dlg.c:126: undefined reference to 
`plugin_list'
collect2: ld returned 1 exit status
rm -f .libs/etherealS.o
make[2]: *** [ethereal] Error 1
make[2]: Leaving directory `/tmp/ethereal-0.9.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/ethereal-0.9.1'
make: *** [all-recursive-am] Error 2
[root@station1 ethereal-0.9.1]# 

Any ideas?

thanks,
chris