On Wed, 15 Sep 2004, John Mendenhall wrote: > Courier IMAP gurus, > > 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.
I was able to fix this problem by placing two echo statements, one before, one after, the test -w /etc command line. This, unfortunately, fixed the problem and it ran fine until another error came up (unfortunate since adding echo statements should not solve the problem, and I probably won't spend the time to figure out what the real problem was). The next problem that popped up was the make install-configure immediately died with the error message: ----- # make install-configure *** Error code 2 Stop in /usr/local/src/sourceforge.net/courier/courier-imap (line 1187 of Makefile). ----- This was stopping on the 'done' command in the install-configure ruleset. I removed the /dev/null redirection and I got the following error: ----- # make install-configure make: don't know how to make install-configure. Stop in /usr/local/src/sourceforge.net/courier/courier-imap/numlib. *** Error code 2 Stop in /usr/local/src/sourceforge.net/courier/courier-imap (line 1189 of Makefile). ----- I added a '-k' to the MAKE command so it forces the MAKE to continue and it all worked just fine. Apparently, the /authlib/Makefile is the only one with a rule for install-configure. So, I am all installed. Now I will configure and get this running. 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
