My 'make file' ended up looking like this before I quit:
#!/bin/sh
RANLIB="ranlib -c"
CFLAGS="-traditional-cpp"
CXXFLAGS="-traditional-cpp"
export RANLIB
export CFLAGS
export CXXFLAGS./configure --prefix=/usr/local --with-waitfunc=wait3 --enable-mimetypes --without-ipv6 --without-authldap --without-authdaemon
make
gnumake check
#umask 022
#sudo make installAt one point I tried --with-db=db, and --without-userdb and ... stuff. I just got tired.
One interesting datapoint, the make check blew up with the following:
LC_ALL=C; export LC_ALL; test "yes" = "yes" || exit 0; /bin/sh ./smaptestsuite | ./testsuitefix.pl | sort | cmp -s - ./smaptestsuite.txt
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=1179, body=461
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=18, body=5962
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=1040, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
INFO: LOGIN, user=user, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=user, ip=[127.0.0.1], headers=0, body=0
gnumake[1]: *** [check] Error 1
gnumake: *** [check-recursive] Error 1
That's ... not very instructive about what the problem is.
If I went ahead and did a sudo make install anyway, I got something that didn't authenticate.
My tastes are simple; all I want is something that authenticates against Apple's netinfo database.
And yet it seems to want to start up authdaemond.ldap all the time.
Perhaps I'm missing something obvious, but it's late, and I just want to access my mail.
Aloha mai Nai`a! -- "Please have your Internet License http://kapu.net/~mjwise/ and Usenet Registration handy..."
------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
