wollte auf meiner lokalen Maschine etwas mit qmail rumspielen (um zu sehen, ob das ganze dann später mal auf den server kommt). Bin nach dem HowTo von Rene Schleicher vorgegangen...
bekomme beim ./configure von sqwebmail jedoch einen Abbruch:
root@linux:/.../sqwebmail-3.3.7 > ./configure --enable-cgibindir=/usr/local/apache/cgi-bin --with-authvchkpw --with-db=gdbm --with-userdb=/etc/userdb --enable-imagedir=/usr/local/apache/htdocs/webmail --without-authdaemon
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././sysconftool
checking for gdbm_open in -lgdbm... no
checking for gdbm_open... no
configure: error: Cannot find either the gdbm or the db library.
root@linux:/.../sqwebmail-3.3.7 >
gdbm ist auf meinem (noch) ziemlich minimalen Suse 7.2 System drauf...
Nachtrag: ein rpm -q db ergibt ein "db-3.1.17-56"
Last edited by psychoviper on 2002-08-09 19:37, edited 1 time in total.
./configure --enable-cgibindir=/www/cgi-bin --with-authvchkpw --with-db=gdbm --with-userdb=/etc/userdb --enable-imagedir=/www/htdocs/webmail --without-authdaemon
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././sysconftool
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gdbm_open in -lgdbm... no
checking for gdbm_open... no
configure: error: Cannot find either the gdbm or the db library.