It took me a while to figure out how to build wget 1.9 with SSL on
my stock Red Hat 9 system:
- install openssl-devel (this was fairly obvious)
- that pulled in krb5-devel (good so far)
- then I had to do ./configure --with-ssl=/usr/kerberos
because it needs /usr/kerberos/include/krb5.h
So, it'd be nice if the configure script considered /usr/kerberos/
to be a "standard" default -I path, since that seems to be where
Red Hat puts things.
--
Jamie Zawinski
[EMAIL PROTECTED] http://www.jwz.org/
[EMAIL PROTECTED] http://www.dnalounge.com/