File: PLATFORMS

package info (click to toggle)
dhcp-probe 1.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,316 kB
  • sloc: sh: 4,783; ansic: 2,400; perl: 381; xml: 51; makefile: 50
file content (96 lines) | stat: -rw-r--r-- 3,315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Platform-Specific Notes for dhcp_probe

The author develops this program on Solaris 10 on SPARC, so that is a platform you 
can expect to work.  The author has not ported the program to other platforms, and 
in fact, it currently ignores much of what 'configure' discovers.

Others have contributed patches to make this program run on several other platforms.
The author is usually unable to test whether these patches work on those platforms.



FREEBSD

If the libnet 1.1.x header is installed in /usr/local/include/libnet11/
you will probably need to specify --with-libnet-include=/usr/local/include/libnet11/

If the libnet 1.1.x library is installed in /usr/local/lib/libnet11/
you will probably need to specify --with-libnet-lib=/usr/local/lib/libnet11/

You may need to specify --mandir=/usr/local/man at configure-time.



SOLARIS

The current version of the program has been successfully built and used on the
following versions of Solaris:

        Solaris 10 on SPARC
        gcc 4.4.7
        libpcap 1.4.0
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 10 on SPARC
        gcc 4.4.7
        libpcap 1.4.0
        libnet 1.1.2.1 (with the libnet_cq_end_loop() and libnet_cq_destroy changes described in INSTALL.dhcp_probe)

Earlier versions of the program has been successfully built and used on on the
following versions of Solaris; it is possible that the current version may still 
build and run on them, but this has not been verified by the author:

        Solaris 10 on SPARC
        gcc 4.4.7
        libpcap 1.3.0
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 10 on SPARC
        gcc 4.4.7
        libpcap 1.2.1
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 1.1.1
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.0.4
        libpcap 0.8.3
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.3
        libpcap 0.8.3
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.3
        libpcap 0.9.3
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.3
        libpcap 0.9.4
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 0.9.5
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 0.9.7
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 0.9.8
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)

        Solaris 10 on SPARC
        gcc 4.4.5
        libpcap 1.1.1
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described in INSTALL.dhcp_probe)