Guy Harris wrote:
On Sep 14, 2004, at 4:38 PM, Rick Jones wrote:
no datalinks.o:
LOCALSRC = print-smb.c smbutil.c
GENSRC = version.c
LIBOBJS = strlcat$U.o strlcpy$U.o strsep$U.o
But you got duplicate symbol errors?
What's the output of "make"?
since that will be somewhat large, and since the list
On Sep 14, 2004, at 4:38 PM, Rick Jones wrote:
no datalinks.o:
LOCALSRC = print-smb.c smbutil.c
GENSRC = version.c
LIBOBJS = strlcat$U.o strlcpy$U.o strsep$U.o
But you got duplicate symbol errors?
What's the output of "make"?
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to
What is LIBOBJS defined as in the top-level Makefile? If it's defined
as anything that includes "datalinks.o", try doing a "make distclean",
re-running configure, and trying again.
no datalinks.o:
LOCALSRC = print-smb.c smbutil.c
GENSRC = version.c
LIBOBJS = strlcat$U.o strlcpy$U.o strsep$U.o
r
On Sep 14, 2004, at 10:33 AM, Rick Jones wrote:
well, with the link in place, i did the make dist clean then the
configure then the make and did get the duplicate symbols. so, here
is the config.log
...
configure:8312: checking for local pcap library
configure:8420: result: ./../libpcap/libp
Guy Harris wrote:
On Sep 13, 2004, at 7:24 PM, rick jones wrote:
thanks. the end goal is to look at NFS over TCP traffic where the
traffic may have nfs messages split across segments, several in a
segment, that sort of thing.
If "look at" implies "dissect as NFS", Ethereal or Tethereal might be
On Sep 13, 2004, at 7:24 PM, rick jones wrote:
thanks. the end goal is to look at NFS over TCP traffic where the
traffic may have nfs messages split across segments, several in a
segment, that sort of thing.
If "look at" implies "dissect as NFS", Ethereal or Tethereal might be
the way to go (th
/usr/ccs/bin/ld: Duplicate symbol "pcap_list_datalinks" in files
datalinks.o and ./../libpcap/libpcap.a(pcap.o)
/usr/ccs/bin/ld: Duplicate symbol "pcap_datalink_val_to_name" in
files dlnames.o and ./../libpcap/libpcap.a(pcap.o)
/usr/ccs/bin/ld: Duplicate symbol "pcap_datalink_name_to_val" in
fil
On Sep 13, 2004, at 4:24 PM, Rick Jones wrote:
For other nefarious porpoises I downloaded libpcap and tcpudmp
"currents" on 2004-09-13 and did straight-up ./configure;make on HP-UX
11.11 (aka 11i v1) using the HP compiler. This system did not have
the "TOUR" installed to get IPv6 functionality.
Folks -
For other nefarious porpoises I downloaded libpcap and tcpudmp
"currents" on 2004-09-13 and did straight-up ./configure;make on HP-UX
11.11 (aka 11i v1) using the HP compiler. This system did not have the
"TOUR" installed to get IPv6 functionality.
The libpcap compiled cleanly. Just a