Hello I want to install sqwebmail3.3.2+vpopmail5.2 on Freebsd4.4 i installed vpopmail5.2 no problem it works but sqwebmail wasn't installed.
I typed ./configure ./configure --with-authvchkpw --without-authpam --without-authpwd --without- authshadow --without-authuserdb --without-authldap --without-authdaemon after that when I typed make with in few minutes it gives errors ; libauth.a(authvchkpw.o): In function `auth_vchkpw_changepass': /usr/local/sqwebmail-3.3.2/authlib/authvchkpw.c(.text+0x1ee): undefined reference to `vget_assign' /usr/local/sqwebmail-3.3.2/authlib/authvchkpw.c(.text+0x1fe): undefined reference to `vauth_getpw' /usr/local/sqwebmail-3.3.2/authlib/authvchkpw.c(.text+0x27d): undefined reference to `vpasswd' libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre': /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0x52): undefined reference to `parse_email' /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0x6c): undefined reference to `vget_assign' /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0x81): undefined reference to `vauth_getpw' /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0xb8): undefined reference to `make_user_dir' /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0xca): undefined reference to `vauth_getpw' /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0xe5): undefined reference to `vset_lastauth' /usr/local/sqwebmail-3.3.2/authlib/preauthvchkpw.c(.text+0xf6): undefined reference to `vclose' *** Error code 1 Stop in /usr/local/sqwebmail-3.3.2/authlib. *** Error code 1 Stop in /usr/local/sqwebmail-3.3.2. How can i get rid of that ? thanks
