While attempting to compile keepalved-1.1.1 in redhat
9.0 the following error comes up while running configure
....
checking for linux/rtnetlink.h... yes
checking for openssl/ssl.h... no
configure: error:
!!! OpenSSL is not properly installed on your system. !!!
!!! Can not include OpenSSL headers files. !!!
looking at config.log shows
...
configure:1205: checking for openssl/ssl.h
configure:1215: gcc -E conftest.c >/dev/null
2>conftest.out
In file included from /usr/include/openssl/ssl.h:179,
from configure:1211:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file
or directory
configure: failed program was:
#line 1210 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
The installed openssl packages:
openssl-0.9.7a-5
openssl-devel-0.9.7a-5
openssl096b-0.9.6b-6
pyOpenSSL-0.5.1-8
openssl096-0.9.6-17
Has anyone experienced this ?
Can anyone please help ?
Logged In: YES
user_id=323317
Yes, the same problem happens in RedHat AS 3.0. You can get
around the problem by adding a '-I/usr/kerberos/include' to
your CFLAGS. I did this in the Makefile's, but this needs
to be changed in config.
-fjb