Drew Linsalata wrote:
>
> Hi folks,
>
> I'm working on upgrading to version 1.0 with vpopmail and all seems fine
> until this compile error stops the process:
>
> -------------------------
> gcc -I/local/home/vpopmail/include -g -O2 -Wall -I.. -I./..
> -L/local/home/vpopmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a
> libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt
> libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
> /usr/local/src/sqwebmail-1.0/authlib/preauthvchkpw.c(.text+0xa6): undefined
> reference to `vclose'
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> Stop.
> ------------------------
>
> I'm configured with autopurge set to 15 days, with webpass set to "no", and
> with vchkpw as the only auth module.
>
> Any ideas from the pros?
Upgrade to a later vpopmail release. The vclose function is
in later releases of vpopmail.
Ken Jones