
Monit «Couldn’t find your SSL header files»
08/01/2010Compilando Monit puede producirse el siguiente aviso/errror:
root@server56:~/monit-5.0.3# ./configure
(...)
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for SSL support... enabled
checking for SSL include directory... Not found
Couldn't find your SSL header files.
Use --with-ssl-incl-dir option to fix this problem or disable
the SSL support with --without-ssl
#
Se soluciona instalando las librerías de SSL:
root@server56:~/monit-5.0.3# sudo apt-get install libssl-dev
Perfecto! Muchas gracias.
En RedHat y Fedora debes instalar el paquete:
openssl-devel