Courier IMAP gurus, I am attempting to get the new version of courier-imap (version 3.0.7) working on my OpenBSD 3.2 box. The make check is erroring off in the authlib directory.
It appears to be dying as it tries to put up the man pages. Looking at the files created in the =install-check directory, it gets the authlib.7 man page in place, and creates the authpwd.7 symbolic link. I am guessing it dies after this. Here is a log of the portion it dies at: ----- Making install in authlib make install-am /bin/sh ./make-authdaemond.sh "make" "" `authdaemond.plain' is up to date. `authdaemond.mysql' is up to date. mkdir -p -- . /usr/local/src/sourceforge.net/courier/courier-imap/=install-check`dirname /usr/lib/courier-imap/etc/authdaemonrc` /usr/bin/install -c -m 644 -m `test -d ../courier && echo "660" && exit 0; echo 600` authdaemonrc /usr/local/src/sourceforge.net/courier/courier-imap/=install-check/usr/lib/courier-imap/etc/authdaemonrc.dist mkdir -p -- . /usr/local/src/sourceforge.net/courier/courier-imap/=install-check`dirname /usr/lib/courier-imap/etc/authmysqlrc` /usr/bin/install -c -m 644 -m `test -d ../courier && echo "660" && exit 0; echo 600` ./authmysqlrc /usr/local/src/sourceforge.net/courier/courier-imap/=install-check/usr/lib/courier-imap/etc/authmysqlrc.dist test "authpwd.7 authshadow.7 authuserdb.7 authpam.7 authvchkpw.7 authcram.7 authldap.7 authmysql.7 authdaemon.7 authdaemond.7" = "" && exit 0; mkdir -p -- . /usr/local/src/sourceforge.net/courier/courier-imap/=install-check/usr/lib/courier-imap/man/man7 ; for f in authlib.7 "" ; do test "$f" = "" && continue ; /usr/bin/install -c -m 644 $f /usr/local/src/sourceforge.net/courier/courier-imap/=install-check/usr/lib/courier-imap/man/man7 ; done ; cd /usr/local/src/sourceforge.net/courier/courier-imap/=install-check/usr/lib/courier-imap/man/man7 || exit 1 ; for f in authpwd.7 authshadow.7 authuserdb.7 authpam.7 authvchkpw.7 authcram.7 authldap.7 authmysql.7 authdaemon.7 authdaemond.7 "" ; do test "$f" = "" && continue ; rm -f $f; ln -s authlib.7 $f ; test -w /etc && chown bin $f && chgrp bin $f ; done ; exit 0 *** Error code 1 Stop in /usr/local/src/sourceforge.net/courier/courier-imap/authlib (line 1501 of Makefile). *** Error code 1 Stop in /usr/local/src/sourceforge.net/courier/courier-imap/authlib (line 1234 of Makefile). *** Error code 1 Stop in /usr/local/src/sourceforge.net/courier/courier-imap/authlib (line 1228 of Makefile). *** Error code 1 Stop in /usr/local/src/sourceforge.net/courier/courier-imap (line 547 of Makefile). *** Error code 1 Stop in /usr/local/src/sourceforge.net/courier/courier-imap (line 1094 of Makefile). ----- Please let me know if you need any additional information. Thank you in advance for any pointers you can provide. JohnM -- John Mendenhall [EMAIL PROTECTED] surf utopia internet services ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
