LDM Platform Requirements

Contents


General Requirements

Your computer must

The last requirement is absolutely necessary because the LDM protocol depends on accurate clocks on both the upstream host and the downstream host. This requirement can be satisfied by running a Network Time Protocol (NTP) daemon or by periodically executing the ntpdate(1) utility via crontab(1). Both an NTP daemon and the ntpdate(1) utility are available at ntp.org. Information on public NTP time servers is available at http://www.eecis.udel.edu/~mills/ntp/servers.html.


Requirements for Installing from Source-Code

You must have a UNIX® development-environment. In particular, your platform must have:

While every effort is made to ensure that the LDM source-code distribution can be compiled and installed on as wide a variety of UNIX® platforms as possible, we can, necessarily, only test on, and provide binary distributions for, platforms that are available at the Unidata Program Center (UPC).

With that in mind, the LDM package has been successfully built at the UPC on the following systems using the specified make(1) utility and C compiler:

OS1 Release2 Hardware Type(s)3 make(s) C Compiler(s)
AIX 5.14 RS6000 /bin/make /usr/ccs/bin/make gcc(v3.2)
AIX 4.34 RS6000 /usr/ccs/bin/make /bin/xlc5
FreeBSD 4.5-RELEASE i386 /usr/bin/make c895
FreeBSD 4.7-STABLE i386 /usr/bin/make c895
HP-UX B.11.00 9000/785 /bin/make /usr/ccs/bin/make /usr/bin/c895
IRIX 6.5 IP22 /sbin/make /bin/cc5
IRIX64 6.5 IP30 /sbin/make /bin/cc5
Linux 2.4.18-3smp i686 /usr/bin/make /usr/bin/gcc5 (v2.96)
/usr/bin/cc
Linux 2.4.20-8smp i686 /usr/bin/make /usr/bin/gcc5 (v3.2.2)
Linux 2.4.22-1.2135.nptlsmp x86_64 /usr/bin/make /usr/bin/gcc5 (v3.2.2-1)
/usr/bin/cc
Linux 2.6.1-1.65smp i686 /usr/bin/make /usr/bin/gcc5 (v3.2.2)
OSF1 V5.1 alpha /usr/ccs/bin/make
/bin/c895
/bin/cc
SunOS 5.8 sun4u6 /usr/ccs/bin/make
/usr/xpg4/bin/make
/opt/SUNWspro/bin/c895
/opt/SUNWspro/bin/cc
gcc (v2.95.3)
SunOS 5.8 i86pc /usr/ccs/bin/make
/usr/xpg4/bin/make
/opt/SUNWspro/bin/cc5
Notes:
  1. This is the output of the command "uname -s".
  2. This is the output of the command "uname -r" unless otherwise noted.
  3. This is the output of the command "uname -m".
  4. This is the output of the command "echo $(uname -v).$(uname -r)". Note that AIX's interpretation of release and version differs from that of most other operating systems.
  5. This is the default compiler if the environment variable "CC" is unset and the environment variable "PATH" contains the given directory.
  6. Alias SPARC.

The UPC reserves the right to deny support to outdated or irregular platforms.