The neon package is an HTTP and WebDAV client library, with a C interface.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://www.webdav.org/neon/neon-0.29.6.tar.gz
Download MD5 sum: 591e0c82e6979e7e615211b386b8f6bc
Download size: 862 KB
Estimated disk space required: 26 MB
Estimated build time: 0.1 SBU
OpenSSL-1.0.1e or GnuTLS-3.2.0, Libproxy (requires pkg-config-0.28 to find it), MIT Kerberos V5-1.11.2 and pakchois
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/neon
Install neon by running the following commands:
./configure --prefix=/usr --enable-shared --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make install
--enable-shared: This
parameter is needed to build the shared libraries, otherwise only
static libraries are built and installed.
--disable-static: This
parameter prevents the static libraries being installed.
--with-ssl=openssl: This option enables
SSL support using openssl.
--with-ssl=gnutls: This option enables
SSL support using gnutls.
--with-libxml2: This option forces the
use of libxml2.
--with-expat: This option forces the
use of expat.
If you wish to use the other optional dependencies, consult the output of ./configure --help.
Last updated on 2013-03-04 18:52:20 +0000