libproxy-0.5.10

Introduction to libproxy

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.

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

Package Information

libproxy Dependencies

Recommended

Installation of libproxy

Install libproxy by running the following commands:

mkdir build &&
cd    build &&

meson setup ..        \
      --prefix=/usr   \
      -D release=true &&

ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Contents

Installed Programs: proxy
Installed Libraries: libproxy.so and libpxbackend-1.0.so
Installed Directories: /usr/include/libproxy, /usr/lib/libproxy, and /usr/share/doc/libproxy-1.0

Short Descriptions

proxy

displays the proxy server that should be used to reach a given network resource

libproxy.so

provides a standard method of performing automatic proxy configuration