Thank you - all working now!
On Mon, 23 Nov 2009 11:15:29 -0500, Timo Sirainen wrote:
> On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote:
>
>> Hi there, I've tried to update Dovecot to the latest version and have
>> come upon an error during make. Previous upgrades have all been very
easy
>
On 11/23/2009 05:15 PM Timo Sirainen wrote:
> On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote:
>
>> …
>> (thank you!) and it appears that the updated make script includes a wget
>> command and unfortunately OS X does not come with wget by default (curl is
>> the default). …
>
> Apparently you
On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote:
> Hi there, I've tried to update Dovecot to the latest version and have
> come upon an error during make. Previous upgrades have all been very easy
> (thank you!) and it appears that the updated make script includes a wget
> command and unfort
On 11/23/2009 03:35 PM Pascal Volk wrote:
> Or try the attached Patch.
Sorry, the last patch breaks wget. wget uses -o or nothing, not -O.
--
The trapper recommends today: beeffeed.0932...@localdomain.org
diff -r fa8a438c64ce autogen.sh
--- a/autogen.sh Fri Nov 20 13:52:25 2009 -0500
+++ b/auto
On Mon, Nov 23, 2009 at 15:35, Pascal Volk
wrote:
> Or try the attached Patch.
I haven't tried the patch and the autogen process, but I'm pretty sure
that issuing "wget -O http://www.dovecot.org/tmp/wiki-export.tar.gz";
won't work :( -O should be used only for curl, not for wget.
Bye,
--
Eman
On 11/23/2009 03:26 PM Emanuele Pucciarelli wrote:
>
> Perhaps the easiest way out of this is to install wget. You can find a
> precompiled binary here:
>
Or try the attached Patch.
Regards,
Pascal
--
The trapper recommends today: c01dcafe.0932...@localdomain.org
diff -r fa8a438c64ce autogen.
On Mon, Nov 23, 2009 at 15:01, Tom Kardos wrote:
> Hi there, I've tried to update Dovecot to the latest version and have
> come upon an error during make. Previous upgrades have all been very easy
> (thank you!) and it appears that the updated make script includes a wget
> command and unfortunat