From: donald t. <don...@sy...> - 2007-01-17 17:55:42
|
I am trying to install tiny-cobol but am obviously missing a package. I have installed the db1-1.85.4-8.i386.rpm, but am getting the following on the ./configure command, [root@LizzyLinux tinycobol-0.63]# ./configure --with-libdb=3 loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for gcc... gcc checking for as... as checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets ${MAKE}... yes checking for ranlib... ranlib checking for ar... ar checking for flex... flex checking for bison... bison checking for expand... /usr/bin/expand checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for stdio.h... yes checking for alloca.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for malloc.h... yes checking for stdlib.h... yes checking for string.h... yes checking for strings.h... yes checking for utime.h... yes checking for ctype.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for working const... yes checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for 8-bit clean memcmp... yes checking for vprintf... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for putenv... yes checking for asin in -lm... yes Beginning DB library header search sequence checking for db3/db_185.h... no configure: error: header db3/db_185.h for library db version 3.x not found... aborting I tried both with and without the --with-libdb=3 option. Any pointers? Donald |