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.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.40/libsoup-2.40.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.40/libsoup-2.40.3.tar.xz
Download MD5 sum: ee111c5cf9f95b4a7aa24afe13dddb98
Download size: 696 KB
Estimated disk space required: 32 MB
Estimated build time: 0.3 SBU
glib-networking-2.34.2 and libxml2-2.9.1
gobject-introspection-1.34.2, libgnome-keyring-3.6.0 and SQLite-3.7.16.2
Apache-2.4.4 (required to run the test suite), cURL-7.30.0 (required to run the test suite), GTK-Doc-1.18, PHP-5.4.11 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests) and Samba-3.6.12 (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
--disable-static: This
switch prevents installation of static versions of the libraries.
--without-gnome: This switch prevents
configure looking for
GNOME specific dependencies. Use this switch if you have not
installed libgnome-keyring-3.6.0.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-02-11 18:51:17 +0000