3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Error in libauth-...
FromSent OnAttachments
Roland SchneiderJul 23, 2000 7:53 am 
Roland SchneiderJul 23, 2000 10:51 am 
Jacob ScottJul 24, 2000 9:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Error in libauth-modules.dir with 0.24aActions...
From:Roland Schneider (rol@serv.ch)
Date:Jul 23, 2000 10:51:56 am
List:net.sourceforge.lists.courier-users

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