%general-entities; ]> $LastChangedBy$ $Date$ glib-networking-&glib-networking-version; glib-networking Introduction to GLib Networking The GLib Networking package contains Network related gio modules for GLib. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &glib-networking-md5sum; Download size: &glib-networking-size; Estimated disk space required: &glib-networking-buildsize; Estimated build time: &glib-networking-time; GLib Networking Dependencies Required , , and Recommended and Optional libproxy User Notes: Installation of GLib Networking Install GLib Networking by running the following commands: mkdir build && cd build && meson --prefix=/usr \ -Dlibproxy_support=false \ -Dca_certificates_path=/etc/ssl/ca-bundle.crt && ninja To test the results, issue: ninja test. Now, as the root user: ninja install Configuring Glib-networking Config Files /etc/profile.d/gio.sh /etc/profile.d/gio.sh Configuration Information For using the PKCS #11 modules, the GIO_USE_TLS variable should be set in the environment. This can be added to the Bash Startup Files (as the root user): cat > /etc/profile.d/gio.sh << "EOF" # Begin gio.sh export GIO_USE_TLS=gnutls-pkcs11 # End gio.sh EOF Contents Installed Program Installed Libraries Installed Directories None libgiognomeproxy.so and libgiognutls.so (GIO Modules installed in /usr/lib/gio/modules) None