John wrote:
When I attempt to ./configure --with-redhat, courier-authlib,
checking for mail userid... configure: error: Cannot determine mail user
./configure: line 25368: exit: use: numeric argument required
./configure: line 25368: exit: use: numeric argument required
This is a fresh install on an FC6 box.
Think I just figured it out.
For the record, on my fedora box, ./configure with authlibs needs
./configure --with-redhat --with-mailuser=vpopmail
--with-mailgroup=vchkpw
I spoke too soon,
during the make, I get:
Compiling authdaemon.c
authdaemon.c:1: error: bad value (generic) for -mtune= switch
make[2]: *** [authdaemon.lo] Error 1
make[2]: Leaving directory `/var/src/courier-authlib-0.59.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/courier-authlib-0.59.1'
make: *** [all] Error 2
Any ideas?