On Mon, 2010-01-25 at 21:03 +0100, dick hoogendijk wrote:
> > krb5.h should be in /usr/include/kerberosv5/.  It's in the "SUNWhea"
> > package.
> 
> Yes, it was installed, but NOT found. After I symlinked it
> to /usr/include the "make" went further but stopped after all with:

Remove the symlink, and try this (I've never built Cyrus IMAPd, so I'm
not sure how it's configured... I'm assuming
GNU-standard ./configure...)


env CPPFLAGS="-I/usr/include/kerberosv5" \
    LDFLAGS="-R/usr/lib/krb5 -L/usr/lib/krb5" \
        ./configure

Add on any configure arguments you like... --prefix, etc.

I don't know why the includes would be in /usr/include/kerberosv5 and
the libs in /usr/lib/krb5.  I'd think they should pick one and go with
it.

I'm still not sure if that'll build, but it should get you further.

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to