Hi Ken,
make[2]: Entering directory `/usr/local/src/vpopmail-4.9.4'
gcc -g -O2 -Wall -o vmkpasswd vmkpasswd.o libvpopmail.a
-L/usr/local/lib -ll
dap -llber -lnsl -lcrypt
vmkpasswd.o: In function `main':
/usr/local/src/vpopmail-4.9.4/vmkpasswd.c:64: undefined reference to
`vmkpasswd'
collect2: ld returned 1 exit status
make[2]: *** [vmkpasswd] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-4.9.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-4.9.4'
make: *** [all-recursive-am] Error 2
I still get the above error message when enable ldap.
Regards,
Samuel Ng.
Ken Jones writes:
> [EMAIL PROTECTED] wrote:
> >
> > Hi,
> >
> > I am using vpopmail for more than 1 year. It's working very stable for me.
> > Thanks all of you! Moreover, I planed to port every thing to LDAP, like
> > web, ftp, telnet etc.. everything is ready but email. I think LDAP auth is
> > the most portable solution. I am waiting for the pure LDAP auth, is there
> > anything I can do to steed-up LDAP auth development on vpopmail?
>
> It's ready now. --enable-ldap=y and edit vldap.h
> We have tested and used it in production with open-ldap servers.
>
> Ken Jones