The libsoup is HTTP client/server library for GNOME. It uses GObject and the GLib main loop to integrate with GNOME applications and it also has asynchronous API for use in threaded applications.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.38/libsoup-2.38.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.38/libsoup-2.38.1.tar.xz
Download MD5 sum: d13fb4968acea24c26b83268a308f580
Download size: 608 KB
Estimated disk space required: 23 MB
Estimated build time: 0.3 SBU
glib-networking-2.32.3 and libxml2-2.7.8
gobject-introspection-1.32.1, libgnome-keyring-3.4.1 and SQLite-3.7.11
Apache-2.4.1 (required to run the test suite), cURL-7.25.0 (required to run the test suite), GTK-Doc-1.18, PHP-5.3.8 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests) and Samba-3.6.4 (ntlm_auth is required to run the test suite).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsoup
Install libsoup by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make install
--without-gnome: This switch prevents
configure looking for
GNOME specific dependencies. Use this switch if you have not
installed libgnome-keyring-3.4.1.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--disable-static: This switch prevents
installation of static versions of the libraries.
Last updated on 2012-05-16 16:39:28 +0000