|
From: Geoff H. <ghu...@ws...> - 2002-07-28 14:57:39
|
> My last try to patch 3.1.6 a little failed, so I still have no htdig > that > can use DBs bigger than 2 GB. I wouldn't try this. It may or may not be worth trying to upgrade the entire db/ subdirectory of the Berkeley DB, but just changing the configure script is asking for trouble. If the code to support large files on Linux is in the source, it'll be set in the configure script too. > ignored them cold-blooded) and finally I got the following error ... > md5.cc:16: implicit declaration of function `int malloc(...)' OK, I wish I saw this before now, since the snapshot has already been taken. But the fix for this is pretty easy. The source is missing an "#include <stdlib.h>" at the top, which is the header which declares malloc. I'm moving this discussion to htdig-dev since I think it makes much more sense there. -Geoff |