|
> checking openssl/ssl.h usability... no
> checking openssl/ssl.h presence... no
> checking for openssl/ssl.h... no
> configure: error:
> !!! OpenSSL is not properly installed on your system. !!!
> !!! Can not include OpenSSL headers files. !!!
>
> The problems are related to redhat openssl installation .
> is there a patch for keepalived or a hack to fix this problem .
> I have openssl-0.9.7a-20 installed on both machines .
This is RedHat placing Kerberos includes in a strange place.
To fix this problem, put this in your /etc/profile : export
CPPFLAGS=-I/usr/kerberos/include . Then:
1.) export CPPFLAGS=-I/usr/kerberos/include
2.) make clean in keepalived (or remove directory & re-untar it)
3.) recompile
P
|