Well, some more error popping up:
Making install in authlib
make[2]: Entering directory `/root/download/sqwebmail-1.2.0/authlib'
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/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':
/root/download/sqwebmail-1.2.0/authlib/preauthvchkpw.c:86: undefined
reference to `open_smtp_relay'
collect2: ld returned 1 exit status
make[2]: *** [authvchkpw] Error 1
make[2]: Leaving directory `/root/download/sqwebmail-1.2.0/authlib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/download/sqwebmail-1.2.0'
make: *** [install-strip] Error 2
list="ldapaddressbook.dist `cat authlib/authconfiglist`"; \
for file in $list; do \
file="/usr/local/share/sqwebmail/test/$file" ; \
case "$file" in *.dist) \
/usr/bin/perl ././sysconftool $file;; esac ; done
/usr/local/share/sqwebmail/test/ldapaddressbook.dist: No such file or
directory
make: *** [install-configure] Error 9
Any idea would be most welcome!