Le paquet glib-networking contient les modules gio liés au réseau pour GLib.
Ce paquet est connu pour se construire correctement sur une plateforme LFS-7.7.
Téléchargement (HTTP) : http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.42/glib-networking-2.42.1.tar.xz
Téléchargement (FTP) : ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.42/glib-networking-2.42.1.tar.xz
Somme de contrôle MD5 du téléchargement : 2959c3f9b5f2ed838ce373130d8d4500
Taille du téléchargement : 368 Ko
Estimation de l'espace disque requis : 6.1 Mo (additional 2.7 Mo for the tests)
Estimation du temps de construction : 0.1 SBU (0.1 SBU for the tests)
GnuTLS-3.3.12 et gsettings-desktop-schemas-3.14.1
Certificate Authority Certificates et p11-kit-0.22.1
Notes utilisateur : http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Installez glib-networking en lançant les commandes suivantes :
./configure --prefix=/usr \ --with-ca-certificates=/etc/ssl/ca-bundle.crt \ --disable-static && make
Pour tester les résultats, lancez : make -k check. Quelques tests échouent pour des raisons inconnues.
Maintenant, en tant qu'utilisateur root
:
make install
--with-ca-certificates=/etc/ssl/ca-bundle.crt
:
Ce paramètre spécifie l'endroit où se trouvent les certificats root
de confiance.
--disable-static
: Ce
paramètre empêche l'installation des versions statiques des
bibliothèques.
Last updated on : 2013-02-11 19:51:17 +010