![]() |
The library libz provides an implementation of the deflate algorithm used by the NVODS/OPeNDAP client and server software. Version 3.4 of our software requires libz 1.1.4. You may need this to build libcurl, but it's unlikely unless you're using a very old version of Unix. Win32 users will probably need the library. MacOS/X users will not. |
![]() |
The library libcurl provides an implementation of HTTP/1.1 used by the OPeNDAP client software. Version 3.5 of libdap++ requires libcurl 7.12.0 or greater. Here's a link to the latest version: curl downloads |
![]() |
The library libmxml2 provides an implementation of various XML standards used by the OPeNDAP client and server software. Version 3.5 of libdap++ requires libxml2 2.5.7 or greater. Here's a link to the directory with source distributions: sources |
![]() |
The Perl module HTML::Parser is used by the DAP Server vesion 3. This module is used to parse HTML and build the Directory response of the server which is used to navigate groups of files using a web browser. You need HTML::Parser 2.20 or later. We track this module and test with recent versions, which you can obtain from the CPAN web site. To use cpan to install the module, type the following: perl -MCPAN -e bash CPAN> install HTML::ParserYou may need to 'force' the install: CPAN> force install HTML::Parser |