neon is an HTTP and WebDAV client library, with a C interface.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.webdav.org/neon/neon-0.30.1.tar.gz
Download MD5 sum: 231adebe5c2f78fded3e3df6e958878e
Download size: 892 KB
Estimated disk space required: 7.9 MB (additional 18 MB for the tests)
Estimated build time: 0.1 SBU (additional 0.2 SBU for the tests)
OpenSSL-1.0.2 or GnuTLS-3.3.12
libxml2-2.9.2, MIT Kerberos V5-1.13.1, libproxy, and pakchois,
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/neon
Install neon by running the following commands:
./configure --prefix=/usr --enable-shared --with-ssl --disable-static && make
To test the results, issue: make -k check. Some tests are known to fail.
Now, as the root
user:
make install
--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 --with-ssl=gnutls
to the
configure script.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--with-libxml2
: This switch forces the
use of libxml2 instead of
Expat.
Last updated on 2015-02-24 17:21:19 -0800