Cannot find ssl headers installiere NRPE ubuntu

Aus Howtos und Gedankenstuetzen

Wechseln zu: Navigation, Suche

Bei der Installtion des NRPE Plugins für Nagios unter Ubuntu aknn es unter Umständen zu folgendem Fehler kommen:

Cannot find ssl headers


Es fehlt schlicht die libssl

root@host:~/nrpe-2.12/src# apt-cache search libssl
dcmtk - The OFFIS DICOM toolkit command line utilities
libcherokee-mod-libssl - Cherokee web server - SSL crypto functions plugin
libdcmtk1 - The OFFIS DICOM toolkit runtime libraries
libdcmtk1-dev - The OFFIS DICOM toolkit development libraries and headers
libssl-ocaml - OCaml bindings for OpenSSL (runtime)
libssl-ocaml-dev - OCaml bindings for OpenSSL
libssl-dev - SSL development libraries, header files and documentation
libssl0.9.8 - SSL shared libraries
libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
root@openqrm:~/nrpe-2.12/src# apt-get install libssl0.9.8 libssl-dev

Danach wird das NRPE Plugin sauber kompiliert.