glib-networking-2.36.2

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-7.4 platform.

Package Information

GLib Networking Dependencies

Required

GnuTLS-3.2.4 and gsettings-desktop-schemas-3.8.2

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 \
            --libexecdir=/usr/lib/glib-networking \
            --with-ca-certificates=/etc/ssl/ca-bundle.crt \
            --disable-static &&
make

To test the results, issue: make -k check. Note that some tests fail due to recent changes in GnuTLS.

Now, as the root user:

make install

Command Explanations

--with-ca-certificates=/etc/ssl/ca-bundle.crt: This parameter specifies where the trusted root certificates are located.

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

Contents

Installed Program: glib-pacrunner
Installed Libraries: libgiognomeproxy.so, libgiognutls.so and libgiolibproxy.so
Installed Directories: /usr/lib/glib-networking

Last updated on 2013-08-25 04:52:57 -0700