Ethereal-users: [Ethereal-users] installing problems libcap

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

From: Andrew Rowe <Andy.Rowe@xxxxxxxxxx>
Date: Fri, 14 Sep 2001 16:06:33 +0100
Hi,
result from ./configure

The Ethereal package has been configured with the following
options.
                    Build ethereal : no
                   Build tethereal : yes
                     Build editcap : yes
                    Build mergecap : yes
                   Build text2pcap : yes
                     Build randpkt : no
                      Build dftest : no

                    Install setuid : no
                  Use pcap library : yes
                  Use zlib library : yes
          Use IPv6 name resolution : no
                  Use SNMP library : no

error after running make:
gcc -DHAVE_CONFIG_H -I. -I. -I.   -I. -I./wiretap -I./epan
-I/usr/local/include  -Wall -W -Wno-unused -g -O2
-Wno-return-type -DFUNCPROTO=15 -I. -I./wiretap -I./epan
-I/usr/local/include -I/usr/local/include/glib-1.2
-I/usr/local/lib/glib/include -c editcap.c
/bin/sh ./libtool --mode=link gcc  -Wall -W -Wno-unused -g -O2
-Wno-return-type -DFUNCPROTO=15 -I. -I./wiretap -I./epan
-I/usr/local/include -I/usr/local/include/glib-1.2
-I/usr/local/lib/glib/include -L/usr/local/lib
-R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o
editcap  editcap.o wiretap/libwiretap.a -L/usr/local/lib
-lgmodule -lglib -ldl -lz  -R:/usr/local/lib
libtool: link: only absolute run-paths are allowed
make[2]: *** [editcap] Error 1
make[2]: Leaving directory `/export/home/ar/ethereal-0.8.19'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/ar/ethereal-0.8.19'
make: *** [all-recursive-am] Error 2

Can you please help!