Menu

#12 compile error: db.h missing

closed
nobody
None
5
2003-07-27
2003-05-26
Anonymous
No

After successful ./configure make fails with:
source='FrequencyDB.cc' object='FrequencyDB.o' libtool=no \ depfile='.deps/FrequencyDB.Po'
tmpdepfile='.deps/FrequencyDB.TPo' \ depmode=gcc3 /bin/sh ./depcomp \ g++ -DPACKAGE=\"spamprobe\" -DVERSION=\"0.8a\"
-DHAVE_UNISTD_H=1 -DHAVE_REGEX_H=1 -DUSE_DB=1 -I. -I.
-DNDEBUG -g -O2 -c -o FrequencyDB.o `test -f
'FrequencyDB.cc' || echo './'`FrequencyDB.cc
In file included from FrequencyDB.cc:46:
FrequencyDBImpl_bdb.h:36:16: db.h: No such file or
directory
make: *** [FrequencyDB.o] Error 1

The include file db.h is missing

lars at nulinc dot com

Discussion

  • Brian Burton

    Brian Burton - 2003-07-27

    Logged In: YES
    user_id=294579

    You must have an old version of berkeley db installed or
    none at all. Install berkeley db and then rerun configure.

     
  • Brian Burton

    Brian Burton - 2003-07-27
    • status: open --> closed
     

Log in to post a comment.