6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Build fails with ...
FromSent OnAttachments
owFeb 12, 2003 9:13 am 
owFeb 12, 2003 10:04 am 
Sam VarshavchikFeb 12, 2003 2:57 pm 
owFeb 12, 2003 4:11 pm 
Sam VarshavchikFeb 12, 2003 4:58 pm 
Jerry AmundsonFeb 12, 2003 8:39 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Build fails with the make: *** [check-recursive] Error 1Actions...
From:ow (onew@yahoo.com)
Date:Feb 12, 2003 10:04:44 am
List:net.sourceforge.lists.courier-users

--- ow <onew@yahoo.com> wrote:

Hi,

I tried to build Courier with the following changes to the courier-imap.spec:

BuildPreReq: removed mysql-devel

%define _prefix /opt/courier-imap

%configure \ --with-authdaemonvar=%{authdaemondir} \ --without-module=%{authmysql} \ --enable-workarounds-for-imap-client-bugs \ %{?xflags: %{xflags}} ....

Correction: %configure option above actually is as follows:

%configure \ --with-authdaemonvar=%{authdaemondir} \ --without-authmysql \ --enable-workarounds-for-imap-client-bugs \ %{?xflags: %{xflags}}