ya, sounds reasonable... but I'm building from source
rpms and I'm only starting to learn how this all works,
slowly... and I don't know exactly how to inject includes
into configure via rpmbuild.. I spose it goes somewhere
in the spec file, I'll have to try and locate that today,
and do it the correct way.
Thanks
Bill

Gordon Messmer wrote:
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