Well, I downloaded the Berkeley DB, and copied the contents into the db/
directory. When I "make", it chugs along merrily for a while, and then
during the DB part, I get this:
gcc -c -O -I. -I./../include ../btree/bt_stat.c
gcc -c -O -I. -I./../include ../btree/btree_auto.c
gcc -c -O -I. -I./../include ../db/db.c
../db/db.c: In function `db_open':
../db/db.c:120: `DB_FCNTL_LOCKING' undeclared (first use in this function)
../db/db.c:120: (Each undeclared identifier is reported only once
../db/db.c:120: for each function it appears in.)
../db/db.c:152: structure has no member named `saved_open_fd'
../db/db.c:334: structure has no member named `saved_open_fd'
../db/db.c: In function `__db_close':
../db/db.c:768: structure has no member named `saved_open_fd'
../db/db.c:769: structure has no member named `saved_open_fd'
../db/db.c:770: structure has no member named `saved_open_fd'
make[1]: *** [db.o] Error 1
make[1]: Leaving directory `/cygdrive/c/htdig/htdig-3.1.5/db/dist'
make: *** [all] Error 1
Is this an ht://dig problem, or a Berkeley DB problem? Hmmm. Any clue how to
fix it (I'm not much of a C hacker...)?
Thanks again,
Adam Lyon
>> DB2 problem...: d:/inetpub/htdig/db/db.docdb: page 19 doesn't exist,
create
>> flag not set
>> DB2 problem...: unable to create/retrieve page 19
>
>This sort of message is obviously not good. My guess is that the Berkeley
>DB package which runs the "backend" is miscompiling under cygwin on
>Win2K. What I'd try first is to grab the 2.7.7 version of the package and
>put it into the "db/" directory and recompile.
>
><http://www.sleepycat.com/update/2.7.7/db-2.7.7.tar.gz>
>
>I don't know if it will help, but it's a start.
>
>--
>-Geoff Hutchison
>Williams Students Online
>http://wso.williams.edu/
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html