Hi,
I've just started to install new sqwebmail and I got sth like this:

gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib  -o 
authinfo  authinfo.o
 authinfodaemondlist.o libauth.a ../rfc2045/librfc2045.a        
../random128/librandom128.a `cat lib
auth.dep libauth1.dep`
libauth.a(authstaticlist.o)(.data+0x4):/usr/src/sqwebmail-1.0.0.20001007/authlib/authstaticlist.c:
 u
ndefined reference to `authvchkpw_info'
collect2: ld returned 1 exit status
make[1]: *** [authinfo] Error 1
make[1]: Leaving directory `/usr/src/sqwebmail-1.0.0.20001007/authlib'
make: *** [all-recursive] Error 1

Maybe I'm too sleepy but when I grepped for this function :
[root@areion sqwebmail-1.0.0.20001007]# rgrep "authvchkpw_info" *
authlib/configure:      STATIC_LIST="authvchkpw_info $STATIC_LIST"
authlib/configure.in:   STATIC_LIST="authvchkpw_info $STATIC_LIST"
authlib/authdaemond.versions:PLAIN_MODULES="authcustom_info authcram_info 
authuserdb_info authpam_in
fo authshadow_info authpwd_info authvchkpw_info"
authlib/config.status:s%@STATIC_LIST@%authcustom_info authvchkpw_info  authuserdb_info 
authpam_info%
g
authlib/Makefile:STATIC_LIST = authcustom_info authvchkpw_info  authuserdb_info 
authpam_info
authlib/Makefile:       /bin/sh $(srcdir)/mkmodulelist.sh authcustom_info 
authvchkpw_info  authuserd
b_info authpam_info >authstaticlist.c
authlib/authstaticlist.c:extern struct authstaticinfo authvchkpw_info;
authlib/authstaticlist.c:& authvchkpw_info,
authlib/authstaticlist.o: matches
authlib/libauth.a: matches
[cut]

I've run configure like down here:
./configure  --with-htmllibdir=/home/www/mail.skrytka.com/htmlshare 
--enable-cgibindir=/home/www/mail.skrytka.com/cgi-bin
--enable-imagedir=/home/www/mail.skrytka.com/htdocs/images
--with-module=authvchkpw --enable-webpass=no --enable-webpass=vpopmail
--enable-https=login --with-cachedir=/home/www/mail.skrytka.com/cachedir
--with-db=gdbm --with-userdb=/etc/userdb 
--with-makedatprog='${exec_prefix}/libexec/sqwebmail/makedatprog'
--with-formdata --without-authlib-man 
--with-authdaemonvar=/home/www/mail.skrytka.com/htmlshare/authdaemon
--sysconfdir=/home/www/mail.skrytka.com/htmlshare

and it doesn't want to compile.... I was looking for this function and
I didn't find it in sources.... maybe I'm blind :)
Anyone who had this problem too ?

-- 
regards,
Sylwester S. Biernacki <[EMAIL PROTECTED]>


Reply via email to