[root@www dchub]# ls
acinclude.m4 config.cache COPYING Makefile.am README
aclocal.m4 config.h.in Documentation Makefile.in scripts
AUTHORS config.log extprog missing src
ChangeLog configure INSTALL mkinstalldirs stamp-h.in
confdefs.h configure.in install-sh NEWS TODO
[root@www dchub]# sh 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... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether build environment is sane... yes
checking for glib-config... no
checking for GLIB - version >= 1.2.0... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
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 a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc option to accept ANSI C... none needed
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strcasecmp... yes
checking for edb-config... no
checking for edb... no
*** The edb-config script installed by edb could not be found
*** If edb was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the EDB_CONFIG environment variable to the
*** full path to edb-config.
configure: error: Cannot find edb: Is edb-config in path?
[root@www dchub]#