libsoup-2.68.3

Introduction to libsoup

The libsoup is a HTTP client/server library for GNOME. It uses GObject and the GLib main loop to integrate with GNOME applications and it also has an asynchronous API for use in threaded applications.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

libsoup Dependencies

Required

glib-networking-2.62.3, libpsl-0.21.0, libxml2-2.9.10 and SQLite-3.31.1

Recommended

Optional

Apache-2.4.41 (required to run the test suite), Brotli-1.0.7, cURL-7.68.0 (required to run the test suite), MIT Kerberos V5-1.18 (required to run the test suite), GTK-Doc-1.32, PHP-7.4.2 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests) and Samba-4.11.6 (ntlm_auth is required to run the test suite).

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsoup

Installation of libsoup

Install libsoup by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr -Dvapi=enabled -Dgssapi=disabled .. &&
ninja

To test the results, issue: ninja test. Two hsts tests are known to fail.

Now, as the root user:

ninja install

Command Explanations

-Dvapi=disabled: use this if you have not installed Vala, e.g. because you are not building GNOME.

-Ddoc=enabled: Use this option if you want to build the documentation. Note that you must have GTK-Doc-1.32 installed.

-Dgssapi=disabled: libsoup defaults to building with GSSAPI support, which requires Kerberos (as does the test suite). If you are building GNOME or have kerberos installed, remove this switch.

Contents

Installed Programs: None
Installed Libraries: libsoup-2.4.so and libsoup-gnome-2.4.so
Installed Directories: /usr/include/libsoup-2.4, /usr/include/libsoup-gnome-2.4 and /usr/share/gtk-doc/html/libsoup-2.4

Short Descriptions

libsoup-2.4.so

provides functions for asynchronous HTTP connections.

libsoup-gnome-2.4.so

provides GNOME specific features.

Last updated on 2020-02-16 18:46:23 -0800