1 (1) To configure libpcap under AIX 4.x, you should use DLPI instead
2 of BPF, since IBM's version of BPF includes some undocumented
3 and unsupported changes to the original BPF.
5 This can be done by specifying the flag:
9 to the "configure" script for libpcap.
11 (2) Also, it is a good idea to have the latest version of the DLPI
12 driver on your system, since certain versions may be buggy and
13 cause your AIX system to crash. DLPI is included in the
14 fileset bos.rte.tty. I found that the DLPI driver that came with
15 AIX 4.3.2 was buggy, and had to upgrade to bos.rte.tty 4.3.2.4:
19 bos.rte.tty 4.3.2.4 COMMITTED Base TTY Support and Commands
21 Updates for AIX filesets can be obtained from:
22 ftp://service.software.ibm.com/aix/fixes/
24 These updates can be installed with the smit program.
26 (3) After compiling libpcap, you need to make sure that the DLPI driver
34 then the DLPI driver is loaded correctly.
39 Then you need to type:
40 strload -f /etc/dlpi.conf
42 Check again with strload -q -d dlpi that the dlpi driver is loaded.
44 Alternatively, you can uncomment the lines for DLPI in
45 /etc/pse.conf and reboot the machine; this way DLPI will always
46 be loaded when you boot your system.