Wheter i use the USE_DB=yes option in the make file or not it still produces the same error.
The file exists ion my system - /usr/include/BerkeleyDB/db.h and /usr/include/db3/db.h
and in the Makefile i have the following includes
LOOKUP_INCLUDE=-I/usr/local/mysql/include -I/usr/lib/BerkeleyDB -I/usr/include/db3
LOOKUP_LIBS=-L/usr/local/lib -lmysqlclient
Does any one have any pointers as to where i should look next?