The libproxy package is a library that provides automatic proxy configuration management. This is useful in standardizing a way of dealing with proxy settings across all scenarios.
Download (HTTP): http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz
Download MD5 sum: 86b635e1eb2d665cfbef4c6134fe6604
Download size: 370 KB
Estimated disk space required: 3 MB
Estimated build time: 0.2 SBU
GConf-2.28.1 (Required if building GNOME)
X Window System, Python-2.7.2, Xulrunner-9.0.1, WebKit, and NetworkManager
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libproxy
Install libproxy by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
--with-gnome
: This option builds the
GNOME configuration plugin.
--with-kde
: This option builds the KDE
configuration plugin.
--with-webkit
: This option builds the
WebKit JavaScriptCore PAC runner plugin.
--with-mozjs
: This option builds the
Mozilla JavaScript PAC runner plugin.
--with-networkmanager
: This option
builds the NetworkManager plugin.
--with-python
: This option builds the
Python bindings.
Last updated on 2009-07-30 11:50:54 +0000