Re: [tcpdump-workers] libpcap on AIX 5.2

2004-07-29 Thread Guy Harris
On Jul 29, 2004, at 1:11 PM, Lowrie, Tom wrote: Adding -lcfg along with -lodm solves my problem. Thanks for the push in the right direction. Next step will be to figure how to compile the libpcap source so that these libraries are included. The standard libpcap build procedure in the main CVS branc

Re: [tcpdump-workers] libpcap on AIX 5.2

2004-07-29 Thread Lowrie, Tom
] Behalf Of alex medvedev Sent: Thursday, July 29, 2004 1:46 PM To: [EMAIL PROTECTED] Subject: Re: [tcpdump-workers] libpcap on AIX 5.2 hi, not sure this will help, but try adding "-lodm" to your cc command. the libpcap should have been already compiled with -lodm... -alexm 13:37 29/0

Re: [tcpdump-workers] libpcap on AIX 5.2

2004-07-29 Thread Lowrie, Tom
To: [EMAIL PROTECTED] Subject: Re: [tcpdump-workers] libpcap on AIX 5.2 hi, not sure this will help, but try adding "-lodm" to your cc command. the libpcap should have been already compiled with -lodm... -alexm 13:37 29/07/2004 On Thu, 29 Jul 2004, Lowrie, Tom wrote: > Greetings,

Re: [tcpdump-workers] libpcap on AIX 5.2

2004-07-29 Thread alex medvedev
hi, not sure this will help, but try adding "-lodm" to your cc command. the libpcap should have been already compiled with -lodm... -alexm 13:37 29/07/2004 On Thu, 29 Jul 2004, Lowrie, Tom wrote: > Greetings, > > I have a 43P Model 150 rs/6000 running AIX 5.2.0.0 ML 03, using C For AIX 6.0 > wi

[tcpdump-workers] libpcap on AIX 5.2

2004-07-29 Thread Lowrie, Tom
Greetings, I have a 43P Model 150 rs/6000 running AIX 5.2.0.0 ML 03, using C For AIX 6.0 with the latest (April 2004) PTF applied. I installed from the source code libpcap 0.8.3 with no problems. I used: ./configure make make install and noticed no problems. I then used the sample test fro