kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
|
Information regarding Debian: As of 2021-10-22 Debian doesn't provide the required version of libpqxx. The version isn't even available in sid, so a manual build process from the Debian sources is necessary.
Example configuration:
Note: The CMAKE_INSTALL_PREFIX
is required for some file to be installed correctly. While the default for a local install is /usr/local
and works perfectly fine, the deb packaging assumes /usr
as prefix for installing files while using /usr/local
for linker rpaths, unless CMAKE_INSTALL_PREFIX
is set correctly. This results in binaries not finding the required shared libraries under certain circumstances if CMAKE_INSTALL_PREFIX
is not set.
The package is now located under pkg
in the build-directory (in this case .../kea-custom-hooks/Release/pkg
) and can be installed using dpkg -i
.
If deb-package generation is not desired (although not recommended), the libraries can be installed as usual:
Note: If desired, -DCMAKE_INSTALL_PREFIX=/usr
(or similar) might be set during configure time to install to the /usr
prefix. This should, however, be avoided if the system has a package manager (which is very likely).