Am I missing something? System is Debian stable, kept current with apt-get. Sqwebmail 3.5.0 is currently running on this system.

$ ./configure
--enable-https
--enable-softtimeout=3600
--enable-hardtimeout=7200
--enable-autopurge=7
--enable-cgibindir=/usr/lib/cgi-bin
--enable-imagedir=/var/www/webmail
--with-ispell=/usr/bin/ispell


Config.log attached.

...
Compiling gpg.c
Compiling import.c
Compiling libgpg.c
gpg.c: In function `dogpgsign':
gpg.c:730: parse error before `j'
gpg.c:733: `j' undeclared (first use in this function)
gpg.c:733: (Each undeclared identifier is reported only once
gpg.c:733: for each function it appears in.)
gpg.c:733: `k' undeclared (first use in this function)
Compiling list.c
Compiling mimegpgfork.c
make[2]: *** [gpg.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/home/download/sqwebmail-3.5.3.20030606/gpglib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/home/download/sqwebmail-3.5.3.20030606/gpglib'
make: *** [all-recursive] Error 1
mail:/home/download/sqwebmail-3.5.3.20030606#


GPG in installed per apt-get. Interestingly, I can't seem to find a way to tell the system not to compile for GPG.

Any hints?

Ken
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --enable-https --enable-softtimeout=3600 --enable-hardtimeout=7200 
--enable-autopurge=7 --enable-cgibindir=/usr/lib/cgi-bin 
--enable-imagedir=/var/www/webmail --with-ispell=/usr/bin/ispell

## --------- ##
## Platform. ##
## --------- ##

hostname = mail
uname -m = i686
uname -r = 2.4.21-rc2
uname -s = Linux
uname -v = #7 SMP Mon May 19 11:43:39 EDT 2003

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1317: checking for a BSD-compatible install
configure:1371: result: /usr/bin/install -c
configure:1382: checking whether build environment is sane
configure:1425: result: yes
configure:1458: checking for gawk
configure:1474: found /usr/bin/gawk
configure:1484: result: gawk
configure:1494: checking whether make sets $(MAKE)
configure:1514: result: yes
configure:1651: checking whether make sets $(MAKE)
configure:1671: result: yes
configure:1680: checking whether ln -s works
configure:1684: result: yes
configure:1697: checking for perl5
configure:1730: result: no
configure:1697: checking for perl
configure:1715: found /usr/bin/perl
configure:1727: result: /usr/bin/perl
configure:1746: checking for sysconftool...
configure:1765: result: ././sysconftool
configure:1817: checking for gcc
configure:1833: found /usr/bin/gcc
configure:1843: result: gcc
configure:2087: checking for C compiler version
configure:2090: gcc --version </dev/null >&5
2.95.4
configure:2093: $? = 0
configure:2095: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:2098: $? = 0
configure:2100: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2103: $? = 1
configure:2127: checking for C compiler default output
configure:2130: gcc    conftest.c  >&5
configure:2133: $? = 0
configure:2179: result: a.out
configure:2184: checking whether the C compiler works
configure:2190: ./a.out
configure:2193: $? = 0
configure:2210: result: yes
configure:2217: checking whether we are cross compiling
configure:2219: result: no
configure:2222: checking for suffix of executables
configure:2224: gcc -o conftest    conftest.c  >&5
configure:2227: $? = 0
configure:2252: result:
configure:2258: checking for suffix of object files
configure:2280: gcc -c   conftest.c >&5
configure:2283: $? = 0
configure:2305: result: o
configure:2309: checking whether we are using the GNU C compiler
configure:2334: gcc -c   conftest.c >&5
configure:2337: $? = 0
configure:2340: test -s conftest.o
configure:2343: $? = 0
configure:2356: result: yes
configure:2362: checking whether gcc accepts -g
configure:2384: gcc -c -g  conftest.c >&5
configure:2387: $? = 0
configure:2390: test -s conftest.o
configure:2393: $? = 0
configure:2404: result: yes
configure:2421: checking for gcc option to accept ANSI C
configure:2482: gcc  -c -g -O2  conftest.c >&5
configure:2485: $? = 0
configure:2488: test -s conftest.o
configure:2491: $? = 0
configure:2509: result: none needed
configure:2527: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2530: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2658: checking for style of include used by make
configure:2686: result: GNU
configure:2714: checking dependency style of gcc
configure:2776: result: gcc
configure:2814: checking for gdbm_open in -lgdbm
configure:2845: gcc -o conftest -g -O2   conftest.c -lgdbm   >&5
configure:2848: $? = 0
configure:2851: test -s conftest
configure:2854: $? = 0
configure:2866: result: yes
configure:2872: checking for gdbm_open
configure:2922: gcc -o conftest -g -O2   conftest.c -lgdbm  >&5
configure:2925: $? = 0
configure:2928: test -s conftest
configure:2931: $? = 0
configure:2942: result: yes
configure:2955: checking for dbopen in -ldb
configure:2986: gcc -o conftest -g -O2   conftest.c -ldb   >&5
/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
configure:2989: $? = 1
configure: failed program was:
| #line 2962 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dbopen ();
| int
| main ()
| {
| dbopen ();
|   ;
|   return 0;
| }
configure:3007: result: no
configure:3012: checking for db_open in -ldb
configure:3043: gcc -o conftest -g -O2   conftest.c -ldb   >&5
/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
configure:3046: $? = 1
configure: failed program was:
| #line 3019 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char db_open ();
| int
| main ()
| {
| db_open ();
|   ;
|   return 0;
| }
configure:3064: result: no
configure:3069: checking for db_env_create in -ldb
configure:3100: gcc -o conftest -g -O2   conftest.c -ldb   >&5
/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
configure:3103: $? = 1
configure: failed program was:
| #line 3076 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char db_env_create ();
| int
| main ()
| {
| db_env_create ();
|   ;
|   return 0;
| }
configure:3121: result: no
configure:3133: checking for dbopen
configure:3183: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccu0lfVF.o: In function `main':
/home/download/sqwebmail-3.5.3.20030606/configure:3178: undefined reference to `dbopen'
/tmp/ccu0lfVF.o: In function `main':
/home/download/sqwebmail-3.5.3.20030606/conftest.c(.data+0x0): undefined reference to 
`dbopen'
collect2: ld returned 1 exit status
configure:3186: $? = 1
configure: failed program was:
| #line 3138 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dbopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_dbopen) || defined (__stub___dbopen)
| choke me
| #else
| char (*f) () = dbopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dbopen;
|   ;
|   return 0;
| }
configure:3203: result: no
configure:3209: checking for db_open
configure:3259: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccvh1D25.o: In function `main':
/home/download/sqwebmail-3.5.3.20030606/configure:3254: undefined reference to 
`db_open'
/tmp/ccvh1D25.o: In function `main':
/home/download/sqwebmail-3.5.3.20030606/conftest.c(.data+0x0): undefined reference to 
`db_open'
collect2: ld returned 1 exit status
configure:3262: $? = 1
configure: failed program was:
| #line 3214 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char db_open (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char db_open ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_db_open) || defined (__stub___db_open)
| choke me
| #else
| char (*f) () = db_open;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != db_open;
|   ;
|   return 0;
| }
configure:3279: result: no
configure:3285: checking for db_env_create
configure:3335: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc22pysy.o: In function `main':
/home/download/sqwebmail-3.5.3.20030606/configure:3330: undefined reference to 
`db_env_create'
/tmp/cc22pysy.o: In function `main':
/home/download/sqwebmail-3.5.3.20030606/conftest.c(.data+0x0): undefined reference to 
`db_env_create'
collect2: ld returned 1 exit status
configure:3338: $? = 1
configure: failed program was:
| #line 3290 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char db_env_create (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char db_env_create ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_db_env_create) || defined (__stub___db_env_create)
| choke me
| #else
| char (*f) () = db_env_create;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != db_env_create;
|   ;
|   return 0;
| }
configure:3355: result: no
configure:3471: checking where to install sqwebmail cgi binary
configure:3473: result: /usr/lib/cgi-bin
configure:3475: checking where to install images
configure:3477: result: /var/www/webmail
configure:3548: checking for gpg
configure:3566: found /usr/bin/gpg
configure:3579: result: /usr/bin/gpg
configure:3858: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on mail

