On 9/1/05, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> Tushar Teredesai wrote these words on 09/01/05 22:30 CST:
>
> > The includes can probably be solved by adding a
> > --includedir=/usr/include/heimdal or something similar. If heimdal is
> > a properly autoconfed package, it should accept the above switch.
>
> No, this won't work. If you do this, then all the packages that
> look for the GSSAPI headers in /usr/include will not find them.
> Way too much headache to even consider this.
I don't think it would be that big a problem. Would just mean that the
dependent apps would need a CPPFLAGS="-I/usr/include/heimdal" before
the configure. Additionally, if heimdal includes a heimdal-config
script or .pc files, the CPPFLAGS change may not even be required. Of
course there is no way to know unless one has tried it:)
Anyways, I checked how gentoo does it and they use the above flag to
put the headers in /usr/include/heimdal. Additionally, they do the
following, but I think the above is a bit easier.
dosym heimdal /usr/include/gssapi
dosym heimdal/krb5-types.h /usr/include/krb5-types.h
dosym heimdal/krb5.h /usr/include/krb5.h
dosym heimdal/asn1_err.h /usr/include/asn1_err.h
dosym heimdal/krb5_asn1.h /usr/include/krb5_asn1.h
dosym heimdal/krb5_err.h /usr/include/krb5_err.h
dosym heimdal/heim_err.h /usr/include/heim_err.h
dosym heimdal/k524_err.h /usr/include/k524_err.h
dosym heimdal/krb5-protos.h /usr/include/krb5-protos.h
--
Tushar Teredesai
mailto:[EMAIL PROTECTED]
http://www.linuxfromscratch.org/~tushar/
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page