michalator
ISP
i have the latest mandrakelinux 8.2 and i have installed the dev tools, i allso have the db.h file in /usr/include/db1/db.h
the commandline output
[root@hosh dctc-0.78.0]# ./configure
loading 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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gawk... gawk
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking how to run the C preprocessor... gcc -E
checking for db.h... no
configure: error: BerkeleyDB include required.
what seems to be the problem
the commandline output
[root@hosh dctc-0.78.0]# ./configure
loading 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... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gawk... gawk
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking how to run the C preprocessor... gcc -E
checking for db.h... no
configure: error: BerkeleyDB include required.
what seems to be the problem