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 daemon (ntpd) 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://ntp.isc.org/bin/view/Servers/WebHome.


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 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 C compilers and make(1) utilities

OS1

Release(s)2

Hardware Type3

C Compiler(s)

make(s)

AIX

5.14

RS6000

/usr/vac/bin/c89(v6)
gcc(v3.2)5

/usr/ccs/bin/make
GNU make

AIX

5.34

powerpc6

gcc(v4.1.0)5

/usr/bin/make

Darwin

8.11.0

Power Macintosh

/usr/bin/c89
/usr/bin/gcc(v4.0.1)

/usr/bin/make
/usr/bin/gnumake

Darwin

9.2.0

i386

/usr/bin/c89
/usr/bin/gcc(v4.0.1)
/usr/bin/cc

/usr/bin/make
/usr/bin/gnumake

FreeBSD

4.9-RELEASE-p11

i386

/usr/bin/c89

/usr/bin/make

HP-UX

B.11.00

9000/785

/opt/ansic/bin/c89
gcc(v3.3.2)5

/usr/ccs/bin/make
GNU make

IRIX64

6.5

IP30

/bin/c89
gcc(v3.3)5

/sbin/make
GNU make

Linux

2.6.18-1.2257.fc5smp

i686 (athlon)

/usr/bin/c89

/usr/bin/make

Linux

2.6.20-1.2312.fc5

x86_64

/usr/bin/c89

/usr/bin/make

Linux

2.6.20-1.2933.fc6 x86_64 /usr/bin/c89
/usr/bin/cc
/usr/bin/gcc(v4.1.1)5
/usr/bin/make

OSF1

V5.1

alpha

/usr/bin/c89
gcc(v3.3.2)

/usr/ccs/bin/make
/usr/bin/posix/make

SunOS

5.9

sun4u7 /opt/SUNWspro/bin/cc
/opt/csw/gcc3/bin/gcc
/opt/csw/gcc4/bin/gcc
/usr/ccs/bin/make
/usr/xpg4/bin/make
/opt/csw/bin/gmake

SunOS

5.10

i86pc

/opt/SUNWspro/bin/cc
gcc(v4.0.2)

/usr/ccs/bin/make
/usr/xpg4/bin/make

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)" (AIX's interpretation of release and version differs from that of most other operating systems).

  5. If this compiler is used, then the option --disable-max-size must be given to the configure script, which means that the resulting LDM will only support a small product-queue.

  6. This is the output of the command "uname -p".

  7. Alias SPARC.

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