Hello
I did in fact build cyrus imap many on each of the last ten or so releases of 
SXCE and as of yesterday succeeded to build it on osol-b131.
I can post you detailed procedure if you are interested.
What are you building on ?
Bruno

----- Mail Original -----
De: "Brandon Hume" <hume-ml+open...@bofh.ca>
À: opensolaris-discuss@opensolaris.org
Envoyé: Mardi 26 Janvier 2010 16h20:10 GMT +01:00 Amsterdam / Berlin / Berne / 
Rome / Stockholm / Vienne
Objet: Re: [osol-discuss] [desktop-discuss] cyrus mailer

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
opensolaris-discuss@opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to