tcpdump mailing list archives

Re: SCO libpcap


From: "sufei7099" <sufei7099 () gmail com>
Date: Fri, 13 Jun 2008 09:11:53 +0800

after replacing, the result is:

# make
        /bin/ksh ./libtool --mode=compile cc -DHAVE_CONFIG_H  -D_U_="" -I. -I/usr/local/include    -g -belf -c 
fad-gifc.c
 cc -DHAVE_CONFIG_H -D_U_= -I. -I/usr/local/include -g -belf -c fad-gifc.c -o fad-gifc.o
"/usr/include/sys/file.h", line 61: error: Syntax error before or at: ushort
"/usr/include/sys/file.h", line 61: error: cannot recover from previous errors
*** Error code 1 (bu21)

Of course, the faults is declining. But running make is still wrong.





sufei7099
2008-06-13



发件人: Guy Harris
发送时间: 2008-06-13 00:03:10
收件人: tcpdump-workers () lists tcpdump org
抄送: 
主题: Re: [tcpdump-workers] SCO libpcap

sufei7099 wrote:
It's print nothing.

I suspected it would.

Are you running OpenServer 5, OpenServer 6,   That means that the code 
in libpcap's pcap-dlpi.c probably can't easily be made to work on 
OpenServer 5.  About the only thing I can suggest is to try replacing the

#include  <sys/dlpi.h >

file with

#include  <sys/attdlpi.h >

and see whether that compiles and works.  If it does, let us know; if it 
doesn't, you'd have probably have to ask SCO for help; unfortunately, I 
don't see anything about running libpcap on OpenServer 5 on the Web, and 
the page at

http://www.sco.com/skunkware/

has, in a section called "OSR5/UW7 Source Archives", the unchanged 
libpcap 0.6.2 I mentioned in an earlier message, so if "OSR5" is short 
for "OpenServer Release 5", that may mean that SCO don't have libpcap 
for OpenServer 5 (it might work on UnixWare 7, but not OpenServer 5).
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.

Current thread: