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.4 platform.
Download (HTTP): http://www.webdav.org/neon/neon-0.30.0.tar.gz
Download MD5 sum: fb60b3a124eeec441937a812c456fd94
Download size: 892 KB
Estimated disk space required: 28 MB
Estimated build time: 0.1 SBU
OpenSSL-1.0.1e or GnuTLS-3.2.4
libproxy, MIT Kerberos V5-1.11.3 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 2013-08-17 21:37:04 -0700