the clock is right.  i did make a modification.  for some reason when the
configure ran it wouldn't find my ~vpopmail/etc/lib_deps even though the
path exists.  i replaced ~vpopmail with /home/vpopmail by adding this to
my configure.

find . -type f -exec grep -l '\~vpopmail' {} \; |xargs perl -pi -e
's,\~vpopmail,/home/vpopmail,g'


Brandon Drake


On Thu, 21 Mar 2002, Sam Varshavchik wrote:

> Brandon Drake writes:
>
> >
> > i receive the following error when i compile courier-imap on my solaris 8
> > box.  i configure courier-imap with authvchkpw for the auth module.
> >
> > here is the error ....
> >
> > creating userdbpw.html
> > make[1]: Leaving directory `/usr/local/src/courier-imap-1.4.3/userdb'
> > Making all in authlib
> > make[1]: Entering directory `/usr/local/src/courier-imap-1.4.3/authlib'
> > cd . && aclocal
> > cd . && automake --foreign --include-deps Makefile
> > Makefile.am: required file `../depcomp' not found
>
> Your system clock is off, or you accidentally modified some files in the
> distribution.
>
> --
> Sam
>
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to