Bill Dossett wrote:
...
and then ... you need to fix some paths in the ssl headers...
kerberos headers aren't found first... as they are in

/usr/kerberos/include

symlink all the dirs and files there to

/usr/include
...
Took me a day and a half to figure that out,
hopefully it might save someone else the time
as well.

Hate to bring this up now, but what you're *really* supposed to do is put:


CFLAGS="-I/usr/kerberos/include"

before the call to ./configure

If the files belonged in /usr/include, they'd have been installed there.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to