%general-entities; ]> $LastChangedBy$ $Date$ neon-&neon-version; neon Introduction to neon neon is an HTTP and WebDAV client library, with a C interface. &lfs91_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &neon-md5sum; Download size: &neon-size; Estimated disk space required: &neon-buildsize; Estimated build time: &neon-time; neon Dependencies Optional , , , libproxy, and PaKChoiS User Notes: Installation of neon Fix some code when building with gnutls-3.4 and later: sed -e 's/client_set/set/' \ -e 's/gnutls_retr/&2/' \ -e 's/type = t/cert_&/' \ -i src/ne_gnutls.c Install neon by running the following commands: ./configure --prefix=/usr \ --with-ssl \ --enable-shared \ --disable-static && make To test the results, issue: make check. Most of the ssl tests fail, using . Now, as the root user: make install Command Explanations --with-ssl: This switch enables SSL support using OpenSSL or GnuTLS respectively. Remove it if you don't have any of these installed. To force GnuTLS usage when both are present, simply pass and to the configure script. : This switch forces the use of libxml2 instead of Expat. Contents Installed Program Installed Library Installed Directories neon-config libneon.so /usr/include/neon and /usr/share/doc/neon-&neon-version; Short Descriptions neon-config is a script that provide information about an installed copy of the neon library. neon-config libneon.so is used as a high-level interface to common HTTP and WebDAV methods. libneon.so