Prev Up Next Index
Go backward to Getting the Software Used by DODS
Go up to A.2 Installing the Software
Go forward to A.3 The OPeNDAP Client Initialization File (.dodsrc)

A.2.1 Installing the OPeNDAP Libraries

In order to link and run client programs, the only OPeNDAP software that must be installed are the OPeNDAP libraries. The following libraries, described in Section 3.1 must be installed in the /usr/lib directory, or somewhere else where the linker will find them. Simply copy them into that directory from the OPeNDAP distribution.

In addition to the OPeNDAP libraries, the following software is also required to link an OPeNDAP client. You can obtain them from the OPeNDAP Home page or OPeNDAP ftp site. (Look under your machine type, then under DODS/packages/lib.) The first two libraries should be part of the Tcl/Tk distribution. The other three libraries are GNU software.

To run an OPeNDAP client, you should have the wish and gzip programs in the PATH, and the following Tcl programs must be either in the DODS_ROOT/etc directory:

An OPeNDAP client will still execute without these programs, but important functionality, including the GUI manager and the data compression will be absent. Refer to the INSTALL file included in each distribution for specific information about setting up the client.


Tom Sgouros, August 25, 2004

Prev Up Next