sun, sparc, solaris 8. vpopmail 5.0 already installed, up, and running. 
configuring sqwebmail-3.2.0.20011118: 

configure: error: vpopmail too old - upgrade
configure: error: ./configure failed for authlib 

here's my configure script: 

./configure \
 --without-authshadow \
 --without-authpwd \
 --without-authpam \
 --without-authuserdb \
 --without-authmysql \
 --without-authldap \
 --with-authvchkpw \
 --with-db=gdbm \
 --with-cachedir=/m/sqwebmail.cache \
 --with-gzip \
 --enable-https=auto \
 --enable-hardtimeout=86400 \
 --enable-softtimeout=86400 \
 --enable-autopurge=2 \
 --enable-maxpurge=10 \
 --enable-imagedir=/usr/local/apache/htdocs/images/webmail \
 --enable-cgibindir=/usr/local/apache/cgi-bin \
 --enable-mimetypes=/usr/local/apache/conf/mime.types \
 --with-maxargsize=100000000 \
 --with-maxformargsize=100000000 \
 --with-maxmsgsize=250000000 \
 --with-ispell=/usr/local/bin/ispell 


i just looked at authlib/configure, and i could be wrong, but i think this 
is the problem: 

       if test -d ~vpopmail/.
       then
               doauthvchkpw=yes
       fi 

i was under the impression that /bin/sh (as the configure script is) does 
not recognize tilde expansion. i set the configure script to echo the 
vpopmail_home variable while it ran, and it echoed back 

~vpopmail 

rather than the actual path. 

by forcing the variable, it configured fine. 


 ---------------------------------
Paul Theodoropoulos
[EMAIL PROTECTED]
Senior Unix Systems Administrator
Syntactically Subversive Services, Inc.
http://www.anastrophe.com
Downtime Is Not An Option 

Reply via email to