neon is an HTTP and WebDAV client library, with a C interface.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://notroj.github.io/neon/neon-0.32.2.tar.gz
Download MD5 sum: 09dd5c5e2cf4a0e01b20dd62767a1df7
Download size: 864 KB
Estimated disk space required: 6.6 MB (additional 20 MB for tests)
Estimated build time: less than 0.1 SBU (add 0.5 SBU for tests)
GnuTLS-3.7.7, libxml2-2.10.0, MIT Kerberos V5-1.20, nss-3.82 (for some tests), xmlto-0.0.28 (to regenerate the documentation), libproxy, and PaKChoiS
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/neon
Install neon by running the following commands:
./configure --prefix=/usr \ --with-ssl \ --enable-shared \ --disable-static && make
To test the results, issue: make check.
If you wish to regenerate the documentation, issue:
make docs
Now, as the root
user:
make install
--with-ssl
: This switch
enables SSL support using OpenSSL.
GnuTLS can be used instead, by
passing --with-ssl=gnutls
and
--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt
to the configure
script.
--disable-static
: This
switch prevents installation of static versions of the libraries.