The libpsl package provides a library for accessing and resolving information from the Public Suffix List (PSL). The PSL is a set of domain names beyond the standard suffixes, such as .com.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.gz
Download MD5 sum: ad40b970dcb5117d559b62a1e0d8d827
Download size: 8.8 MB
Estimated disk space required: 54 MB
Estimated build time: 0.1 SBU (including tests)
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.19.0 (for tests)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libpsl
Install libpsl by running the following commands:
sed -i 's/env python/&3/' src/psl-make-dafsa && ./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root user:
make install
sed -i ...: This command forces the use of Python 3 in an utility even if the outdated Python 2 is installed.