Date: Mon, 21 Jul 2003 08:40:09 -0500 From: Martin McCormick <martin@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Subject: Re: Using spamprobe on a FreeBSD System Message-ID: <200307211340.h6LDe9C9036773@dc.cis.okstate.edu>
next in thread | raw e-mail | index | archive | help
Jan Muenther writes: >BerkeleyDB is free to use - and it's in the ports as well. Don't worry. Many thanks. I see references to it, but I am not sure what I have done wrong or need to do to make the configure script in spamprobe-0.8b find BerkeleyDB. I found p5-BerkeleyDB so I thought that maybe it might bring in the library that the configure script can't find. The installation of p5-Berkeleydb went perfectly and I have it installed, but still, no joy. Configure's output is as follows: checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... no checking for gawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes 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 executable suffix... checking for object suffix... 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... gcc checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc checking how to run the C preprocessor... gcc -E checking for unistd.h... yes checking for db_create in -ldb-4... no checking for db_create in -ldb-3... no checking for db_create in -ldb-2... no checking for db_create in -ldb... no checking for db_create in -ldb3... no checking for db_create in -ldb-3.1... no checking for db_create in -ldb4... no configure: error: No suitable BerkeleyDB library found. Use --with-db=PATH to specify the path to a version 3 or later install directory. You can download BerkeleyDB from http://www.sleepycat.com I don't know if I don't have it or if it is there by a slightly different name. ls -l /usr/ports/distfiles/BerkeleyDB* yields -rw-r--r-- 1 root 100 117477 Jun 14 2002 /usr/ports/distfiles/BerkeleyDB-0.19.tar.gz Something pulled it in when I was installing something else.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307211340.h6LDe9C9036773>