libproxy-0.5.9

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.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

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