On Sun, 23 Jul 2000 11:16:35 -0400 (EDT), Sam Varshavchik wrote:
On Sun, 23 Jul 2000, Roland Schneider wrote:
[...]
The file 'authlib/Makefile.in' seems to be the culprit:
libauth-modules: @LIBAUTH@
rm -rf libauth-modules.dir
mkdir libauth-modules.dir
cd libauth-modules.dir ; for f in @LIBAUTH@ ; do \
test ! -f ../$$f || ar x ../$$f ; done
ls libauth-modules.dir/* >libauth-modules
After changing the line above to 'ls * >libauth-modules'
make finished without further problems.
Unfortunately, this is not going to work because you disabled every
authentication module.
You need at least one authentication module to be installed.
Hi Sam,
userdb was enabled as the only auth-module, and I also successfully
downloaded all 5000 test-mails with Netscape via both POP3 and IMAP.
Courier worked like a charm with this ugly fix :)
Now I just did some more testing:
gmake compiles without errors, and make gives me the error at ls.
FreeBSD-Users should avoid make and use gmake from the ports (3.79.1)
instead, but install-strip will still break at the non-binary scripts.
Roland