CESNET / Nemea

System for network traffic analysis and anomaly detection.
Other
84 stars 22 forks source link

Libtrap not found by pkg-config #17

Open davidhemzal opened 4 years ago

davidhemzal commented 4 years ago

While configuring with the paramateres added exactly as in the installation guide I only get following warning: "configure: WARNING: Libtrap was not found by pkg-config". There is no error during configure or make and not even any other warning, but it seems Libtrap is not installed at all making nemea not able to run.

cejkato2 commented 4 years ago

If it is really installed and not detected, try to specify PKG_CONFIG_PATH environment variable to configure script.

If you are trying to build everything from scratch, think about using RPM packages from copr instead (https://nemea.liberouter.org/doc/installation/#binary-packages). However, if you really need to build from source codes, check the --enable-repobuild option of configure script - this will force configure to use framework inside the nemea file tree.