Logged In: NO

Hi,

I had the same problem compiling 0.9b3 on a RED-HAT AS3 with
openssl 0.9.7.
However, I could compile with the following command :
CFLAGS='-I/usr/kerberos/include' make

Indeed, the kerberos headers are not in the /usr/include
directory but in /usr/kerberos/include.
I don't think the pb is in ssldump.
Hope it may help ;o)