config.status:658: creating Makefile
config.status:658: creating dbobj.h
config.status:658: creating dbobj.config
config.status:658: creating sqwebmail.spec
config.status:783: executing depfiles commands
configure:4862: configuring in numlib
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in bdbobj
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in gdbmobj
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in md5
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in sha1
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in random128
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in libhmac
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in userdb
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in unicode
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in liblock
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in makedat
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in rfc822
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in rfc2045
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in maildir
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in soxwrap
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in authlib
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in http11
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in cgi
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in ldapaddressbook
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in gpglib
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in pcp
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.
configure:4862: configuring in sqwebmail
configure:4946: running /bin/sh './configure' --prefix=/usr/local/share/sqwebmail  
'--enable-https' '--enable-softtimeout=3600' '--enable-hardtimeout=7200' 
'--enable-autopurge=7' '--enable-cgibindir=/usr/lib/cgi-bin' 
'--enable-imagedir=/var/www/webmail' '--with-ispell=/usr/bin/ispell' --with-db=gdbm 
--with-userdb=/etc/userdb --with-formdata --enable-utf7-folder-encoding 
--enable-unicode=iso-8859-1,utf-8 
--with-makedatprog=${prefix}/libexec/sqwebmail/makedatprog 
--with-authchangepwdir=${prefix}/libexec/authlib 
--with-authdaemonvar=/usr/local/share/sqwebmail/var/authdaemon 
--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail 
--with-version=3.5.3.20030606 --without-socks --cache-file=/dev/null --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_db_env_create=no
ac_cv_func_db_open=no
ac_cv_func_dbopen=no
ac_cv_func_gdbm_open=yes
ac_cv_lib_db_db_env_create=no
ac_cv_lib_db_db_open=no
ac_cv_lib_db_dbopen=no
ac_cv_lib_gdbm_gdbm_open=yes
ac_cv_objext=o
ac_cv_path_GPG=/usr/bin/gpg
ac_cv_path_SYSCONFTOOL_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/download/sqwebmail-3.5.3.20030606/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/download/sqwebmail-3.5.3.20030606/missing --run tar'
AUTOCONF='${SHELL} /home/download/sqwebmail-3.5.3.20030606/missing --run autoconf'
AUTOHEADER='${SHELL} /home/download/sqwebmail-3.5.3.20030606/missing --run autoheader'
AUTOMAKE='${SHELL} /home/download/sqwebmail-3.5.3.20030606/missing --run automake-1.6'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
CPPFLAGS=''
DBSUBDIR='gdbmobj'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" '
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
GPG='/usr/bin/gpg'
HAS_USERDB_FALSE='#'
HAS_USERDB_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL} -m 755'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBDB=''
LIBGDBM='-lgdbm'
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/download/sqwebmail-3.5.3.20030606/missing --run makeinfo'
OBJEXT='o'
PACKAGE='sqwebmail'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SYSCONFTOOL='/usr/bin/perl ././sysconftool'
SYSCONFTOOL_PERL='/usr/bin/perl'
USE_DB='0'
USE_GDBM='1'
VERSION='3.5.3.20030606'
ac_ct_CC='gcc'
ac_ct_STRIP=''
am__include='include'
am__quote=''
authdaemonvar='/usr/local/share/sqwebmail/var/authdaemon'
bindir='${exec_prefix}/bin'
build_alias=''
cgibindir='/usr/lib/cgi-bin'
datadir='${prefix}/share'
dblibrary='gdbmobj/libgdbmobj.a'
exec_prefix='${prefix}'
host_alias=''
imagedir='/var/www/webmail'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/download/sqwebmail-3.5.3.20030606/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${prefix}/libexec'
localstatedir='/usr/local/share/sqwebmail/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkglibPROGRAMS_exec='$(pkglibPROGRAMS)'
prefix='/usr/local/share/sqwebmail'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' numlib bdbobj gdbmobj md5 sha1 random128 libhmac userdb unicode liblock      
 makedat rfc822 rfc2045 maildir soxwrap  authlib http11 cgi ldapaddressbook      
gpglib pcp sqwebmail'
sysconfdir='/usr/local/share/sqwebmail'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 0

Reply via email to