13 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-authlib: ...
FromSent OnAttachments
Mike PeacheyAug 20, 2007 3:13 am 
Enda CronnollyAug 20, 2007 3:23 am 
Mike PeacheyAug 20, 2007 3:24 am 
Enda CronnollyAug 20, 2007 3:38 am 
Sam VarshavchikAug 20, 2007 3:59 am 
Mike PeacheyAug 20, 2007 4:03 am 
Mike PeacheyAug 20, 2007 4:04 am 
Stefan HornburgAug 20, 2007 4:50 am 
Mike PeacheyAug 20, 2007 4:51 am 
Sam VarshavchikAug 20, 2007 4:19 pm 
Mike PeacheyAug 21, 2007 12:28 am 
Sam VarshavchikAug 21, 2007 4:00 am 
Mike PeacheyAug 21, 2007 4:03 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] courier-authlib: authpam, authpasswd, authshadow not compiling/installingActions...
From:Mike Peachey (mike@jennic.com)
Date:Aug 20, 2007 4:04:21 am
List:net.sourceforge.lists.courier-users

Sam Varshavchik wrote:

Mike Peachey writes:

I am severely confused and I don't know if I've missed something but...

Doing a fresh clean install of Courier-Authlib like this: user$ tar -xjvf courier user$ cd courier user$ ./configure user$ make root# make install root# make install-configure

does not seem to compile and configure for authpam, authpasswd or authshadow (authpam being the one I need - refer only to authpam now).

You're probably missing some key library component that's required to build those modules. Looking at the output of the configure script, carefully, should tell you what's missing.

Ta, I will have a look through it