Hello,
This is my first post to the group. I'm having a time of it getting 0.9.5 to install. It will not make. Here is my output. I hope someone can give me a good hint here.
The Ethereal package has been configured with the following options.
Build ethereal : yes
Build tethereal : yes
Build editcap : yes
Build mergecap : yes
Build text2pcap : yes
Build idl2eth : yes
Build randpkt : no
Build dftest : no
Install setuid : no
Use plugins : yes
Use pcap library : yes
Use zlib library : yes
Use IPv6 name resolution : yes
Use UCD SNMP library : no
[craig@localhost ethereal-0.9.5]$ make
make all-recursive
make[1]: Entering directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5'
Making all in tools
make[2]: Entering directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/tools'
Making all in lemon
make[3]: Entering directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/tools/lemon'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../wiretap
-I/usr/local/include -DINET6 -D_U_="__attribute__((unused))" -Wall -W -g -O2
-I../.. -I../../wiretap -I/usr/local/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c lemon.c
/bin/sh ../../libtool --mode=link gcc -DINET6 -D_U_="__attribute__((unused))"
-Wall -W -g -O2 -I../.. -I../../wiretap -I/usr/local/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -L/usr/local/lib -o lemon lemon.o -lz
mkdir .libs
gcc -DINET6 "-D_U_=__attribute__((unused))" -Wall -W -g -O2 -I../..
-I../../wiretap -I/usr/local/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o lemon
lemon.o -L/usr/local/lib -lz
make[3]: Leaving directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/tools/lemon'
make[3]: Entering directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/tools'
make[2]: Leaving directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/tools'
Making all in wiretap
make[2]: Entering directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/wiretap'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5/wiretap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/craig/Downloads/ethereal-0.9.5
files/ethereal-0.9.5'
make: *** [all-recursive-am] Error 2
Thanks much.
Craig Hempenius