Hi,
i'm a newbie to the linux world. i'm running a RedHat 7.3 on a P-4. i'm trying to create an email-toaster but i'm now stuck at the Courier-Imap installation part. I'm running the " ./configure --disable-root-check --without-authdaemon --with-authvchkpw \ --enable-workarounds-for-imap-client-bugs " portion and I'm getting errors. The error message that i'm getting is
" checking build system type... configure: error: /bin/sh ./../config.sub --enable-workarounds-for-imap-client-bugs failed
configure error: error: /bin/sh './configure' failed for maildir "
i had tried searching on google for a fix on this error, but i'm able to locate anything. Can someone please point me to the right direction or is there a step that i'm missing. I had tried to follow Bill Shupp's Toaster Guide as closely as possible. Any help is highly appreciated.
I *finally* figured this out one. If you copy and paste from the web page, there are some tabs in the configure line. Courier's configure appears to choke on this and generate the errors you described. Try putting all the configure options on one line, without the "\" characters. That worked for me.
Cheers,
Bill