libsoup-3.6.6

Introduction to libsoup3

The libsoup3 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.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

Additional Downloads

libsoup3 Dependencies

Required

glib-networking-2.80.1, libpsl-0.21.5, libxml2-2.15.1, and nghttp2-1.68.0

Recommended

Optional

Apache-2.4.66 (required to run the test suite), Brotli-1.2.0, cURL-8.18.0 (required to run the test suite), Gi-DocGen-2026.1, MIT Kerberos V5-1.22.2 (required to run the test suite), PHP-8.5.3 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests), Samba-4.23.5 (ntlm_auth is required to run the test suite), sysprof, and wstest

Installation of libsoup3

First, fix a security vulnerability that could lead to credential leakage:

patch -Np1 -i ../libsoup-3.6.6-upstream_fixes-1.patch

Fix the installation path of API documentation:

sed 's/apiversion/soup_version/' -i docs/reference/meson.build

Install libsoup3 by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr          \
            --buildtype=release    \
            --wrap-mode=nofallback \
            ..                     &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

--wrap-mode=nofallback: This switch prevents meson from using subproject fallbacks for any dependency declarations in the build files, preventing it from downloading any optional dependencies which are not installed on the system.

-D docs=enabled: If Gi-DocGen-2026.1 is installed, the API documentation will be built and installed no matter if this option is used or not. This option causes the meson command to fail if Gi-DocGen-2026.1 is not installed.

Contents

Installed Programs: None
Installed Libraries: libsoup-3.0.so
Installed Directories: /usr/include/libsoup-3.0, /usr/share/doc/libsoup-3.6.6 (only installed if gi-docgen is available)

Short Descriptions

libsoup-3.0.so

provides functions for asynchronous HTTP connections