libproxy-0.5.12

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

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V 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

Still as the root user, remove the useless static library:

rm /usr/lib/libproxy.a

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