Hello ..
I changed MD5.h and than configured the sqwebmail with:

./configure --without-authpwd --without-authshadow --without-authpam --witho
ut-authuserdb --without-authldap --with-module=authvchkpw --enable-webpass=n
o --enable-webpass=vpopmail --enable-cgibindir=/data01/webserver/cgi-bin --e
nable-imagedir=/data01/webserver/htdocs/ --with-maxmsgsize=4194304 --enable-
mimetypes=/data01/webserver/conf/mime.types

after this, #make check command gaves this error:
# make check

Making check in numlib
Making check in bdbobj
./testsuite | cmp -s - ./testsuite.txt
Making check in maildir
/bin/sh ./testsuite 2>&1 | cmp - ./testsuite.txt
Making check in md5
./md5test | cmp -s - ./md5test.txt
Making check in random128
Making check in userdb
Making check in makedat
Making check in rfc822
./testsuite | cmp -s - ./testsuite.txt
./reftest | cmp -s - ./reftest.txt
make[1]: *** [check] Error 1
make: *** [check-recursive] Error 1


so after the #make install  command ; I could not enter my account  the web
interface gave  " INVALID USER ID OR PASSWORD" error..
(compaq tru 64 unix 4.0F )

./configure
..
..
..

configuring in rfc822
running /bin/sh
./configure  --with-module=authvchkpw --enable-webpass=vpopmail --enable-cgi
bindir=/data01/webserver/cgi-bin --enable-imagedir=/data01/webserver/htdocs/
 --with-maxmsgsize=4194304 --enable-mimetypes=/data01/webserver/conf/mime.ty
pes --with-db=db --with-userdb=/etc/userdb --with-formdata --without-authlib
-man --with-makedatprog=/usr/local/libexec/sqwebmail/makedatprog --with-auth
daemonvar=/usr/local/share/sqwebmail/authdaemon --sysconfdir=/usr/local/shar
e/sqwebmail --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /freeware/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for POSIXized ISC... no
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for minix/config.h... (cached) no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for strcasecmp... (cached) yes
checking for strncasecmp... yes
checking how to calculate alternate timezone... daylight
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
*
*
*
*
*








-----Original Message-----
From: Daniel Dagneaux [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 22, 2000 11:45 AM
To: [EMAIL PROTECTED]
Subject: Re: sqwebmail with COMPAQ Tru 64 UNIX (IT DOESN'T WORK)


We are running SQwebmail 1.0 on Tru64 UNIX (5.0) since september, no very
big prob. only minor bugs. This is my config.status (I am using MySQL db):
#
./configure  --with-authmysql --without-authldap --without-authpwd --without
-authuserdb -without-authdaemon
--with-piddir=/var/run --prefix=/usr/local --exec-prefix=/usr/local --datadi
r=/usr/local/share

'--with-makedatprog=${exec_prefix}/libexec/makedatprog' --without-socks --wi
th-formdata
 --without-authlib-man --enable-webpass=yes --with-cachedir=/var/run/sqwebma
il --with-cacheowner=nobody
--without-gzip --with-db=db --with-userdb=/etc/userdb
 '--with-authdaemonvar=${datadir}/sqwebmail/authdaemon'
'--sysconfdir=${datadir}/sqwebmail'

The function webpass is modified for allowing users to modify password in
the db, also forward is administrable by user by this same way (we are using
virtual Maildir).

For md5 running you need to modify md5.h for alpha (64 bits) as this :
# diff ../sqwebmail-1.0.2/md5/md5.h md5/md5.h
36c36
< #define       MD5_WORD        unsigned long
---
> #define       MD5_WORD        unsigned int

Daniel.

----- Original Message -----
From: "Sam Varshavchik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 2:02 PM
Subject: Re: sqwebmail with COMPAQ Tru 64 UNIX (IT DOESN'T WORK)


> mustaf han writes:
>
> > This is my  ./configure   command. It works with freebsd.
> > after this command, I didn't seeany error..
> > and then  after the "make"  command I saw those warnings.
> > make check command didnot work. because "md5" wasn't work. is md5
> > important???
>
> Yes.
>
>
> --
> Sam
>
>

Reply via email to