On Sat, Feb 25, 2006 at 12:50:13PM +0700, Beast wrote: > [EMAIL PROTECTED] courier-authlib-0.56]$ ./configure --with-mailuser=mail > --with-mailgroup=mail --with-redhat > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gawk... (cached) gawk > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > ... > checking for an ANSI C-conforming const... yes > checking for pid_t... yes > checking for uid_t in sys/types.h... yes > checking for setsid... yes > checking for setlogin... no > checking for crypt in -lcrypt... yes > checking for crypt... yes > checking for crypt() prototype... 0 > Cannot obtain information for user courier,: Success ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Well, it looks like the configure process aborted here. > What could be the reason? Your --with-mailuser=mail has been ignored, and it's trying to find a user called 'courier' instead. Do you have a script called 'courier-config' anywhere in your path? From a previous installation of courier-MTA, perhaps? That's one reason that configure could make that choice. Otherwise, since it's a script, you can debug it easily enough: $ /bin/sh -x ./configure ...etc Also, why not build the latest version of courier-authlib instead of this older release? Regards, Brian. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
