Download location (HTTP): http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2 Download location (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2 Version used: 0.7.4 Package size: 302 KB Estimated Disk space required: 4.1 MB |
The Soup package contains a SOAP (Simple Object Access Protocol) implementation in C.
Install Soup by running the following commands:
./configure --prefix=/opt/gnome && make && make install |
--prefix=/opt/gnome : Install Soup in the Gnome 1.4 area.
As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.
The soup package contains SOAP libraries, used to implement XML remote procedure calls.