glib-networking-2.50.0

Introduction to GLib Networking

The GLib Networking package contains Network related gio modules for GLib.

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

Package Information

GLib Networking Dependencies

Required

GLib-2.52.3, GnuTLS-3.5.14 and gsettings-desktop-schemas-3.24.0

Recommended

Optional

libproxy

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking

Installation of GLib Networking

Install GLib Networking by running the following commands:

./configure --prefix=/usr             \
            --without-ca-certificates \
            --disable-static          &&
make

To test the results, issue: make -k check.

Now, as the root user:

make install

Command Explanations

--without-ca-certificates: This parameter forces use of PKCS #11 modules for TLS certificate validation instead of a bundle of certificates.

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Program: None
Installed Libraries: libgiognomeproxy.so and libgiognutls.so (GIO Modules installed in /usr/lib/gio/modules)
Installed Directories: None

Last updated on 2017-08-23 17:35:52 -0700