5 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Vchkpw auth module
FromSent OnAttachments
Charlie ChrismanSep 8, 2001 2:39 pm 
Ken JonesSep 9, 2001 7:46 am 
Charlie ChrismanSep 9, 2001 6:05 pm 
Michael StoweSep 9, 2001 7:41 pm 
Charlie ChrismanSep 9, 2001 9:19 pm 
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] Vchkpw auth moduleActions...
From:Charlie Chrisman (cach@141.com)
Date:Sep 9, 2001 9:19:40 pm
List:net.sourceforge.lists.courier-users

I figured it out. The /home/vpopmail/lib directory was owned by root and had 700 permissions, thus when I tried to compile courier as a non root account, it didn't have access to the file.

charlie

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Michael Stowe Sent: Sunday, September 09, 2001 10:40 PM To: Charlie Chrisman; 'Ken Jones' Cc: cour@lists.sourceforge.net Subject: Re: [courier-users] Vchkpw auth module

Charlie:

Make sure the path to vpopmail is in /etc/ld.so.conf Or you can add the rspective includes and library paths to the Makefile.

----- Original Message ----- From: "Charlie Chrisman" <cach@141.com> To: "'Ken Jones'" <kb@inter7.com> Cc: <cour@lists.sourceforge.net> Sent: Sunday, September 09, 2001 6:03 PM Subject: RE: [courier-users] Vchkpw auth module

Ok I get a different error this time while trying vpopmail5.0pre5:

gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -L/usr/lib -lmysqlclient -lz -lm -lcrypt

/usr/bin/ld: cannot find -lvpopmail collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: Leaving directory `/home/charlie/courier-imap-1.3.10/authlib' make: *** [all-recursive] Error 1

In /home/vpopmail/lib is the file libvpopmail.a .

Whats up?

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Ken Jones Sent: Sunday, September 09, 2001 10:53 AM To: Charlie Chrisman Cc: cour@lists.sourceforge.net Subject: Re: [courier-users] Vchkpw auth module

On Sat, 2001-09-08 at 16:37, Charlie Chrisman wrote:

Im using vpopmail 4.9.10 and am trying to install courier 1.3.10 to authenticate against vchkpw. Here is the configure command I give it:

./configure --with-authvchkpw --without-authdaemon --without-authldap --without-authpwd --without-authshadow --without-authpam --without-authuserdb --without-authcram --without-authmysql --without-authcustom --without-ipv6 --mandir=/usr/local/man --prefix=/usr --bindir=/bin --sbindir=/sbin --sysconfdir=/etc/courier --localstatedir=/var/courier

The configure script runs fine for courier, but when I try to make courier, I get this:

gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authvchkpw.c authvchkpw.c: In function `auth_vchkpw_changepass': authvchkpw.c:142: warning: assignment from incompatible pointer type authvchkpw.c:151: dereferencing pointer to incomplete type authvchkpw.c:151: dereferencing pointer to incomplete type make[1]: *** [authvchkpw.o] Error 1 make[1]: Leaving directory `/home/charlie/courier-imap-1.3.10/authlib' make: *** [all-recursive] Error 1

Anyone know whats going on here?

Sqwebmail 3.0 requires vpopmail 5.0. There is a pre-release of 5.0 available now at http://www.inter7.com/devel/ (Sunday) The 5.0 release

is coming out on Monday at http://www.inter7.com/vpopmail/

Basicly, there is a new structure in the vpopmail module that was added from the 4.9 to the 4.10/5.0 release.