Hi Burce,
At first, I'm sorry replay late. I've test build libpcap without ports
and using same tar ball. The error message still output.
SLT2# make
gcc -O2 -I. -DHAVE-CONFIG-H -D-U-="SLT2#
Thank you!
-Leo
Re: Help! regarding libpcap. by Bruce Simpson on
2009-05-04T14:53:20+00:00
Leo wrote:
> Hi Burce,
> At first, I'm sorry replay late. I've test build libpcap without ports
> and using same tar ball. The error message still output.
>
> SLT2# make
> gcc -O2 -I. -DHAVE-CONFIG-H -D-U-="
I can't think what might be causing this for you... Do you have other
pcap libraries installed on the system? Perhaps a define is incorrect.
Are you trying this on a 7.2 or a HEAD system? I believe 7.2, so that
should rule out changes in HEAD.
Do you have BPF headers present on the system? Have you checked the
output of config.log? Do you have a bpf device in your kernel?
BMS
Re: Help! regarding libpcap. by Leo on
2009-05-04T15:30:12+00:00
Bruce Simpson wrote:
> Leo wrote:
>> Hi Burce,
>> At first, I'm sorry replay late. I've test build libpcap without
>> ports and using same tar ball. The error message still output.
>>
>> SLT2# make
>> gcc -O2 -I. -DHAVE-CONFIG-H -D-U-="> Hi,
>
> I can't think what might be causing this for you... Do you have other
> pcap libraries installed on the system? Perhaps a define is incorrect.
>
> Are you trying this on a 7.2 or a HEAD system? I believe 7.2, so that
> should rule out changes in HEAD.
>
> Do you have BPF headers present on the system? Have you checked the
> output of config.log? Do you have a bpf device in your kernel?
> > BMS
>
Hi Bruce,
I don't have other pcap lib installed on this box. Previously installed
a libpcap 0.9 on this box , But I've deleted this version. On my box,
not enable BPF. Let me try if enable the feature.
-Leo
Re: Help! regarding libpcap. by Bruce Simpson on
2009-05-04T16:08:46+00:00
Leo wrote:
>
> I don't have other pcap lib installed on this box. Previously
> installed a libpcap 0.9 on this box , But I've deleted this version.
> On my box, not enable BPF. Let me try if enable the feature.
That's probably what it is. Can you try the following:
* give pcap configure try at least the first fix then this is the answer.
thanks,
BMS
Re: Help! regarding libpcap. by Leo on
2009-05-05T02:39:45+00:00
Bruce Simpson wrote:
> Leo wrote:
>>
>> I don't have other pcap lib installed on this box. Previously
>> installed a libpcap 0.9 on this box , But I've deleted this version.
>> On my box, not enable BPF. Let me try if enable the feature.
>
> That's probably what it is. Can you try the following:
> * give pcap configure > you could try at least the first fix then this is the answer.
>
> thanks,
> BMS
>
>
Hi Bruce,
I've tried 2 method on my box. that you previously mentioned. Both of
these 2 method can build successfully! Thank your for your help!!
Best Regards!
-Leo