Oden Eriksson wrote:
> Stefan van der Eijk writes:
>
>> /usr/share/ssl/certs/imapsd.pem does not exisit, neither does the
>> /usr/share/ssl/certs directory (/usr/share/ssl directory does exist).
>
>
> Oops.
> Is this:
>
>>> - SSL stuff is in %_libdir/ssl not in %_sharedir/ssl !!
>>
>
> reflected in the sysv scripts (or where ever)?
> ??
It's one patch that's wrong:
just change SSLCERTS=/usr/share/ssl/certs to SSLCERTS=/usr/lib/ssl/certs
in imap-2001a-ssl.patch.bz2
While you're at it, the build_prior_82 doesn't make sense to me at the
moment. Cooker is the RC of 8.2, shouldn't this parameter be set to "0"?
and perhaps the "EXTRAAUTHENTICATORS=gss \" should also be put between
a %if !%{build_prior_82}(since I think it's related to krb --> with
these parameters enabled it won't compile without krb5-devel installed).
Stefan