1Platform-Specific Notes for dhcp_probe
2
3The author develops this program on Solaris 10 on SPARC, so that is a platform you
4can expect to work.  The author has not ported the program to other platforms, and
5in fact, it currently ignores much of what 'configure' discovers.
6
7Others have contributed patches to make this program run on several other platforms.
8The author is usually unable to test whether these patches work on those platforms.
9
10
11
12FREEBSD
13
14If the libnet 1.1.x header is installed in /usr/local/include/libnet11/
15you will probably need to specify --with-libnet-include=/usr/local/include/libnet11/
16
17If the libnet 1.1.x library is installed in /usr/local/lib/libnet11/
18you will probably need to specify --with-libnet-lib=/usr/local/lib/libnet11/
19
20You may need to specify --mandir=/usr/local/man at configure-time.
21
22
23
24SOLARIS
25
26The current version of the program has been successfully built and used on the
27following versions of Solaris:
28
29        Solaris 10 on SPARC
30        gcc 4.4.7
31        libpcap 1.4.0
32        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
33
34        Solaris 10 on SPARC
35        gcc 4.4.7
36        libpcap 1.4.0
37        libnet 1.1.2.1 (with the libnet_cq_end_loop() and libnet_cq_destroy changes described in INSTALL.dhcp_probe)
38
39Earlier versions of the program has been successfully built and used on on the
40following versions of Solaris; it is possible that the current version may still
41build and run on them, but this has not been verified by the author:
42
43        Solaris 10 on SPARC
44        gcc 4.4.7
45        libpcap 1.3.0
46        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
47
48        Solaris 10 on SPARC
49        gcc 4.4.7
50        libpcap 1.2.1
51        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
52
53        Solaris 9 on SPARC
54        gcc 3.3.6
55        libpcap 1.1.1
56        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
57
58        Solaris 9 on SPARC
59        gcc 3.0.4
60        libpcap 0.8.3
61        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
62
63        Solaris 9 on SPARC
64        gcc 3.3.3
65        libpcap 0.8.3
66        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
67
68        Solaris 9 on SPARC
69        gcc 3.3.3
70        libpcap 0.9.3
71        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
72
73        Solaris 9 on SPARC
74        gcc 3.3.3
75        libpcap 0.9.4
76        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
77
78        Solaris 9 on SPARC
79        gcc 3.3.6
80        libpcap 0.9.5
81        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
82
83        Solaris 9 on SPARC
84        gcc 3.3.6
85        libpcap 0.9.7
86        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
87
88        Solaris 9 on SPARC
89        gcc 3.3.6
90        libpcap 0.9.8
91        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
92
93        Solaris 10 on SPARC
94        gcc 4.4.5
95        libpcap 1.1.1
96        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)
97