The libsoup package contains an HTTP library implementation in C. This is useful for accessing HTTP servers in a completely asynchronous mode.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.28/libsoup-2.28.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.28/libsoup-2.28.1.tar.bz2
Download MD5 sum: 6c303cae11bde065497992d2444cc96a
Download size: 687 KB
Estimated disk space required: 15 MB
Estimated build time: 0.4 SBU
GnuTLS-2.8.4, gnome-keyring-2.28.1, libproxy-0.2.3, and SQLite-3.6.16 (The latter three are required if building GNOME)
GTK-Doc-1.11, Apache-2.2.11 (required to run the test suite), and PHP-5.2.3 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsoup
Install libsoup by running the following commands:
./configure --prefix=/usr && make
To test the results, issue make check.
Now, as the root user:
make install
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
--without-gnome: Use this parameter if
you will NOT be
installing GNOME.
--disable-ssl: Use this parameter if
you wish to disable SSL/TLS support.
Last updated on 2009-10-25 07:34:28 +0000