The Soup package contains a SOAP (Simple Object Access Protocol) implementation in C.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.11.tar.bz2
Download MD5 sum: 61bb2fef816ce164af62f8a3a5bd782e
Download size: 324 KB
Estimated disk space required: 9.4 MB
Estimated build time: 0.27
Required Patch (if compiled with GCC-3.4.x): http://www.linuxfromscratch.org/blfs/downloads/6.0/soup-0.7.11-gcc_3.4-1.patch
GLib-1.2.10 or GLib-2.6.3, libxml-1.8.17 or libxml2-2.6.17 and popt-1.7-5
Apache-2.0.53, OpenSSL-0.9.7e or Mozilla-1.7.5 (for the NSS libraries), GTK-Doc-1.2 and DocBook-utils-0.6.14
Install Soup by running the following commands:
patch -Np1 -i ../soup-0.7.11-gcc_3.4-1.patch &&
./configure --prefix=/opt/gnome &&
make &&
make install
--prefix=/opt/gnome: Installs Soup in the GNOME 1.4 directory structure.
--enable-apache=no: This command can be added to prevent building against Apache.
The Soup package contains SOAP libraries, used to implement XML remote procedure calls.
Last updated on 2005-01-25 09:02:00 -0700