I run htdig on FreeBSD, creating a large database with a db.docdb larger than 2GB. This works fine on FreeBSD. When I copy the database from the FreeBSD system to a retrieval server running gentoo Linux, I get a 500 error from the apache webserver, and the error log reads:
DB2 problem: /path/to/db.docdb: Der Wert ist zu gro� f�r den definierten Datentyp. (meaning: value too large for data type).
Is this really a file size problem? If not, what else? And is there a workaround?
I think you are using gcc 3.x.x. Try rebuilding your htdig with
CPPFLAGS=$(getconf LFS_CFLAGS) ./configure .......
This works for my 6GB db.words.db.
HTH
Andreas-- ! Andreas Jobs Network Operating Center ! ! Ruhr-Universitaet Bochum ! ! Cats can work out mathematically the exact place to sit that ! ! will cause most inconvenience. Pam Brown !
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

