Re: [tcpdump-workers] SCO libpcap

2008-06-22 Thread sufei7099
t that the libpcap.a is wrong. It means that program don't recognize the lib. I don't know where is the reason, waitting for your help! sufei7099 2008-06-23 发件人: Guy Harris 发送时间: 2008-06-14 02:22:14 收件人: tcpdump-workers@lists.tcpdump.org 抄送: 主题: Re: [tcpdump-workers] SCO libpcap

Re: [tcpdump-workers] SCO libpcap

2008-06-17 Thread sufei7099
8-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'

Re: [tcpdump-workers] SCO libpcap

2008-06-17 Thread sufei7099
The command of compile is : cc mypcap.c -I/usr/local/include -L/usr/local/lib -lpcap -lsocket -o mypcap sufei7099 2008-06-18 发件人: Guy Harris 发送时间: 2008-06-14 02:22:14 收件人: tcpdump-workers@lists.tcpdump.org 抄送: 主题: Re: [tcpdump-workers] SCO libpcap sufei7099 wrote: > I add the #inc

Re: [tcpdump-workers] SCO libpcap

2008-06-16 Thread sufei7099
ar.c mv y.tab.h tokdefs.h version.o: version.c version.c: REVISION version.h @rm -f $@ echo `cat VERSION` | \ sed -e 's/.*/char pcap_version[] = "&";/' > version.c version.h: $(srcdir)/VERSION @rm -f $@ sed -n -e 's/.*/static const char pcap_versio

Re: [tcpdump-workers] SCO libpcap

2008-06-16 Thread sufei7099
help!! sufei7099 2008-06-16 发件人: Guy Harris 发送时间: 2008-06-14 01:06:03 收件人: tcpdump-workers@lists.tcpdump.org 抄送: 主题: Re: [tcpdump-workers] SCO libpcap sufei7099 wrote: > I think I have install the libpcap on SCO successfully. Did you do so by changing the Makefile not to try to build fa

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread Guy Harris
sufei7099 wrote: I add the #incude in file.h, I.e., you changed /usr/include/sys/file.h to include ? Does /usr/include/sys/param.h include on your system? then i make successfully. After i run make install, the result is : # make install ... rm -f /usr/local/inc

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread sufei7099
08-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'

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread sufei7099
.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

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread Guy Harris
sufei7099 wrote: I think I have install the libpcap on SCO successfully. Did you do so by changing the Makefile not to try to build fad-gifc.c? If so, then: undefined first referenced symbol in file pcap_findalldevsmypcap

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread Guy Harris
sufei7099 wrote: /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

Re: [tcpdump-workers] SCO libpcap

2008-06-13 Thread sufei7099
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 ea

Re: [tcpdump-workers] SCO libpcap

2008-06-12 Thread sufei7099
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 t

Re: [tcpdump-workers] SCO libpcap

2008-06-12 Thread Guy Harris
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 f

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread sufei7099
It's print nothing. sufei7099 2008-06-12 发件人: Guy Harris 发送时间: 2008-06-12 11:22:06 收件人: tcpdump-workers@lists.tcpdump.org 抄送: 主题: Re: [tcpdump-workers] SCO libpcap On Jun 11, 2008, at 7:49 PM, sufei7099 wrote: > the result is: > -rw-r--r-- 1 bin bin21089 J

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread Guy Harris
On Jun 11, 2008, at 7:49 PM, sufei7099 wrote: the result is: -rw-r--r-- 1 bin bin21089 Jun 4 11:40 /opt/K/SCO/ lli/5.0.7a/llicompat/dlpi.h What does egrep DL_PROMISC_PHYS /opt/K/SCO/lli/5.0.7a/llicompat/dlpi.h print? Is there some methods to resolve it ? or it mea

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread sufei7099
@lists.tcpdump.org 抄送: 主题: Re: [tcpdump-workers] SCO libpcap On Jun 11, 2008, at 7:14 PM, sufei7099 wrote: > The output of "ls -l /usr/include/sys/dlpi.h" is: > lrwxrwxrwx 1 root root 38 Jun 4 11:46 /usr/include/ > sys/dlpi.h - > /opt/K/SCO/lli/5.0.7a/llicom

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread Guy Harris
On Jun 11, 2008, at 7:14 PM, sufei7099 wrote: The output of "ls -l /usr/include/sys/dlpi.h" is: lrwxrwxrwx 1 root root 38 Jun 4 11:46 /usr/include/ sys/dlpi.h -> /opt/K/SCO/lli/5.0.7a/llicompat/dlpi.h What does ls -l /opt/K/SCO/lli/5.0.7a/llicompat/dlpi.h print?

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread sufei7099
sr/local/include/sys/*.h for reading: No such file or directory (error 2) sufei7099 2008-06-12 发件人: Guy Harris 发送时间: 2008-06-12 10:03:12 收件人: tcpdump-workers@lists.tcpdump.org 抄送: 主题: Re: [tcpdump-workers] SCO libpcap On Jun 11, 2008, at 6:44 PM, sufei7099 wrote: > the following is the fau

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread Guy Harris
On Jun 11, 2008, at 6:44 PM, sufei7099 wrote: the following is the faults when I run make after run ./configure: What was the output of ./configure? "pcap-dlpi.c", line 699: error: undefined symbol: DL_PROMISC_PHYS Googling for DL_PROMISC_PHYS on any sco.com site found no hits. This coul

Re: [tcpdump-workers] SCO libpcap

2008-06-11 Thread sufei7099
ot;pcap-dlpi.c", line 1371: error: undefined symbol: req "pcap-dlpi.c", line 1371: warning: left operand of "." must be struct/union object "pcap-dlpi.c", line 1371: error: undefined symbol: DL_PROMISCON_REQ "pcap-dlpi.c", line 1372: error: undefined stru

Re: [tcpdump-workers] SCO libpcap

2008-06-04 Thread sufei7099
题: Re: [tcpdump-workers] SCO libpcap sufei7099 wrote: > How to install libpcap on SCO OPEN SERVER? I download the latest > version of libpcap, but I can not install it on sco successfully. The > phenomena is that some macro definition can not be found. I am wishing > for your he

Re: [tcpdump-workers] SCO libpcap

2008-06-04 Thread Guy Harris
sufei7099 wrote: How to install libpcap on SCO OPEN SERVER? I download the latest version of libpcap, but I can not install it on sco successfully. The phenomena is that some macro definition can not be found. I am wishing for your help. To quote the INSTALL.txt file in the latest version of l

[tcpdump-workers] SCO libpcap

2008-06-03 Thread sufei7099
How to install libpcap on SCO OPEN SERVER? I download the latest version of libpcap, but I can not install it on sco successfully. The phenomena is that some macro definition can not be found. I am wishing for your help. sufei7099 2008-06-04 - This is the tcpdump-workers list. Visit https://c