[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Hiya List, got some questions about installation of Subversion/Berkeley DB,

From: Kle Miller <Kle.Miller_at_spcm.com.au>
Date: 2004-08-24 02:54:51 CEST

Hiya,

I have checked in the config.log file and it seems that it is having
problem finding the libraries:

./conftest: error while loading shared libraries: libdb-4.2.so: cannot
open shared object file: No such file or directory

I don't quite understand a lot of the log file especially where it
says:
--> configure: failed program was:
I am not sure if these are fatal or not, or just part of the config
looking for various files etc...

Anyway I have pasted a snip (rather large, sorry for this) of the apr
config.log, and below that I have also pasted the ls -lR from the
/usr/local/BerkeleyDB.4.2
Directory.

Thanks in advance.
Kle

/tmp/subversion-1.1.0-rc2/apr-util/config.log

.......
Snip
......
configure:3390: $? = 0
configure:3401: result: yes
configure:3364: checking for unistd.h
configure:3381: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
conftest.c >&5
configure:3384: $? = 0
configure:3387: test -s conftest.o
configure:3390: $? = 0
configure:3401: result: yes
configure:7470: checking gdbm.h usability
configure:7483: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
conftest.c >&5
configure:7524:18: gdbm.h: No such file or directory
configure:7486: $? = 1
configure: failed program was:
| #line 7472 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gdbm.h>
configure:7502: result: no
configure:7506: checking gdbm.h presence
configure:7517: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:7526:18: gdbm.h: No such file or directory
configure:7523: $? = 1
configure: failed program was:
| #line 7508 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <gdbm.h>
configure:7542: result: no
configure:7578: checking for gdbm.h
configure:7585: result: no
configure:15760: checking for Berkeley DB 4.2 in
/usr/local/BerkeleyDB.4.2
configure:15762: result:
configure:15784: checking db42/db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15838:21: db42/db.h: No such file or directory
configure:15800: $? = 1
configure: failed program was:
| #line 15786 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db42/db.h>
configure:15816: result: no
configure:15820: checking db42/db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15840:21: db42/db.h: No such file or directory
configure:15837: $? = 1
configure: failed program was:
| #line 15822 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db42/db.h>
configure:15856: result: no
configure:15892: checking for db42/db.h
configure:15899: result: no
configure:15784: checking db4/db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15838:20: db4/db.h: No such file or directory
configure:15800: $? = 1
configure: failed program was:
| #line 15786 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db4/db.h>
configure:15816: result: no
configure:15820: checking db4/db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15840:20: db4/db.h: No such file or directory
configure:15837: $? = 1
configure: failed program was:
| #line 15822 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db4/db.h>
configure:15856: result: no
configure:15892: checking for db4/db.h
configure:15899: result: no
configure:15784: checking db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15800: $? = 0
configure:15803: test -s conftest.o
configure:15806: $? = 0
configure:15816: result: yes
configure:15820: checking db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15837: $? = 0
configure:15856: result: yes
configure:15892: checking for db.h
configure:15899: result: yes
configure:15915: checking for -ldb-4.2
configure:15982: gcc -o conftest -g -O2 -pthread -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/usr/local/BerkeleyDB.4.2/include
-L/usr/local/BerkeleyDB.4.2/lib conftest.c -ldb-4.2 >&5
configure:15985: $? = 0
configure:15987: ./conftest
./conftest: error while loading shared libraries: libdb-4.2.so: cannot
open shared object file: No such file or directory
configure:15990: $? = 127
configure: program exited with status 127
configure: failed program was:
| #line 15935 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <db.h>
| main ()
| {
| int major, minor, patch;
|
| db_version(&major, &minor, &patch);
|
| /* Sanity check: ensure that db.h constants actually match the db
library */
| if (major != DB_VERSION_MAJOR
| || minor != DB_VERSION_MINOR
| || patch != DB_VERSION_PATCH)
| exit (1);
|
| /* Run-time check: ensure the library claims to be the correct
version. */
|
| if (4 != -1) {
| if (major < 4)
| exit (1);
| if (major > 4)
| exit (0);
| }
|
| if (2 != -1) {
| if (minor < 2)
| exit (1);
| if (minor > 2)
| exit (0);
| }
|
| if (-1 == -1
| || patch >= -1)
| exit (0);
| else
| exit (1);
| }
|
configure:16012: result: no
configure:15784: checking db42/db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15838:21: db42/db.h: No such file or directory
configure:15800: $? = 1
configure: failed program was:
| #line 15786 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db42/db.h>
configure:15816: result: no
configure:15820: checking db42/db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15840:21: db42/db.h: No such file or directory
configure:15837: $? = 1
configure: failed program was:
| #line 15822 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db42/db.h>
configure:15856: result: no
configure:15892: checking for db42/db.h
configure:15899: result: no
configure:15784: checking db4/db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15838:20: db4/db.h: No such file or directory
configure:15800: $? = 1
configure: failed program was:
| #line 15786 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db4/db.h>
configure:15816: result: no
configure:15820: checking db4/db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15840:20: db4/db.h: No such file or directory
configure:15837: $? = 1
configure: failed program was:
| #line 15822 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db4/db.h>
configure:15856: result: no
configure:15892: checking for db4/db.h
configure:15899: result: no
configure:15784: checking db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15800: $? = 0
configure:15803: test -s conftest.o
configure:15806: $? = 0
configure:15816: result: yes
configure:15820: checking db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15837: $? = 0
configure:15856: result: yes
configure:15892: checking for db.h
configure:15899: result: yes
configure:15915: checking for -ldb4
configure:15982: gcc -o conftest -g -O2 -pthread -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/usr/local/BerkeleyDB.4.2/include
-L/usr/local/BerkeleyDB.4.2/lib conftest.c -ldb4 >&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/l
d: cannot find -ldb4
collect2: ld returned 1 exit status
configure:15985: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 15935 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <db.h>
| main ()
| {
| int major, minor, patch;
|
| db_version(&major, &minor, &patch);
|
| /* Sanity check: ensure that db.h constants actually match the db
library */
| if (major != DB_VERSION_MAJOR
| || minor != DB_VERSION_MINOR
| || patch != DB_VERSION_PATCH)
| exit (1);
|
| /* Run-time check: ensure the library claims to be the correct
version. */
|
| if (4 != -1) {
| if (major < 4)
| exit (1);
| if (major > 4)
| exit (0);
| }
|
| if (2 != -1) {
| if (minor < 2)
| exit (1);
| if (minor > 2)
| exit (0);
| }
|
| if (-1 == -1
| || patch >= -1)
| exit (0);
| else
| exit (1);
| }
|
configure:16012: result: no
configure:15784: checking db42/db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15838:21: db42/db.h: No such file or directory
configure:15800: $? = 1
configure: failed program was:
| #line 15786 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db42/db.h>
configure:15816: result: no
configure:15820: checking db42/db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15840:21: db42/db.h: No such file or directory
configure:15837: $? = 1
configure: failed program was:
| #line 15822 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db42/db.h>
configure:15856: result: no
configure:15892: checking for db42/db.h
configure:15899: result: no
configure:15784: checking db4/db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15838:20: db4/db.h: No such file or directory
configure:15800: $? = 1
configure: failed program was:
| #line 15786 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db4/db.h>
configure:15816: result: no
configure:15820: checking db4/db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15840:20: db4/db.h: No such file or directory
configure:15837: $? = 1
configure: failed program was:
| #line 15822 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <db4/db.h>
configure:15856: result: no
configure:15892: checking for db4/db.h
configure:15899: result: no
configure:15784: checking db.h usability
configure:15797: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c >&5
configure:15800: $? = 0
configure:15803: test -s conftest.o
configure:15806: $? = 0
configure:15816: result: yes
configure:15820: checking db.h presence
configure:15831: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/usr/local/BerkeleyDB.4.2/include conftest.c
configure:15837: $? = 0
configure:15856: result: yes
configure:15892: checking for db.h
configure:15899: result: yes
configure:15915: checking for -ldb
configure:15982: gcc -o conftest -g -O2 -pthread -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -I/usr/local/BerkeleyDB.4.2/include
-L/usr/local/BerkeleyDB.4.2/lib conftest.c -ldb >&5
configure:15985: $? = 0
configure:15987: ./conftest
./conftest: error while loading shared libraries: libdb-4.2.so: cannot
open shared object file: No such file or directory
configure:15990: $? = 127
configure: program exited with status 127
configure: failed program was:
| #line 15935 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <db.h>
| main ()
| {
| int major, minor, patch;
|
| db_version(&major, &minor, &patch);
|
| /* Sanity check: ensure that db.h constants actually match the db
library */
| if (major != DB_VERSION_MAJOR
| || minor != DB_VERSION_MINOR
| || patch != DB_VERSION_PATCH)
| exit (1);
|
| /* Run-time check: ensure the library claims to be the correct
version. */
|
| if (4 != -1) {
| if (major < 4)
| exit (1);
| if (major > 4)
| exit (0);
| }
|
| if (2 != -1) {
| if (minor < 2)
| exit (1);
| if (minor > 2)
| exit (0);
| }
|
| if (-1 == -1
| || patch >= -1)
| exit (0);
| else
| exit (1);
| }
|
configure:16012: result: no
configure:16276: error: Berkeley db4 not found

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_db42_db_h=no
ac_cv_header_db4_db_h=no
ac_cv_header_db_h=yes
ac_cv_header_gdbm_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
apu_cv_check_berkeley_db_4_2__1_db_h_db4_in__usr_local_BerkeleyDB_4_2=no
apu_cv_check_berkeley_db_4_2__1_db_h_db_4_2_in__usr_local_BerkeleyDB_4_2
=no
apu_cv_check_berkeley_db_4_2__1_db_h_db_in__usr_local_BerkeleyDB_4_2=no

**********************************************
*
* ls -lR from
* /usr/local/BerkeleyDB.4.2
*
**********************************************

.:
total 0
drwxr-xr-x 6 root root 144 Aug 19 17:24 .
drwxr-xr-x 15 root root 400 Aug 20 13:48 ..
drwxr-xr-x 2 root root 344 Aug 20 16:23 bin
drwxr-xr-x 10 root root 280 Aug 20 16:24 docs
drwxr-xr-x 2 root root 152 Aug 20 18:03 include
drwxr-xr-x 2 root root 224 Aug 20 16:23 lib

./bin:
total 120
drwxr-xr-x 2 root root 344 Aug 20 16:23 .
drwxr-xr-x 6 root root 144 Aug 19 17:24 ..
-r-xr-xr-x 1 root root 6224 Aug 20 16:23 db_archive
-r-xr-xr-x 1 root root 7732 Aug 20 16:23 db_checkpoint
-r-xr-xr-x 1 root root 7136 Aug 20 16:23 db_deadlock
-r-xr-xr-x 1 root root 11032 Aug 20 16:23 db_dump
-r-xr-xr-x 1 root root 18264 Aug 20 16:23 db_load
-r-xr-xr-x 1 root root 8908 Aug 20 16:23 db_printlog
-r-xr-xr-x 1 root root 7068 Aug 20 16:23 db_recover
-r-xr-xr-x 1 root root 25660 Aug 20 16:23 db_stat
-r-xr-xr-x 1 root root 6480 Aug 20 16:23 db_upgrade
-r-xr-xr-x 1 root root 7248 Aug 20 16:23 db_verify

./docs:
total 19
drwxr-xr-x 10 root root 280 Aug 20 16:24 .
drwxr-xr-x 6 root root 144 Aug 19 17:24 ..
drwxr-xr-x 2 root root 6672 Aug 19 16:41 api_c
drwxr-xr-x 2 root root 6144 Aug 19 16:38 api_cxx
drwxr-xr-x 2 root root 1160 Aug 19 16:35 api_tcl
drwxr-xr-x 2 root root 200 Aug 19 16:38 images
-r--r--r-- 1 root root 2929 Aug 19 16:32 index.html
drwxr-xr-x 3 root root 584 Aug 19 16:38 java
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ref
drwxr-xr-x 2 root root 144 Aug 19 16:42 sleepycat
drwxr-xr-x 2 root root 448 Aug 19 16:42 utility

./docs/api_c:
total 1271
drwxr-xr-x 2 root root 6672 Aug 19 16:41 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 20726 Aug 19 16:40 api_index.html
-r--r--r-- 1 root root 92392 Aug 19 16:40 c_pindex.html
-r--r--r-- 1 root root 7840 Aug 19 16:38
db_associate.html
-r--r--r-- 1 root root 4697 Aug 19 16:40 db_class.html
-r--r--r-- 1 root root 4481 Aug 19 16:39 db_close.html
-r--r--r-- 1 root root 3464 Aug 19 16:39 db_cursor.html
-r--r--r-- 1 root root 4230 Aug 19 16:41 db_del.html
-r--r--r-- 1 root root 4536 Aug 19 16:40 db_err.html
-r--r--r-- 1 root root 2493 Aug 19 16:41 db_fd.html
-r--r--r-- 1 root root 10629 Aug 19 16:41 db_get.html
-r--r--r-- 1 root root 2971 Aug 19 16:39
db_get_byteswapped.html
-r--r--r-- 1 root root 1724 Aug 19 16:39 db_get_mpf.html
-r--r--r-- 1 root root 2648 Aug 19 16:39 db_get_type.html
-r--r--r-- 1 root root 2054 Aug 19 16:40 db_getenv.html
-r--r--r-- 1 root root 6653 Aug 19 16:39 db_join.html
-r--r--r-- 1 root root 4403 Aug 19 16:41
db_key_range.html
-r--r--r-- 1 root root 6425 Aug 19 16:39 db_list.html
-r--r--r-- 1 root root 12417 Aug 19 16:40 db_open.html
-r--r--r-- 1 root root 5990 Aug 19 16:39 db_put.html
-r--r--r-- 1 root root 4293 Aug 19 16:39 db_remove.html
-r--r--r-- 1 root root 4486 Aug 19 16:40 db_rename.html
-r--r--r-- 1 root root 4778 Aug 19 16:39
db_set_alloc.html
-r--r--r-- 1 root root 3893 Aug 19 16:39
db_set_append_recno.html
-r--r--r-- 1 root root 4515 Aug 19 16:41
db_set_bt_compare.html
-r--r--r-- 1 root root 3865 Aug 19 16:39
db_set_bt_minkey.html
-r--r--r-- 1 root root 4751 Aug 19 16:41
db_set_bt_prefix.html
-r--r--r-- 1 root root 5076 Aug 19 16:39
db_set_cachesize.html
-r--r--r-- 1 root root 4245 Aug 19 16:40
db_set_dup_compare.html
-r--r--r-- 1 root root 3708 Aug 19 16:40
db_set_encrypt.html
-r--r--r-- 1 root root 3767 Aug 19 16:41
db_set_errcall.html
-r--r--r-- 1 root root 3998 Aug 19 16:40
db_set_errfile.html
-r--r--r-- 1 root root 3285 Aug 19 16:39
db_set_errpfx.html
-r--r--r-- 1 root root 3238 Aug 19 16:41
db_set_feedback.html
-r--r--r-- 1 root root 15181 Aug 19 16:41
db_set_flags.html
-r--r--r-- 1 root root 3802 Aug 19 16:41
db_set_h_ffactor.html
-r--r--r-- 1 root root 3389 Aug 19 16:41
db_set_h_hash.html
-r--r--r-- 1 root root 3643 Aug 19 16:38
db_set_h_nelem.html
-r--r--r-- 1 root root 3914 Aug 19 16:41
db_set_lorder.html
-r--r--r-- 1 root root 3843 Aug 19 16:40
db_set_pagesize.html
-r--r--r-- 1 root root 3432 Aug 19 16:41
db_set_paniccall.html
-r--r--r-- 1 root root 3678 Aug 19 16:39
db_set_q_extentsize.html
-r--r--r-- 1 root root 3562 Aug 19 16:39
db_set_re_delim.html
-r--r--r-- 1 root root 3940 Aug 19 16:40
db_set_re_len.html
-r--r--r-- 1 root root 3382 Aug 19 16:40
db_set_re_pad.html
-r--r--r-- 1 root root 6279 Aug 19 16:41
db_set_re_source.html
-r--r--r-- 1 root root 10600 Aug 19 16:40 db_stat.html
-r--r--r-- 1 root root 3018 Aug 19 16:38 db_sync.html
-r--r--r-- 1 root root 3351 Aug 19 16:40 db_truncate.html
-r--r--r-- 1 root root 5173 Aug 19 16:39 db_upgrade.html
-r--r--r-- 1 root root 7877 Aug 19 16:40 db_verify.html
-r--r--r-- 1 root root 1955 Aug 19 16:40 dbc_class.html
-r--r--r-- 1 root root 2774 Aug 19 16:41 dbc_close.html
-r--r--r-- 1 root root 2564 Aug 19 16:41 dbc_count.html
-r--r--r-- 1 root root 3711 Aug 19 16:41 dbc_del.html
-r--r--r-- 1 root root 2975 Aug 19 16:40 dbc_dup.html
-r--r--r-- 1 root root 19190 Aug 19 16:38 dbc_get.html
-r--r--r-- 1 root root 1843 Aug 19 16:40 dbc_list.html
-r--r--r-- 1 root root 8895 Aug 19 16:40 dbc_put.html
-r--r--r-- 1 root root 9553 Aug 19 16:41 dbm.html
-r--r--r-- 1 root root 5643 Aug 19 16:40 dbt_bulk.html
-r--r--r-- 1 root root 8120 Aug 19 16:40 dbt_class.html
-r--r--r-- 1 root root 3927 Aug 19 16:39 env_class.html
-r--r--r-- 1 root root 4614 Aug 19 16:41 env_close.html
-r--r--r-- 1 root root 4515 Aug 19 16:40
env_dbremove.html
-r--r--r-- 1 root root 4714 Aug 19 16:41
env_dbrename.html
-r--r--r-- 1 root root 4486 Aug 19 16:38 env_err.html
-r--r--r-- 1 root root 8813 Aug 19 16:39 env_list.html
-r--r--r-- 1 root root 12477 Aug 19 16:40 env_open.html
-r--r--r-- 1 root root 6686 Aug 19 16:41 env_remove.html
-r--r--r-- 1 root root 5099 Aug 19 16:40
env_set_alloc.html
-r--r--r-- 1 root root 5148 Aug 19 16:38
env_set_app_dispatch.html
-r--r--r-- 1 root root 5918 Aug 19 16:41
env_set_cachesize.html
-r--r--r-- 1 root root 4573 Aug 19 16:41
env_set_data_dir.html
-r--r--r-- 1 root root 3954 Aug 19 16:40
env_set_encrypt.html
-r--r--r-- 1 root root 3463 Aug 19 16:39
env_set_errcall.html
-r--r--r-- 1 root root 3723 Aug 19 16:40
env_set_errfile.html
-r--r--r-- 1 root root 3014 Aug 19 16:41
env_set_errpfx.html
-r--r--r-- 1 root root 3293 Aug 19 16:41
env_set_feedback.html
-r--r--r-- 1 root root 18810 Aug 19 16:39
env_set_flags.html
-r--r--r-- 1 root root 4525 Aug 19 16:39
env_set_lg_bsize.html
-r--r--r-- 1 root root 4378 Aug 19 16:40
env_set_lg_dir.html
-r--r--r-- 1 root root 4444 Aug 19 16:39
env_set_lg_max.html
-r--r--r-- 1 root root 4362 Aug 19 16:39
env_set_lg_regionmax.html
-r--r--r-- 1 root root 4338 Aug 19 16:41
env_set_lk_conflicts.html
-r--r--r-- 1 root root 5399 Aug 19 16:40
env_set_lk_detect.html
-r--r--r-- 1 root root 4370 Aug 19 16:41
env_set_lk_max_lockers.html
-r--r--r-- 1 root root 4293 Aug 19 16:39
env_set_lk_max_locks.html
-r--r--r-- 1 root root 4370 Aug 19 16:41
env_set_lk_max_objects.html
-r--r--r-- 1 root root 4455 Aug 19 16:40
env_set_mp_mmapsize.html
-r--r--r-- 1 root root 3127 Aug 19 16:41
env_set_paniccall.html
-r--r--r-- 1 root root 4274 Aug 19 16:39
env_set_rpc_server.html
-r--r--r-- 1 root root 5295 Aug 19 16:41
env_set_shm_key.html
-r--r--r-- 1 root root 3731 Aug 19 16:40
env_set_tas_spins.html
-r--r--r-- 1 root root 5773 Aug 19 16:40
env_set_timeout.html
-r--r--r-- 1 root root 5141 Aug 19 16:40
env_set_tmp_dir.html
-r--r--r-- 1 root root 4428 Aug 19 16:41
env_set_tx_max.html
-r--r--r-- 1 root root 3886 Aug 19 16:38
env_set_tx_timestamp.html
-r--r--r-- 1 root root 5110 Aug 19 16:39
env_set_verbose.html
-r--r--r-- 1 root root 2340 Aug 19 16:41
env_strerror.html
-r--r--r-- 1 root root 2237 Aug 19 16:40 env_version.html
-r--r--r-- 1 root root 4381 Aug 19 16:39 hsearch.html
-r--r--r-- 1 root root 1819 Aug 19 16:40 lock_class.html
-r--r--r-- 1 root root 3967 Aug 19 16:41 lock_detect.html
-r--r--r-- 1 root root 4469 Aug 19 16:41 lock_get.html
-r--r--r-- 1 root root 2282 Aug 19 16:41 lock_id.html
-r--r--r-- 1 root root 2343 Aug 19 16:41
lock_id_free.html
-r--r--r-- 1 root root 2580 Aug 19 16:40 lock_list.html
-r--r--r-- 1 root root 2161 Aug 19 16:41 lock_put.html
-r--r--r-- 1 root root 5188 Aug 19 16:40 lock_stat.html
-r--r--r-- 1 root root 8532 Aug 19 16:40 lock_vec.html
-r--r--r-- 1 root root 6234 Aug 19 16:39 log_archive.html
-r--r--r-- 1 root root 2153 Aug 19 16:41 log_compare.html
-r--r--r-- 1 root root 2401 Aug 19 16:39 log_cursor.html
-r--r--r-- 1 root root 3184 Aug 19 16:40 log_file.html
-r--r--r-- 1 root root 2370 Aug 19 16:39 log_flush.html
-r--r--r-- 1 root root 2501 Aug 19 16:40 log_list.html
-r--r--r-- 1 root root 3537 Aug 19 16:40 log_put.html
-r--r--r-- 1 root root 5148 Aug 19 16:40 log_stat.html
-r--r--r-- 1 root root 1970 Aug 19 16:39 logc_class.html
-r--r--r-- 1 root root 2372 Aug 19 16:40 logc_close.html
-r--r--r-- 1 root root 5836 Aug 19 16:41 logc_get.html
-r--r--r-- 1 root root 1876 Aug 19 16:41 lsn_class.html
-r--r--r-- 1 root root 2682 Aug 19 16:40 memp_fclose.html
-r--r--r-- 1 root root 2360 Aug 19 16:40
memp_fcreate.html
-r--r--r-- 1 root root 4678 Aug 19 16:40 memp_fget.html
-r--r--r-- 1 root root 4935 Aug 19 16:40 memp_fopen.html
-r--r--r-- 1 root root 3592 Aug 19 16:41 memp_fput.html
-r--r--r-- 1 root root 3124 Aug 19 16:40 memp_fset.html
-r--r--r-- 1 root root 2222 Aug 19 16:39 memp_fsync.html
-r--r--r-- 1 root root 3290 Aug 19 16:39 memp_list.html
-r--r--r-- 1 root root 4813 Aug 19 16:39
memp_register.html
-r--r--r-- 1 root root 3812 Aug 19 16:41
memp_set_clear_len.html
-r--r--r-- 1 root root 4663 Aug 19 16:39
memp_set_fileid.html
-r--r--r-- 1 root root 3412 Aug 19 16:41
memp_set_flags.html
-r--r--r-- 1 root root 3631 Aug 19 16:41
memp_set_ftype.html
-r--r--r-- 1 root root 3705 Aug 19 16:41
memp_set_lsn_offset.html
-r--r--r-- 1 root root 3523 Aug 19 16:38
memp_set_maxsize.html
-r--r--r-- 1 root root 3604 Aug 19 16:39
memp_set_pgcookie.html
-r--r--r-- 1 root root 3929 Aug 19 16:39
memp_set_priority.html
-r--r--r-- 1 root root 7443 Aug 19 16:39 memp_stat.html
-r--r--r-- 1 root root 3318 Aug 19 16:39 memp_sync.html
-r--r--r-- 1 root root 2093 Aug 19 16:39
memp_trickle.html
-r--r--r-- 1 root root 2925 Aug 19 16:41
mempfile_class.html
-r--r--r-- 1 root root 61086 Aug 19 16:41 pindex.src
-r--r--r-- 1 root root 4069 Aug 19 16:41 rep_elect.html
-r--r--r-- 1 root root 3559 Aug 19 16:39 rep_limit.html
-r--r--r-- 1 root root 1757 Aug 19 16:39 rep_list.html
-r--r--r-- 1 root root 6214 Aug 19 16:38 rep_message.html
-r--r--r-- 1 root root 3777 Aug 19 16:39 rep_start.html
-r--r--r-- 1 root root 6669 Aug 19 16:41 rep_stat.html
-r--r--r-- 1 root root 5640 Aug 19 16:40
rep_transport.html
-r--r--r-- 1 root root 2482 Aug 19 16:40
set_func_close.html
-r--r--r-- 1 root root 2854 Aug 19 16:41
set_func_dirfree.html
-r--r--r-- 1 root root 2971 Aug 19 16:39
set_func_dirlist.html
-r--r--r-- 1 root root 2817 Aug 19 16:39
set_func_exists.html
-r--r--r-- 1 root root 2481 Aug 19 16:39
set_func_free.html
-r--r--r-- 1 root root 2482 Aug 19 16:39
set_func_fsync.html
-r--r--r-- 1 root root 3331 Aug 19 16:41
set_func_ioinfo.html
-r--r--r-- 1 root root 2510 Aug 19 16:38
set_func_malloc.html
-r--r--r-- 1 root root 3581 Aug 19 16:40
set_func_map.html
-r--r--r-- 1 root root 2500 Aug 19 16:40
set_func_open.html
-r--r--r-- 1 root root 2499 Aug 19 16:40
set_func_read.html
-r--r--r-- 1 root root 2534 Aug 19 16:40
set_func_realloc.html
-r--r--r-- 1 root root 2521 Aug 19 16:39
set_func_rename.html
-r--r--r-- 1 root root 3166 Aug 19 16:38
set_func_seek.html
-r--r--r-- 1 root root 2966 Aug 19 16:41
set_func_sleep.html
-r--r--r-- 1 root root 2505 Aug 19 16:39
set_func_unlink.html
-r--r--r-- 1 root root 2891 Aug 19 16:39
set_func_unmap.html
-r--r--r-- 1 root root 2526 Aug 19 16:39
set_func_write.html
-r--r--r-- 1 root root 3450 Aug 19 16:41
set_func_yield.html
-r--r--r-- 1 root root 2542 Aug 19 16:39 txn_abort.html
-r--r--r-- 1 root root 5654 Aug 19 16:39 txn_begin.html
-r--r--r-- 1 root root 3178 Aug 19 16:40
txn_checkpoint.html
-r--r--r-- 1 root root 2649 Aug 19 16:40 txn_class.html
-r--r--r-- 1 root root 4289 Aug 19 16:39 txn_commit.html
-r--r--r-- 1 root root 3033 Aug 19 16:41 txn_discard.html
-r--r--r-- 1 root root 2011 Aug 19 16:41 txn_id.html
-r--r--r-- 1 root root 2464 Aug 19 16:38 txn_list.html
-r--r--r-- 1 root root 3055 Aug 19 16:38 txn_prepare.html
-r--r--r-- 1 root root 4242 Aug 19 16:41 txn_recover.html
-r--r--r-- 1 root root 3855 Aug 19 16:39
txn_set_timeout.html
-r--r--r-- 1 root root 5108 Aug 19 16:39 txn_stat.html

./docs/api_cxx:
total 1218
drwxr-xr-x 2 root root 6144 Aug 19 16:38 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 21796 Aug 19 16:37 api_index.html
-r--r--r-- 1 root root 89612 Aug 19 16:38 cxx_pindex.html
-r--r--r-- 1 root root 8024 Aug 19 16:35
db_associate.html
-r--r--r-- 1 root root 5666 Aug 19 16:37 db_class.html
-r--r--r-- 1 root root 4659 Aug 19 16:35 db_close.html
-r--r--r-- 1 root root 3641 Aug 19 16:35 db_cursor.html
-r--r--r-- 1 root root 4768 Aug 19 16:37 db_del.html
-r--r--r-- 1 root root 4712 Aug 19 16:37 db_err.html
-r--r--r-- 1 root root 2555 Aug 19 16:37 db_fd.html
-r--r--r-- 1 root root 11438 Aug 19 16:38 db_get.html
-r--r--r-- 1 root root 3146 Aug 19 16:35
db_get_byteswapped.html
-r--r--r-- 1 root root 1747 Aug 19 16:35 db_get_mpf.html
-r--r--r-- 1 root root 2822 Aug 19 16:36 db_get_type.html
-r--r--r-- 1 root root 2108 Aug 19 16:36 db_getenv.html
-r--r--r-- 1 root root 6773 Aug 19 16:36 db_join.html
-r--r--r-- 1 root root 4959 Aug 19 16:37
db_key_range.html
-r--r--r-- 1 root root 6529 Aug 19 16:36 db_list.html
-r--r--r-- 1 root root 13044 Aug 19 16:37 db_open.html
-r--r--r-- 1 root root 6522 Aug 19 16:36 db_put.html
-r--r--r-- 1 root root 4457 Aug 19 16:36 db_remove.html
-r--r--r-- 1 root root 4649 Aug 19 16:37 db_rename.html
-r--r--r-- 1 root root 5118 Aug 19 16:36
db_set_alloc.html
-r--r--r-- 1 root root 4077 Aug 19 16:36
db_set_append_recno.html
-r--r--r-- 1 root root 4758 Aug 19 16:38
db_set_bt_compare.html
-r--r--r-- 1 root root 4092 Aug 19 16:35
db_set_bt_minkey.html
-r--r--r-- 1 root root 4993 Aug 19 16:38
db_set_bt_prefix.html
-r--r--r-- 1 root root 5299 Aug 19 16:36
db_set_cachesize.html
-r--r--r-- 1 root root 4491 Aug 19 16:36
db_set_dup_compare.html
-r--r--r-- 1 root root 3940 Aug 19 16:37
db_set_encrypt.html
-r--r--r-- 1 root root 4004 Aug 19 16:38
db_set_errcall.html
-r--r--r-- 1 root root 4492 Aug 19 16:37
db_set_errfile.html
-r--r--r-- 1 root root 3737 Aug 19 16:35
db_set_error_stream.html
-r--r--r-- 1 root root 3320 Aug 19 16:36
db_set_errpfx.html
-r--r--r-- 1 root root 3304 Aug 19 16:38
db_set_feedback.html
-r--r--r-- 1 root root 15356 Aug 19 16:37
db_set_flags.html
-r--r--r-- 1 root root 4029 Aug 19 16:38
db_set_h_ffactor.html
-r--r--r-- 1 root root 3621 Aug 19 16:37
db_set_h_hash.html
-r--r--r-- 1 root root 3869 Aug 19 16:35
db_set_h_nelem.html
-r--r--r-- 1 root root 4138 Aug 19 16:37
db_set_lorder.html
-r--r--r-- 1 root root 4070 Aug 19 16:37
db_set_pagesize.html
-r--r--r-- 1 root root 3698 Aug 19 16:38
db_set_paniccall.html
-r--r--r-- 1 root root 3905 Aug 19 16:36
db_set_q_extentsize.html
-r--r--r-- 1 root root 3792 Aug 19 16:35
db_set_re_delim.html
-r--r--r-- 1 root root 4166 Aug 19 16:37
db_set_re_len.html
-r--r--r-- 1 root root 3609 Aug 19 16:37
db_set_re_pad.html
-r--r--r-- 1 root root 6428 Aug 19 16:38
db_set_re_source.html
-r--r--r-- 1 root root 10773 Aug 19 16:37 db_stat.html
-r--r--r-- 1 root root 3194 Aug 19 16:35 db_sync.html
-r--r--r-- 1 root root 3900 Aug 19 16:36 db_truncate.html
-r--r--r-- 1 root root 5030 Aug 19 16:36 db_upgrade.html
-r--r--r-- 1 root root 7734 Aug 19 16:37 db_verify.html
-r--r--r-- 1 root root 1948 Aug 19 16:37 dbc_class.html
-r--r--r-- 1 root root 3262 Aug 19 16:37 dbc_close.html
-r--r--r-- 1 root root 2688 Aug 19 16:38 dbc_count.html
-r--r--r-- 1 root root 4197 Aug 19 16:38 dbc_del.html
-r--r--r-- 1 root root 3098 Aug 19 16:37 dbc_dup.html
-r--r--r-- 1 root root 19481 Aug 19 16:35 dbc_get.html
-r--r--r-- 1 root root 1786 Aug 19 16:36 dbc_list.html
-r--r--r-- 1 root root 9355 Aug 19 16:37 dbc_put.html
-r--r--r-- 1 root root 8314 Aug 19 16:36
dbt_bulk_class.html
-r--r--r-- 1 root root 13060 Aug 19 16:37 dbt_class.html
-r--r--r-- 1 root root 1942 Aug 19 16:37
deadlock_class.html
-r--r--r-- 1 root root 5012 Aug 19 16:36 env_class.html
-r--r--r-- 1 root root 4638 Aug 19 16:38 env_close.html
-r--r--r-- 1 root root 5051 Aug 19 16:36
env_dbremove.html
-r--r--r-- 1 root root 5244 Aug 19 16:38
env_dbrename.html
-r--r--r-- 1 root root 4640 Aug 19 16:35 env_err.html
-r--r--r-- 1 root root 8481 Aug 19 16:35 env_list.html
-r--r--r-- 1 root root 12632 Aug 19 16:36 env_open.html
-r--r--r-- 1 root root 6825 Aug 19 16:38 env_remove.html
-r--r--r-- 1 root root 5419 Aug 19 16:37
env_set_alloc.html
-r--r--r-- 1 root root 5295 Aug 19 16:35
env_set_app_dispatch.html
-r--r--r-- 1 root root 6107 Aug 19 16:37
env_set_cachesize.html
-r--r--r-- 1 root root 4765 Aug 19 16:38
env_set_data_dir.html
-r--r--r-- 1 root root 4147 Aug 19 16:37
env_set_encrypt.html
-r--r--r-- 1 root root 3688 Aug 19 16:36
env_set_errcall.html
-r--r--r-- 1 root root 4195 Aug 19 16:36
env_set_errfile.html
-r--r--r-- 1 root root 3399 Aug 19 16:36
env_set_error_stream.html
-r--r--r-- 1 root root 3026 Aug 19 16:37
env_set_errpfx.html
-r--r--r-- 1 root root 3338 Aug 19 16:37
env_set_feedback.html
-r--r--r-- 1 root root 18973 Aug 19 16:36
env_set_flags.html
-r--r--r-- 1 root root 4718 Aug 19 16:35
env_set_lg_bsize.html
-r--r--r-- 1 root root 4573 Aug 19 16:36
env_set_lg_dir.html
-r--r--r-- 1 root root 4639 Aug 19 16:35
env_set_lg_max.html
-r--r--r-- 1 root root 4557 Aug 19 16:36
env_set_lg_regionmax.html
-r--r--r-- 1 root root 4650 Aug 19 16:37
env_set_lk_conflicts.html
-r--r--r-- 1 root root 5593 Aug 19 16:37
env_set_lk_detect.html
-r--r--r-- 1 root root 4564 Aug 19 16:37
env_set_lk_max_lockers.html
-r--r--r-- 1 root root 4485 Aug 19 16:36
env_set_lk_max_locks.html
-r--r--r-- 1 root root 4562 Aug 19 16:37
env_set_lk_max_objects.html
-r--r--r-- 1 root root 4653 Aug 19 16:36
env_set_mp_mmapsize.html
-r--r--r-- 1 root root 3381 Aug 19 16:38
env_set_paniccall.html
-r--r--r-- 1 root root 4430 Aug 19 16:35
env_set_rpc_server.html
-r--r--r-- 1 root root 5488 Aug 19 16:37
env_set_shm_key.html
-r--r--r-- 1 root root 3936 Aug 19 16:37
env_set_tas_spins.html
-r--r--r-- 1 root root 5972 Aug 19 16:37
env_set_timeout.html
-r--r--r-- 1 root root 5338 Aug 19 16:36
env_set_tmp_dir.html
-r--r--r-- 1 root root 4620 Aug 19 16:37
env_set_tx_max.html
-r--r--r-- 1 root root 4088 Aug 19 16:35
env_set_tx_timestamp.html
-r--r--r-- 1 root root 5312 Aug 19 16:36
env_set_verbose.html
-r--r--r-- 1 root root 2378 Aug 19 16:37
env_strerror.html
-r--r--r-- 1 root root 2275 Aug 19 16:36 env_version.html
-r--r--r-- 1 root root 3315 Aug 19 16:37
except_class.html
-r--r--r-- 1 root root 1902 Aug 19 16:36 lock_class.html
-r--r--r-- 1 root root 3814 Aug 19 16:38 lock_detect.html
-r--r--r-- 1 root root 5338 Aug 19 16:37 lock_get.html
-r--r--r-- 1 root root 2335 Aug 19 16:38 lock_id.html
-r--r--r-- 1 root root 2509 Aug 19 16:37
lock_id_free.html
-r--r--r-- 1 root root 2554 Aug 19 16:36 lock_list.html
-r--r--r-- 1 root root 2328 Aug 19 16:38 lock_put.html
-r--r--r-- 1 root root 5352 Aug 19 16:36 lock_stat.html
-r--r--r-- 1 root root 9514 Aug 19 16:36 lock_vec.html
-r--r--r-- 1 root root 3750 Aug 19 16:37
lockng_class.html
-r--r--r-- 1 root root 6070 Aug 19 16:36 log_archive.html
-r--r--r-- 1 root root 2314 Aug 19 16:37 log_compare.html
-r--r--r-- 1 root root 2567 Aug 19 16:35 log_cursor.html
-r--r--r-- 1 root root 3359 Aug 19 16:36 log_file.html
-r--r--r-- 1 root root 2539 Aug 19 16:35 log_flush.html
-r--r--r-- 1 root root 2486 Aug 19 16:36 log_list.html
-r--r--r-- 1 root root 3703 Aug 19 16:37 log_put.html
-r--r--r-- 1 root root 5311 Aug 19 16:36 log_stat.html
-r--r--r-- 1 root root 1957 Aug 19 16:36 logc_class.html
-r--r--r-- 1 root root 2533 Aug 19 16:37 logc_close.html
-r--r--r-- 1 root root 5994 Aug 19 16:38 logc_get.html
-r--r--r-- 1 root root 1887 Aug 19 16:37 lsn_class.html
-r--r--r-- 1 root root 2449 Aug 19 16:37 memp_class.html
-r--r--r-- 1 root root 2718 Aug 19 16:36 memp_fclose.html
-r--r--r-- 1 root root 2410 Aug 19 16:37
memp_fcreate.html
-r--r--r-- 1 root root 5003 Aug 19 16:36 memp_fget.html
-r--r--r-- 1 root root 5205 Aug 19 16:37 memp_fopen.html
-r--r--r-- 1 root root 3756 Aug 19 16:37 memp_fput.html
-r--r--r-- 1 root root 3284 Aug 19 16:37 memp_fset.html
-r--r--r-- 1 root root 2266 Aug 19 16:35 memp_fsync.html
-r--r--r-- 1 root root 3254 Aug 19 16:36 memp_list.html
-r--r--r-- 1 root root 4955 Aug 19 16:36
memp_register.html
-r--r--r-- 1 root root 3875 Aug 19 16:38
memp_set_clear_len.html
-r--r--r-- 1 root root 4737 Aug 19 16:36
memp_set_fileid.html
-r--r--r-- 1 root root 3504 Aug 19 16:38
memp_set_flags.html
-r--r--r-- 1 root root 3692 Aug 19 16:37
memp_set_ftype.html
-r--r--r-- 1 root root 3764 Aug 19 16:38
memp_set_lsn_offset.html
-r--r--r-- 1 root root 3604 Aug 19 16:35
memp_set_maxsize.html
-r--r--r-- 1 root root 3664 Aug 19 16:35
memp_set_pgcookie.html
-r--r--r-- 1 root root 4007 Aug 19 16:36
memp_set_priority.html
-r--r--r-- 1 root root 7427 Aug 19 16:36 memp_stat.html
-r--r--r-- 1 root root 3476 Aug 19 16:36 memp_sync.html
-r--r--r-- 1 root root 2068 Aug 19 16:35
memp_trickle.html
-r--r--r-- 1 root root 3568 Aug 19 16:37
mempfile_class.html
-r--r--r-- 1 root root 36783 Aug 19 16:37 pindex.src
-r--r--r-- 1 root root 4232 Aug 19 16:37 rep_elect.html
-r--r--r-- 1 root root 3651 Aug 19 16:35 rep_limit.html
-r--r--r-- 1 root root 1745 Aug 19 16:35 rep_list.html
-r--r--r-- 1 root root 6412 Aug 19 16:35 rep_message.html
-r--r--r-- 1 root root 3938 Aug 19 16:35 rep_start.html
-r--r--r-- 1 root root 6834 Aug 19 16:38 rep_stat.html
-r--r--r-- 1 root root 5799 Aug 19 16:37
rep_transport.html
-r--r--r-- 1 root root 2012 Aug 19 16:36
runrec_class.html
-r--r--r-- 1 root root 2590 Aug 19 16:36 txn_abort.html
-r--r--r-- 1 root root 5782 Aug 19 16:36 txn_begin.html
-r--r--r-- 1 root root 3011 Aug 19 16:37
txn_checkpoint.html
-r--r--r-- 1 root root 3712 Aug 19 16:37 txn_class.html
-r--r--r-- 1 root root 4331 Aug 19 16:36 txn_commit.html
-r--r--r-- 1 root root 3191 Aug 19 16:38 txn_discard.html
-r--r--r-- 1 root root 1984 Aug 19 16:38 txn_id.html
-r--r--r-- 1 root root 2440 Aug 19 16:35 txn_list.html
-r--r--r-- 1 root root 3104 Aug 19 16:35 txn_prepare.html
-r--r--r-- 1 root root 4268 Aug 19 16:38 txn_recover.html
-r--r--r-- 1 root root 4014 Aug 19 16:36
txn_set_timeout.html
-r--r--r-- 1 root root 5270 Aug 19 16:35 txn_stat.html

./docs/api_tcl:
total 217
drwxr-xr-x 2 root root 1160 Aug 19 16:35 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 3074 Aug 19 16:34 db_close.html
-r--r--r-- 1 root root 1801 Aug 19 16:35 db_count.html
-r--r--r-- 1 root root 1994 Aug 19 16:34 db_cursor.html
-r--r--r-- 1 root root 2495 Aug 19 16:35 db_del.html
-r--r--r-- 1 root root 5360 Aug 19 16:35 db_get.html
-r--r--r-- 1 root root 2022 Aug 19 16:35 db_get_join.html
-r--r--r-- 1 root root 1615 Aug 19 16:35 db_get_type.html
-r--r--r-- 1 root root 1878 Aug 19 16:34
db_is_byteswapped.html
-r--r--r-- 1 root root 2293 Aug 19 16:34 db_join.html
-r--r--r-- 1 root root 18509 Aug 19 16:35 db_open.html
-r--r--r-- 1 root root 3847 Aug 19 16:35 db_put.html
-r--r--r-- 1 root root 2850 Aug 19 16:35 db_remove.html
-r--r--r-- 1 root root 2816 Aug 19 16:35 db_rename.html
-r--r--r-- 1 root root 1748 Aug 19 16:35 db_stat.html
-r--r--r-- 1 root root 1701 Aug 19 16:34 db_sync.html
-r--r--r-- 1 root root 2146 Aug 19 16:35 db_truncate.html
-r--r--r-- 1 root root 1714 Aug 19 16:35 dbc_close.html
-r--r--r-- 1 root root 1777 Aug 19 16:35 dbc_del.html
-r--r--r-- 1 root root 2179 Aug 19 16:35 dbc_dup.html
-r--r--r-- 1 root root 8926 Aug 19 16:34 dbc_get.html
-r--r--r-- 1 root root 7397 Aug 19 16:35 dbc_put.html
-r--r--r-- 1 root root 2045 Aug 19 16:35 env_close.html
-r--r--r-- 1 root root 2100 Aug 19 16:35
env_dbremove.html
-r--r--r-- 1 root root 2127 Aug 19 16:35
env_dbrename.html
-r--r--r-- 1 root root 10292 Aug 19 16:35 env_open.html
-r--r--r-- 1 root root 3650 Aug 19 16:35 env_remove.html
-r--r--r-- 1 root root 1660 Aug 19 16:35 pindex.src
-r--r--r-- 1 root root 4597 Aug 19 16:34 tcl_index.html
-r--r--r-- 1 root root 37093 Aug 19 16:35 tcl_pindex.html
-r--r--r-- 1 root root 3128 Aug 19 16:34 txn.html
-r--r--r-- 1 root root 2301 Aug 19 16:35 txn_abort.html
-r--r--r-- 1 root root 2036 Aug 19 16:35
txn_checkpoint.html
-r--r--r-- 1 root root 3524 Aug 19 16:34 txn_commit.html
-r--r--r-- 1 root root 1759 Aug 19 16:34 version.html

./docs/images:
total 28
drwxr-xr-x 2 root root 200 Aug 19 16:38 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 121 Aug 19 16:38 api.gif
-r--r--r-- 1 root root 225 Aug 19 16:38 next.gif
-r--r--r-- 1 root root 234 Aug 19 16:38 prev.gif
-r--r--r-- 1 root root 244 Aug 19 16:38 ps.gif
-r--r--r-- 1 root root 119 Aug 19 16:38 ref.gif
-r--r--r-- 1 root root 5422 Aug 19 16:38 sleepycat.gif

./docs/java:
total 653
drwxr-xr-x 3 root root 584 Aug 19 16:38 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 12333 Aug 19 16:38
allclasses-frame.html
-r--r--r-- 1 root root 11153 Aug 19 16:38
allclasses-noframe.html
drwxr-xr-x 3 root root 80 Aug 19 16:27 com
-r--r--r-- 1 root root 25558 Aug 19 16:38
constant-values.html
-r--r--r-- 1 root root 77025 Aug 19 16:38
deprecated-list.html
-r--r--r-- 1 root root 8912 Aug 19 16:38 help-doc.html
-r--r--r-- 1 root root 448899 Aug 19 16:38 index-all.html
-r--r--r-- 1 root root 773 Aug 19 16:38 index.html
-r--r--r-- 1 root root 2160 Aug 19 16:38
overview-frame.html
-r--r--r-- 1 root root 7515 Aug 19 16:38
overview-summary.html
-r--r--r-- 1 root root 26386 Aug 19 16:38
overview-tree.html
-r--r--r-- 1 root root 195 Aug 19 16:38 package-list
-r--r--r-- 1 root root 821 Aug 19 16:38 packages.html
-r--r--r-- 1 root root 11478 Aug 19 16:38
serialized-form.html
-r--r--r-- 1 root root 1291 Aug 19 16:38 style.css

./docs/java/com:
total 1
drwxr-xr-x 3 root root 80 Aug 19 16:27 .
drwxr-xr-x 3 root root 584 Aug 19 16:38 ..
drwxr-xr-x 4 root root 96 Aug 19 16:27 sleepycat

./docs/java/com/sleepycat:
total 2
drwxr-xr-x 4 root root 96 Aug 19 16:27 .
drwxr-xr-x 3 root root 80 Aug 19 16:27 ..
drwxr-xr-x 7 root root 944 Aug 19 16:50 bdb
drwxr-xr-x 3 root root 1960 Aug 19 16:51 db

./docs/java/com/sleepycat/bdb:
total 407
drwxr-xr-x 7 root root 944 Aug 19 16:50 .
drwxr-xr-x 4 root root 96 Aug 19 16:27 ..
-r--r--r-- 1 root root 20149 Aug 19 16:50
CurrentTransaction.html
-r--r--r-- 1 root root 33447 Aug 19 16:50 DataCursor.html
-r--r--r-- 1 root root 31977 Aug 19 16:50 DataDb.html
-r--r--r-- 1 root root 15682 Aug 19 16:50 DataIndex.html
-r--r--r-- 1 root root 19227 Aug 19 16:50 DataStore.html
-r--r--r-- 1 root root 34327 Aug 19 16:50 DataThang.html
-r--r--r-- 1 root root 52905 Aug 19 16:50 DataView.html
-r--r--r-- 1 root root 18128 Aug 19 16:50
ForeignKeyIndex.html
-r--r--r-- 1 root root 12618 Aug 19 16:50
IntegrityConstraintException.html
-r--r--r-- 1 root root 12394 Aug 19 16:50
KeyRangeException.html
-r--r--r-- 1 root root 9104 Aug 19 16:50
PrimaryKeyAssigner.html
-r--r--r-- 1 root root 15478 Aug 19 16:50
RecordNumberBinding.html
-r--r--r-- 1 root root 13980 Aug 19 16:50
RecordNumberFormat.html
-r--r--r-- 1 root root 19940 Aug 19 16:50
StoredClassCatalog.html
-r--r--r-- 1 root root 18996 Aug 19 16:50
TransactionRunner.html
-r--r--r-- 1 root root 8581 Aug 19 16:50
TransactionWorker.html
drwxr-xr-x 5 root root 608 Aug 19 16:51 bind
drwxr-xr-x 2 root root 656 Aug 19 16:51 class-use
drwxr-xr-x 3 root root 784 Aug 19 16:51 collection
drwxr-xr-x 3 root root 280 Aug 19 16:51 factory
-r--r--r-- 1 root root 2498 Aug 19 16:50
package-frame.html
-r--r--r-- 1 root root 10365 Aug 19 16:50
package-summary.html
-r--r--r-- 1 root root 9075 Aug 19 16:50
package-tree.html
-r--r--r-- 1 root root 13142 Aug 19 16:50 package-use.html
drwxr-xr-x 3 root root 544 Aug 19 16:51 util

./docs/java/com/sleepycat/bdb/bind:
total 178
drwxr-xr-x 5 root root 608 Aug 19 16:51 .
drwxr-xr-x 7 root root 944 Aug 19 16:50 ..
-r--r--r-- 1 root root 15492 Aug 19 16:51
ByteArrayBinding.html
-r--r--r-- 1 root root 9883 Aug 19 16:51
ByteArrayFormat.html
-r--r--r-- 1 root root 11358 Aug 19 16:51 DataBinding.html
-r--r--r-- 1 root root 13638 Aug 19 16:51 DataBuffer.html
-r--r--r-- 1 root root 7316 Aug 19 16:51 DataFormat.html
-r--r--r-- 1 root root 12551 Aug 19 16:51 DataType.html
-r--r--r-- 1 root root 14009 Aug 19 16:51
EntityBinding.html
-r--r--r-- 1 root root 16509 Aug 19 16:51
KeyExtractor.html
-r--r--r-- 1 root root 20477 Aug 19 16:51
SimpleBuffer.html
drwxr-xr-x 2 root root 376 Aug 19 16:53 class-use
-r--r--r-- 1 root root 1805 Aug 19 16:51
package-frame.html
-r--r--r-- 1 root root 8524 Aug 19 16:51
package-summary.html
-r--r--r-- 1 root root 7441 Aug 19 16:51
package-tree.html
-r--r--r-- 1 root root 16031 Aug 19 16:51 package-use.html
drwxr-xr-x 3 root root 712 Aug 19 16:53 serial
drwxr-xr-x 3 root root 736 Aug 19 16:53 tuple

./docs/java/com/sleepycat/bdb/bind/class-use:
total 189
drwxr-xr-x 2 root root 376 Aug 19 16:53 .
drwxr-xr-x 5 root root 608 Aug 19 16:51 ..
-r--r--r-- 1 root root 5673 Aug 19 16:53
ByteArrayBinding.html
-r--r--r-- 1 root root 7437 Aug 19 16:53
ByteArrayFormat.html
-r--r--r-- 1 root root 34845 Aug 19 16:53 DataBinding.html
-r--r--r-- 1 root root 47221 Aug 19 16:53 DataBuffer.html
-r--r--r-- 1 root root 29605 Aug 19 16:53 DataFormat.html
-r--r--r-- 1 root root 5621 Aug 19 16:53 DataType.html
-r--r--r-- 1 root root 22115 Aug 19 16:53
EntityBinding.html
-r--r--r-- 1 root root 13931 Aug 19 16:53
KeyExtractor.html
-r--r--r-- 1 root root 5641 Aug 19 16:53
SimpleBuffer.html

./docs/java/com/sleepycat/bdb/bind/serial:
total 298
drwxr-xr-x 3 root root 712 Aug 19 16:53 .
drwxr-xr-x 5 root root 608 Aug 19 16:51 ..
-r--r--r-- 1 root root 14613 Aug 19 16:53
ClassCatalog.html
-r--r--r-- 1 root root 19614 Aug 19 16:53
SerialBinding.html
-r--r--r-- 1 root root 16557 Aug 19 16:53
SerialFormat.html
-r--r--r-- 1 root root 20603 Aug 19 16:53 SerialInput.html
-r--r--r-- 1 root root 21049 Aug 19 16:53
SerialOutput.html
-r--r--r-- 1 root root 25163 Aug 19 16:53
SerialSerialBinding.html
-r--r--r-- 1 root root 27278 Aug 19 16:53
SerialSerialKeyExtractor.html
-r--r--r-- 1 root root 26411 Aug 19 16:53
TupleSerialBinding.html
-r--r--r-- 1 root root 28368 Aug 19 16:53
TupleSerialKeyExtractor.html
-r--r--r-- 1 root root 20462 Aug 19 16:53
TupleSerialMarshalledBinding.html
-r--r--r-- 1 root root 19740 Aug 19 16:53
TupleSerialMarshalledKeyExtractor.html
drwxr-xr-x 2 root root 528 Aug 19 16:53 class-use
-r--r--r-- 1 root root 2099 Aug 19 16:53
package-frame.html
-r--r--r-- 1 root root 9411 Aug 19 16:53
package-summary.html
-r--r--r-- 1 root root 9553 Aug 19 16:53
package-tree.html
-r--r--r-- 1 root root 10506 Aug 19 16:53 package-use.html

./docs/java/com/sleepycat/bdb/bind/serial/class-use:
total 109
drwxr-xr-x 2 root root 528 Aug 19 16:53 .
drwxr-xr-x 3 root root 712 Aug 19 16:53 ..
-r--r--r-- 1 root root 12684 Aug 19 16:53
ClassCatalog.html
-r--r--r-- 1 root root 5745 Aug 19 16:53
SerialBinding.html
-r--r--r-- 1 root root 13438 Aug 19 16:53
SerialFormat.html
-r--r--r-- 1 root root 5729 Aug 19 16:53 SerialInput.html
-r--r--r-- 1 root root 5737 Aug 19 16:53
SerialOutput.html
-r--r--r-- 1 root root 5793 Aug 19 16:53
SerialSerialBinding.html
-r--r--r-- 1 root root 5833 Aug 19 16:53
SerialSerialKeyExtractor.html
-r--r--r-- 1 root root 7644 Aug 19 16:53
TupleSerialBinding.html
-r--r--r-- 1 root root 7735 Aug 19 16:53
TupleSerialKeyExtractor.html
-r--r--r-- 1 root root 8283 Aug 19 16:53
TupleSerialMarshalledBinding.html
-r--r--r-- 1 root root 5905 Aug 19 16:53
TupleSerialMarshalledKeyExtractor.html

./docs/java/com/sleepycat/bdb/bind/tuple:
total 330
drwxr-xr-x 3 root root 736 Aug 19 16:53 .
drwxr-xr-x 5 root root 608 Aug 19 16:51 ..
-r--r--r-- 1 root root 11279 Aug 19 16:52
MarshalledTupleData.html
-r--r--r-- 1 root root 14007 Aug 19 16:52
MarshalledTupleKeyEntity.html
-r--r--r-- 1 root root 21807 Aug 19 16:52
TupleBinding.html
-r--r--r-- 1 root root 15558 Aug 19 16:52 TupleFormat.html
-r--r--r-- 1 root root 39762 Aug 19 16:52 TupleInput.html
-r--r--r-- 1 root root 16493 Aug 19 16:52
TupleInputBinding.html
-r--r--r-- 1 root root 17408 Aug 19 16:52
TupleMarshalledBinding.html
-r--r--r-- 1 root root 38841 Aug 19 16:52 TupleOutput.html
-r--r--r-- 1 root root 26561 Aug 19 16:53
TupleTupleBinding.html
-r--r--r-- 1 root root 28619 Aug 19 16:53
TupleTupleKeyExtractor.html
-r--r--r-- 1 root root 21342 Aug 19 16:52
TupleTupleMarshalledBinding.html
-r--r--r-- 1 root root 20276 Aug 19 16:52
TupleTupleMarshalledKeyExtractor.html
drwxr-xr-x 2 root root 552 Aug 19 16:53 class-use
-r--r--r-- 1 root root 2185 Aug 19 16:52
package-frame.html
-r--r--r-- 1 root root 9656 Aug 19 16:52
package-summary.html
-r--r--r-- 1 root root 9141 Aug 19 16:52
package-tree.html
-r--r--r-- 1 root root 10512 Aug 19 16:52 package-use.html

./docs/java/com/sleepycat/bdb/bind/tuple/class-use:
total 153
drwxr-xr-x 2 root root 552 Aug 19 16:53 .
drwxr-xr-x 3 root root 736 Aug 19 16:53 ..
-r--r--r-- 1 root root 5799 Aug 19 16:53
MarshalledTupleData.html
-r--r--r-- 1 root root 5839 Aug 19 16:53
MarshalledTupleKeyEntity.html
-r--r--r-- 1 root root 8748 Aug 19 16:53
TupleBinding.html
-r--r--r-- 1 root root 21084 Aug 19 16:53 TupleFormat.html
-r--r--r-- 1 root root 24510 Aug 19 16:53 TupleInput.html
-r--r--r-- 1 root root 5771 Aug 19 16:53
TupleInputBinding.html
-r--r--r-- 1 root root 5811 Aug 19 16:53
TupleMarshalledBinding.html
-r--r--r-- 1 root root 23152 Aug 19 16:53 TupleOutput.html
-r--r--r-- 1 root root 7766 Aug 19 16:53
TupleTupleBinding.html
-r--r--r-- 1 root root 7726 Aug 19 16:53
TupleTupleKeyExtractor.html
-r--r--r-- 1 root root 8266 Aug 19 16:53
TupleTupleMarshalledBinding.html
-r--r--r-- 1 root root 5891 Aug 19 16:53
TupleTupleMarshalledKeyExtractor.html

./docs/java/com/sleepycat/bdb/class-use:
total 193
drwxr-xr-x 2 root root 656 Aug 19 16:51 .
drwxr-xr-x 7 root root 944 Aug 19 16:50 ..
-r--r--r-- 1 root root 8061 Aug 19 16:51
CurrentTransaction.html
-r--r--r-- 1 root root 10010 Aug 19 16:51 DataCursor.html
-r--r--r-- 1 root root 7236 Aug 19 16:51 DataDb.html
-r--r--r-- 1 root root 23006 Aug 19 16:51 DataIndex.html
-r--r--r-- 1 root root 28124 Aug 19 16:51 DataStore.html
-r--r--r-- 1 root root 15353 Aug 19 16:51 DataThang.html
-r--r--r-- 1 root root 13952 Aug 19 16:51 DataView.html
-r--r--r-- 1 root root 7928 Aug 19 16:51
ForeignKeyIndex.html
-r--r--r-- 1 root root 5685 Aug 19 16:51
IntegrityConstraintException.html
-r--r--r-- 1 root root 8408 Aug 19 16:51
KeyRangeException.html
-r--r--r-- 1 root root 10417 Aug 19 16:51
PrimaryKeyAssigner.html
-r--r--r-- 1 root root 5613 Aug 19 16:51
RecordNumberBinding.html
-r--r--r-- 1 root root 7359 Aug 19 16:51
RecordNumberFormat.html
-r--r--r-- 1 root root 5605 Aug 19 16:51
StoredClassCatalog.html
-r--r--r-- 1 root root 5597 Aug 19 16:51
TransactionRunner.html
-r--r--r-- 1 root root 7590 Aug 19 16:51
TransactionWorker.html

./docs/java/com/sleepycat/bdb/collection:
total 526
drwxr-xr-x 3 root root 784 Aug 19 16:51 .
drwxr-xr-x 7 root root 944 Aug 19 16:50 ..
-r--r--r-- 1 root root 17860 Aug 19 16:51 MapEntry.html
-r--r--r-- 1 root root 37185 Aug 19 16:51
StoredCollection.html
-r--r--r-- 1 root root 29595 Aug 19 16:51
StoredCollections.html
-r--r--r-- 1 root root 27082 Aug 19 16:51
StoredContainer.html
-r--r--r-- 1 root root 22746 Aug 19 16:51
StoredEntrySet.html
-r--r--r-- 1 root root 33479 Aug 19 16:51
StoredIterator.html
-r--r--r-- 1 root root 24122 Aug 19 16:51
StoredKeySet.html
-r--r--r-- 1 root root 47272 Aug 19 16:51 StoredList.html
-r--r--r-- 1 root root 46262 Aug 19 16:51 StoredMap.html
-r--r--r-- 1 root root 32775 Aug 19 16:51
StoredSortedEntrySet.html
-r--r--r-- 1 root root 36527 Aug 19 16:51
StoredSortedKeySet.html
-r--r--r-- 1 root root 40596 Aug 19 16:51
StoredSortedMap.html
-r--r--r-- 1 root root 38770 Aug 19 16:51
StoredSortedValueSet.html
-r--r--r-- 1 root root 29410 Aug 19 16:51
StoredValueSet.html
drwxr-xr-x 2 root root 600 Aug 19 16:52 class-use
-r--r--r-- 1 root root 2041 Aug 19 16:51
package-frame.html
-r--r--r-- 1 root root 9798 Aug 19 16:51
package-summary.html
-r--r--r-- 1 root root 9526 Aug 19 16:51
package-tree.html
-r--r--r-- 1 root root 10429 Aug 19 16:51 package-use.html

./docs/java/com/sleepycat/bdb/collection/class-use:
total 137
drwxr-xr-x 2 root root 600 Aug 19 16:52 .
drwxr-xr-x 3 root root 784 Aug 19 16:51 ..
-r--r--r-- 1 root root 5645 Aug 19 16:52 MapEntry.html
-r--r--r-- 1 root root 11089 Aug 19 16:52
StoredCollection.html
-r--r--r-- 1 root root 5717 Aug 19 16:52
StoredCollections.html
-r--r--r-- 1 root root 13682 Aug 19 16:52
StoredContainer.html
-r--r--r-- 1 root root 7478 Aug 19 16:52
StoredEntrySet.html
-r--r--r-- 1 root root 9341 Aug 19 16:52
StoredIterator.html
-r--r--r-- 1 root root 7513 Aug 19 16:52
StoredKeySet.html
-r--r--r-- 1 root root 5661 Aug 19 16:52 StoredList.html
-r--r--r-- 1 root root 10090 Aug 19 16:52 StoredMap.html
-r--r--r-- 1 root root 5741 Aug 19 16:52
StoredSortedEntrySet.html
-r--r--r-- 1 root root 5725 Aug 19 16:52
StoredSortedKeySet.html
-r--r--r-- 1 root root 8581 Aug 19 16:52
StoredSortedMap.html
-r--r--r-- 1 root root 5741 Aug 19 16:52
StoredSortedValueSet.html
-r--r--r-- 1 root root 7543 Aug 19 16:52
StoredValueSet.html

./docs/java/com/sleepycat/bdb/factory:
total 57
drwxr-xr-x 3 root root 280 Aug 19 16:51 .
drwxr-xr-x 7 root root 944 Aug 19 16:50 ..
-r--r--r-- 1 root root 26999 Aug 19 16:51
TupleSerialDbFactory.html
drwxr-xr-x 2 root root 96 Aug 19 16:52 class-use
-r--r--r-- 1 root root 1064 Aug 19 16:51
package-frame.html
-r--r--r-- 1 root root 6414 Aug 19 16:51
package-summary.html
-r--r--r-- 1 root root 6011 Aug 19 16:51
package-tree.html
-r--r--r-- 1 root root 5391 Aug 19 16:51 package-use.html

./docs/java/com/sleepycat/bdb/factory/class-use:
total 8
drwxr-xr-x 2 root root 96 Aug 19 16:52 .
drwxr-xr-x 3 root root 280 Aug 19 16:51 ..
-r--r--r-- 1 root root 5723 Aug 19 16:52
TupleSerialDbFactory.html

./docs/java/com/sleepycat/bdb/util:
total 189
drwxr-xr-x 3 root root 544 Aug 19 16:51 .
drwxr-xr-x 7 root root 944 Aug 19 16:50 ..
-r--r--r-- 1 root root 13015 Aug 19 16:51
ExceptionUnwrapper.html
-r--r--r-- 1 root root 8367 Aug 19 16:51
ExceptionWrapper.html
-r--r--r-- 1 root root 20564 Aug 19 16:51
FastInputStream.html
-r--r--r-- 1 root root 27618 Aug 19 16:51
FastOutputStream.html
-r--r--r-- 1 root root 13936 Aug 19 16:51
IOExceptionWrapper.html
-r--r--r-- 1 root root 14051 Aug 19 16:51
RuntimeExceptionWrapper.html
-r--r--r-- 1 root root 13320 Aug 19 16:51 TimeUnits.html
-r--r--r-- 1 root root 22778 Aug 19 16:51 UtfOps.html
drwxr-xr-x 2 root root 360 Aug 19 16:52 class-use
-r--r--r-- 1 root root 1924 Aug 19 16:51
package-frame.html
-r--r--r-- 1 root root 8673 Aug 19 16:51
package-summary.html
-r--r--r-- 1 root root 8196 Aug 19 16:51
package-tree.html
-r--r--r-- 1 root root 8034 Aug 19 16:51 package-use.html

./docs/java/com/sleepycat/bdb/util/class-use:
total 65
drwxr-xr-x 2 root root 360 Aug 19 16:52 .
drwxr-xr-x 3 root root 544 Aug 19 16:51 ..
-r--r--r-- 1 root root 5689 Aug 19 16:52
ExceptionUnwrapper.html
-r--r--r-- 1 root root 7781 Aug 19 16:52
ExceptionWrapper.html
-r--r--r-- 1 root root 7320 Aug 19 16:52
FastInputStream.html
-r--r--r-- 1 root root 7336 Aug 19 16:52
FastOutputStream.html
-r--r--r-- 1 root root 5689 Aug 19 16:52
IOExceptionWrapper.html
-r--r--r-- 1 root root 5729 Aug 19 16:52
RuntimeExceptionWrapper.html
-r--r--r-- 1 root root 5617 Aug 19 16:52 TimeUnits.html
-r--r--r-- 1 root root 5593 Aug 19 16:52 UtfOps.html

./docs/java/com/sleepycat/db:
total 1707
drwxr-xr-x 3 root root 1960 Aug 19 16:51 .
drwxr-xr-x 4 root root 96 Aug 19 16:27 ..
-r--r--r-- 1 root root 430674 Aug 19 16:50 Db.html
-r--r--r-- 1 root root 9830 Aug 19 16:50
DbAppDispatch.html
-r--r--r-- 1 root root 9167 Aug 19 16:50
DbAppendRecno.html
-r--r--r-- 1 root root 10061 Aug 19 16:50
DbBtreeCompare.html
-r--r--r-- 1 root root 9710 Aug 19 16:50
DbBtreePrefix.html
-r--r--r-- 1 root root 23112 Aug 19 16:50 DbBtreeStat.html
-r--r--r-- 1 root root 6830 Aug 19 16:50 DbClient.html
-r--r--r-- 1 root root 11728 Aug 19 16:51
DbDeadlockException.html
-r--r--r-- 1 root root 9895 Aug 19 16:50
DbDupCompare.html
-r--r--r-- 1 root root 10925 Aug 19 16:50
DbEnv.RepProcessMessage.html
-r--r--r-- 1 root root 364278 Aug 19 16:50 DbEnv.html
-r--r--r-- 1 root root 8905 Aug 19 16:50
DbEnvFeedback.html
-r--r--r-- 1 root root 9193 Aug 19 16:50
DbEnvFeedbackHandler.html
-r--r--r-- 1 root root 8862 Aug 19 16:51 DbErrcall.html
-r--r--r-- 1 root root 9073 Aug 19 16:50
DbErrorHandler.html
-r--r--r-- 1 root root 19226 Aug 19 16:50 DbException.html
-r--r--r-- 1 root root 8722 Aug 19 16:51 DbFeedback.html
-r--r--r-- 1 root root 9245 Aug 19 16:50
DbFeedbackHandler.html
-r--r--r-- 1 root root 8697 Aug 19 16:50 DbHash.html
-r--r--r-- 1 root root 20880 Aug 19 16:50 DbHashStat.html
-r--r--r-- 1 root root 11664 Aug 19 16:50 DbKeyRange.html
-r--r--r-- 1 root root 8589 Aug 19 16:50 DbLock.html
-r--r--r-- 1 root root 25930 Aug 19 16:51
DbLockNotGrantedException.html
-r--r--r-- 1 root root 26803 Aug 19 16:51
DbLockRequest.html
-r--r--r-- 1 root root 24966 Aug 19 16:50 DbLockStat.html
-r--r--r-- 1 root root 23604 Aug 19 16:50 DbLogStat.html
-r--r--r-- 1 root root 16720 Aug 19 16:51 DbLogc.html
-r--r--r-- 1 root root 14290 Aug 19 16:50 DbLsn.html
-r--r--r-- 1 root root 16013 Aug 19 16:50
DbMemoryException.html
-r--r--r-- 1 root root 15859 Aug 19 16:50
DbMpoolFStat.html
-r--r--r-- 1 root root 25011 Aug 19 16:50 DbMpoolFile.html
-r--r--r-- 1 root root 29130 Aug 19 16:50 DbMpoolStat.html
-r--r--r-- 1 root root 13516 Aug 19 16:50
DbMultipleDataIterator.html
-r--r--r-- 1 root root 14201 Aug 19 16:50
DbMultipleKeyDataIterator.html
-r--r--r-- 1 root root 14442 Aug 19 16:50
DbMultipleRecnoDataIterator.html
-r--r--r-- 1 root root 8768 Aug 19 16:51
DbPanicHandler.html
-r--r--r-- 1 root root 10390 Aug 19 16:50 DbPreplist.html
-r--r--r-- 1 root root 18922 Aug 19 16:50 DbQueueStat.html
-r--r--r-- 1 root root 32993 Aug 19 16:50 DbRepStat.html
-r--r--r-- 1 root root 12042 Aug 19 16:50
DbRepTransport.html
-r--r--r-- 1 root root 11836 Aug 19 16:50
DbRunRecoveryException.html
-r--r--r-- 1 root root 10896 Aug 19 16:50
DbSecondaryKeyCreate.html
-r--r--r-- 1 root root 26715 Aug 19 16:50 DbTxn.html
-r--r--r-- 1 root root 14384 Aug 19 16:51
DbTxnStat.Active.html
-r--r--r-- 1 root root 20374 Aug 19 16:50 DbTxnStat.html
-r--r--r-- 1 root root 78131 Aug 19 16:50 Dbc.html
-r--r--r-- 1 root root 46924 Aug 19 16:50 Dbt.html
drwxr-xr-x 2 root root 1776 Aug 19 16:52 class-use
-r--r--r-- 1 root root 4721 Aug 19 16:50
package-frame.html
-r--r--r-- 1 root root 17728 Aug 19 16:50
package-summary.html
-r--r--r-- 1 root root 11782 Aug 19 16:50
package-tree.html
-r--r--r-- 1 root root 22718 Aug 19 16:50 package-use.html

./docs/java/com/sleepycat/db/class-use:
total 727
drwxr-xr-x 2 root root 1776 Aug 19 16:52 .
drwxr-xr-x 3 root root 1960 Aug 19 16:51 ..
-r--r--r-- 1 root root 21059 Aug 19 16:52 Db.html
-r--r--r-- 1 root root 7944 Aug 19 16:51
DbAppDispatch.html
-r--r--r-- 1 root root 7944 Aug 19 16:52
DbAppendRecno.html
-r--r--r-- 1 root root 7955 Aug 19 16:52
DbBtreeCompare.html
-r--r--r-- 1 root root 7926 Aug 19 16:52
DbBtreePrefix.html
-r--r--r-- 1 root root 5543 Aug 19 16:51 DbBtreeStat.html
-r--r--r-- 1 root root 8418 Aug 19 16:51 DbClient.html
-r--r--r-- 1 root root 11459 Aug 19 16:52
DbDeadlockException.html
-r--r--r-- 1 root root 7933 Aug 19 16:52
DbDupCompare.html
-r--r--r-- 1 root root 9111 Aug 19 16:52
DbEnv.RepProcessMessage.html
-r--r--r-- 1 root root 18655 Aug 19 16:51 DbEnv.html
-r--r--r-- 1 root root 7484 Aug 19 16:52
DbEnvFeedback.html
-r--r--r-- 1 root root 7388 Aug 19 16:52
DbEnvFeedbackHandler.html
-r--r--r-- 1 root root 8057 Aug 19 16:52 DbErrcall.html
-r--r--r-- 1 root root 7888 Aug 19 16:51
DbErrorHandler.html
-r--r--r-- 1 root root 202053 Aug 19 16:52 DbException.html
-r--r--r-- 1 root root 7418 Aug 19 16:52 DbFeedback.html
-r--r--r-- 1 root root 7334 Aug 19 16:52
DbFeedbackHandler.html
-r--r--r-- 1 root root 7739 Aug 19 16:52 DbHash.html
-r--r--r-- 1 root root 5535 Aug 19 16:52 DbHashStat.html
-r--r--r-- 1 root root 8471 Aug 19 16:52 DbKeyRange.html
-r--r--r-- 1 root root 14831 Aug 19 16:52 DbLock.html
-r--r--r-- 1 root root 11537 Aug 19 16:52
DbLockNotGrantedException.html
-r--r--r-- 1 root root 8280 Aug 19 16:52
DbLockRequest.html
-r--r--r-- 1 root root 7789 Aug 19 16:51 DbLockStat.html
-r--r--r-- 1 root root 7765 Aug 19 16:52 DbLogStat.html
-r--r--r-- 1 root root 7716 Aug 19 16:52 DbLogc.html
-r--r--r-- 1 root root 20630 Aug 19 16:52 DbLsn.html
-r--r--r-- 1 root root 5591 Aug 19 16:52
DbMemoryException.html
-r--r--r-- 1 root root 7935 Aug 19 16:52
DbMpoolFStat.html
-r--r--r-- 1 root root 7217 Aug 19 16:51 DbMpoolFile.html
-r--r--r-- 1 root root 7868 Aug 19 16:52 DbMpoolStat.html
-r--r--r-- 1 root root 5631 Aug 19 16:51
DbMultipleDataIterator.html
-r--r--r-- 1 root root 5655 Aug 19 16:52
DbMultipleKeyDataIterator.html
-r--r--r-- 1 root root 5671 Aug 19 16:51
DbMultipleRecnoDataIterator.html
-r--r--r-- 1 root root 7927 Aug 19 16:52
DbPanicHandler.html
-r--r--r-- 1 root root 7901 Aug 19 16:52 DbPreplist.html
-r--r--r-- 1 root root 5543 Aug 19 16:52 DbQueueStat.html
-r--r--r-- 1 root root 7809 Aug 19 16:52 DbRepStat.html
-r--r--r-- 1 root root 8084 Aug 19 16:51
DbRepTransport.html
-r--r--r-- 1 root root 5631 Aug 19 16:51
DbRunRecoveryException.html
-r--r--r-- 1 root root 7595 Aug 19 16:52
DbSecondaryKeyCreate.html
-r--r--r-- 1 root root 26834 Aug 19 16:52 DbTxn.html
-r--r--r-- 1 root root 7233 Aug 19 16:52
DbTxnStat.Active.html
-r--r--r-- 1 root root 7769 Aug 19 16:52 DbTxnStat.html
-r--r--r-- 1 root root 14105 Aug 19 16:52 Dbc.html
-r--r--r-- 1 root root 61175 Aug 19 16:52 Dbt.html

./docs/ref:
total 35
drwxr-xr-x 48 root root 1344 Aug 19 16:42 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
drwxr-xr-x 2 root root 696 Aug 19 16:47 am
drwxr-xr-x 2 root root 648 Aug 19 16:46 am_conf
drwxr-xr-x 2 root root 392 Aug 19 16:47 am_misc
drwxr-xr-x 2 root root 168 Aug 19 16:47 apprec
drwxr-xr-x 2 root root 272 Aug 19 16:44 arch
drwxr-xr-x 2 root root 352 Aug 19 16:46 bdb
drwxr-xr-x 2 root root 392 Aug 19 16:47 bdb_basic
drwxr-xr-x 2 root root 208 Aug 19 16:45 bdb_entity
drwxr-xr-x 2 root root 208 Aug 19 16:44 bdb_index
drwxr-xr-x 2 root root 176 Aug 19 16:46 bdb_sentity
drwxr-xr-x 2 root root 240 Aug 19 16:47 bdb_tuple
drwxr-xr-x 2 root root 112 Aug 19 16:44 bdb_tut
drwxr-xr-x 2 root root 664 Aug 19 16:45 build_unix
drwxr-xr-x 2 root root 168 Aug 19 16:47 build_vxworks
drwxr-xr-x 2 root root 200 Aug 19 16:45 build_win
drwxr-xr-x 2 root root 80 Aug 19 16:45 cam
drwxr-xr-x 2 root root 208 Aug 19 16:47 debug
drwxr-xr-x 2 root root 112 Aug 19 16:46 distrib
drwxr-xr-x 2 root root 144 Aug 19 16:45 dumpload
drwxr-xr-x 2 root root 392 Aug 19 16:45 env
drwxr-xr-x 2 root root 232 Aug 19 16:46 install
drwxr-xr-x 2 root root 336 Aug 19 16:45 intro
drwxr-xr-x 2 root root 168 Aug 19 16:44 java
drwxr-xr-x 2 root root 456 Aug 19 16:46 lock
drwxr-xr-x 2 root root 144 Aug 19 16:47 log
drwxr-xr-x 2 root root 112 Aug 19 16:44 mp
drwxr-xr-x 2 root root 80 Aug 19 16:43 perl
-r--r--r-- 1 root root 1647 Aug 19 16:42 pindex.src
drwxr-xr-x 2 root root 440 Aug 19 16:45 program
drwxr-xr-x 2 root root 272 Aug 19 16:43 refs
drwxr-xr-x 2 root root 488 Aug 19 16:45 rep
drwxr-xr-x 2 root root 168 Aug 19 16:48 rpc
drwxr-xr-x 2 root root 344 Aug 19 16:47 simple_tut
drwxr-xr-x 2 root root 200 Aug 19 16:44 tcl
drwxr-xr-x 2 root root 96 Aug 19 16:44 test
-r--r--r-- 1 root root 22541 Aug 19 16:42 toc.html
drwxr-xr-x 2 root root 840 Aug 19 16:48 transapp
drwxr-xr-x 2 root root 144 Aug 19 16:44 txn
drwxr-xr-x 2 root root 112 Aug 19 16:46 upgrade
drwxr-xr-x 2 root root 200 Aug 19 16:43 upgrade.2.0
drwxr-xr-x 2 root root 1048 Aug 19 16:43 upgrade.3.0
drwxr-xr-x 2 root root 616 Aug 19 16:44 upgrade.3.1
drwxr-xr-x 2 root root 424 Aug 19 16:44 upgrade.3.2
drwxr-xr-x 2 root root 416 Aug 19 16:44 upgrade.3.3
drwxr-xr-x 2 root root 472 Aug 19 16:48 upgrade.4.0
drwxr-xr-x 2 root root 488 Aug 19 16:42 upgrade.4.1
drwxr-xr-x 2 root root 472 Aug 19 16:43 upgrade.4.2
drwxr-xr-x 2 root root 200 Aug 19 16:46 xa

./docs/ref/am:
total 122
drwxr-xr-x 2 root root 696 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2839 Aug 19 16:47 close.html
-r--r--r-- 1 root root 1922 Aug 19 16:47 count.html
-r--r--r-- 1 root root 1989 Aug 19 16:47 curclose.html
-r--r--r-- 1 root root 1877 Aug 19 16:47 curdel.html
-r--r--r-- 1 root root 2411 Aug 19 16:47 curdup.html
-r--r--r-- 1 root root 7255 Aug 19 16:47 curget.html
-r--r--r-- 1 root root 4391 Aug 19 16:47 curput.html
-r--r--r-- 1 root root 3782 Aug 19 16:47 cursor.html
-r--r--r-- 1 root root 1997 Aug 19 16:47 delete.html
-r--r--r-- 1 root root 2674 Aug 19 16:47 get.html
-r--r--r-- 1 root root 9535 Aug 19 16:47 join.html
-r--r--r-- 1 root root 3165 Aug 19 16:47 open.html
-r--r--r-- 1 root root 5433 Aug 19 16:47 opensub.html
-r--r--r-- 1 root root 8650 Aug 19 16:47 ops.html
-r--r--r-- 1 root root 2497 Aug 19 16:47 put.html
-r--r--r-- 1 root root 11197 Aug 19 16:47 second.html
-r--r--r-- 1 root root 2013 Aug 19 16:47 stat.html
-r--r--r-- 1 root root 2487 Aug 19 16:47 sync.html
-r--r--r-- 1 root root 1650 Aug 19 16:47 truncate.html
-r--r--r-- 1 root root 3499 Aug 19 16:47 upgrade.html
-r--r--r-- 1 root root 3676 Aug 19 16:47 verify.html

./docs/ref/am_conf:
total 118
drwxr-xr-x 2 root root 648 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4920 Aug 19 16:46 bt_compare.html
-r--r--r-- 1 root root 3785 Aug 19 16:46 bt_minkey.html
-r--r--r-- 1 root root 3703 Aug 19 16:46 bt_prefix.html
-r--r--r-- 1 root root 4600 Aug 19 16:46 bt_recnum.html
-r--r--r-- 1 root root 2562 Aug 19 16:46 byteorder.html
-r--r--r-- 1 root root 5509 Aug 19 16:46 cachesize.html
-r--r--r-- 1 root root 6154 Aug 19 16:46 dup.html
-r--r--r-- 1 root root 2947 Aug 19 16:46 extentsize.html
-r--r--r-- 1 root root 2218 Aug 19 16:46 h_ffactor.html
-r--r--r-- 1 root root 2830 Aug 19 16:46 h_hash.html
-r--r--r-- 1 root root 2350 Aug 19 16:46 h_nelem.html
-r--r--r-- 1 root root 2949 Aug 19 16:46 intro.html
-r--r--r-- 1 root root 5731 Aug 19 16:46 logrec.html
-r--r--r-- 1 root root 2355 Aug 19 16:46 malloc.html
-r--r--r-- 1 root root 5248 Aug 19 16:46 pagesize.html
-r--r--r-- 1 root root 4621 Aug 19 16:46 re_source.html
-r--r--r-- 1 root root 4694 Aug 19 16:46 recno.html
-r--r--r-- 1 root root 5893 Aug 19 16:46 renumber.html
-r--r--r-- 1 root root 8064 Aug 19 16:46 select.html

./docs/ref/am_misc:
total 81
drwxr-xr-x 2 root root 392 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2099 Aug 19 16:46 align.html
-r--r--r-- 1 root root 3132 Aug 19 16:47 dbsizes.html
-r--r--r-- 1 root root 9012 Aug 19 16:46 diskspace.html
-r--r--r-- 1 root root 3723 Aug 19 16:47 error.html
-r--r--r-- 1 root root 8505 Aug 19 16:46 faq.html
-r--r--r-- 1 root root 8224 Aug 19 16:46 get_bulk.html
-r--r--r-- 1 root root 5763 Aug 19 16:47 partial.html
-r--r--r-- 1 root root 3047 Aug 19 16:47 perm.html
-r--r--r-- 1 root root 3782 Aug 19 16:46 stability.html
-r--r--r-- 1 root root 3885 Aug 19 16:47 struct.html
-r--r--r-- 1 root root 8564 Aug 19 16:47 tune.html

./docs/ref/apprec:
total 41
drwxr-xr-x 2 root root 168 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 8921 Aug 19 16:47 auto.html
-r--r--r-- 1 root root 8322 Aug 19 16:47 config.html
-r--r--r-- 1 root root 5943 Aug 19 16:47 def.html
-r--r--r-- 1 root root 5609 Aug 19 16:47 intro.html

./docs/ref/arch:
total 41
drwxr-xr-x 2 root root 272 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4986 Aug 19 16:44 apis.html
-r--r--r-- 1 root root 2589 Aug 19 16:44 bigpic.gif
-r--r--r-- 1 root root 6971 Aug 19 16:44 bigpic.html
-r--r--r-- 1 root root 2953 Aug 19 16:44 progmodel.html
-r--r--r-- 1 root root 1980 Aug 19 16:44 script.html
-r--r--r-- 1 root root 1613 Aug 19 16:44 smallpic.gif
-r--r--r-- 1 root root 5120 Aug 19 16:44 utilities.html

./docs/ref/bdb:
total 149
drwxr-xr-x 2 root root 352 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 23433 Aug 19 16:46 bdb_fig_1.gif
-r--r--r-- 1 root root 10102 Aug 19 16:46 bind_fig_1.gif
-r--r--r-- 1 root root 32965 Aug 19 16:46
collection_fig_1.gif
-r--r--r-- 1 root root 13857 Aug 19 16:46 cs_bdb.html
-r--r--r-- 1 root root 14363 Aug 19 16:46 cs_bdb_bind.html
-r--r--r-- 1 root root 23586 Aug 19 16:46
cs_bdb_collection.html
-r--r--r-- 1 root root 2562 Aug 19 16:46
cs_bdb_serial.html
-r--r--r-- 1 root root 2868 Aug 19 16:46 faq.html
-r--r--r-- 1 root root 10562 Aug 19 16:46 overview.html

./docs/ref/bdb_basic:
total 97
drwxr-xr-x 2 root root 392 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4336 Aug 19 16:47 catalog.html
-r--r--r-- 1 root root 7018 Aug 19 16:47 env.html
-r--r--r-- 1 root root 5645 Aug 19 16:47 except.html
-r--r--r-- 1 root root 2483 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 9355 Aug 19 16:47 keyvalue.html
-r--r--r-- 1 root root 7523 Aug 19 16:47 main.html
-r--r--r-- 1 root root 7323 Aug 19 16:47 read.html
-r--r--r-- 1 root root 11087 Aug 19 16:47 stores.html
-r--r--r-- 1 root root 7599 Aug 19 16:47 transact.html
-r--r--r-- 1 root root 8676 Aug 19 16:47 views.html
-r--r--r-- 1 root root 7282 Aug 19 16:47 write.html

./docs/ref/bdb_entity:
total 49
drwxr-xr-x 2 root root 208 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 8942 Aug 19 16:45 bindings.html
-r--r--r-- 1 root root 5747 Aug 19 16:45 classes.html
-r--r--r-- 1 root root 4657 Aug 19 16:45 intro.html
-r--r--r-- 1 root root 8626 Aug 19 16:45 read.html
-r--r--r-- 1 root root 4842 Aug 19 16:45 views.html

./docs/ref/bdb_index:
total 57
drwxr-xr-x 2 root root 208 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 12835 Aug 19 16:44 foreign.html
-r--r--r-- 1 root root 2165 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 9436 Aug 19 16:44 read.html
-r--r--r-- 1 root root 12852 Aug 19 16:44 second.html
-r--r--r-- 1 root root 6352 Aug 19 16:44 views.html

./docs/ref/bdb_sentity:
total 25
drwxr-xr-x 2 root root 176 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5328 Aug 19 16:46 binding.html
-r--r--r-- 1 root root 5436 Aug 19 16:46 class.html
-r--r--r-- 1 root root 3963 Aug 19 16:46 intro.html
-r--r--r-- 1 root root 3700 Aug 19 16:46 remove.html

./docs/ref/bdb_tuple:
total 45
drwxr-xr-x 2 root root 240 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 7113 Aug 19 16:47 extract.html
-r--r--r-- 1 root root 4946 Aug 19 16:47 format.html
-r--r--r-- 1 root root 3761 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 7786 Aug 19 16:47 sorted.html
-r--r--r-- 1 root root 7185 Aug 19 16:47 tbinding.html
-r--r--r-- 1 root root 6957 Aug 19 16:47 tsbinding.html

./docs/ref/bdb_tut:
total 17
drwxr-xr-x 2 root root 112 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5924 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 4577 Aug 19 16:44 summary.html

./docs/ref/build_unix:
total 130
drwxr-xr-x 2 root root 664 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5082 Aug 19 16:45 aix.html
-r--r--r-- 1 root root 14022 Aug 19 16:45 conf.html
-r--r--r-- 1 root root 4226 Aug 19 16:45 flags.html
-r--r--r-- 1 root root 3505 Aug 19 16:45 freebsd.html
-r--r--r-- 1 root root 6422 Aug 19 16:45 hpux.html
-r--r--r-- 1 root root 4022 Aug 19 16:45 install.html
-r--r--r-- 1 root root 3864 Aug 19 16:45 intro.html
-r--r--r-- 1 root root 1939 Aug 19 16:45 irix.html
-r--r--r-- 1 root root 2702 Aug 19 16:45 linux.html
-r--r--r-- 1 root root 2230 Aug 19 16:45 macosx.html
-r--r--r-- 1 root root 9638 Aug 19 16:45 notes.html
-r--r--r-- 1 root root 1934 Aug 19 16:45 osf1.html
-r--r--r-- 1 root root 5090 Aug 19 16:45 qnx.html
-r--r--r-- 1 root root 1807 Aug 19 16:45 sco.html
-r--r--r-- 1 root root 6601 Aug 19 16:45 shlib.html
-r--r--r-- 1 root root 4383 Aug 19 16:45 small.html
-r--r--r-- 1 root root 6647 Aug 19 16:45 solaris.html
-r--r--r-- 1 root root 2070 Aug 19 16:45 sunos.html
-r--r--r-- 1 root root 3568 Aug 19 16:45 test.html
-r--r--r-- 1 root root 1763 Aug 19 16:45 ultrix.html

./docs/ref/build_vxworks:
total 41
drwxr-xr-x 2 root root 168 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 8955 Aug 19 16:47 faq.html
-r--r--r-- 1 root root 6911 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 8294 Aug 19 16:47 introae.html
-r--r--r-- 1 root root 4704 Aug 19 16:47 notes.html

./docs/ref/build_win:
total 45
drwxr-xr-x 2 root root 200 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5167 Aug 19 16:45 faq.html
-r--r--r-- 1 root root 12983 Aug 19 16:45 intro.html
-r--r--r-- 1 root root 4282 Aug 19 16:45 notes.html
-r--r--r-- 1 root root 3161 Aug 19 16:45 small.html
-r--r--r-- 1 root root 4560 Aug 19 16:45 test.html

./docs/ref/cam:
total 9
drwxr-xr-x 2 root root 80 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 8179 Aug 19 16:45 intro.html

./docs/ref/debug:
total 37
drwxr-xr-x 2 root root 208 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 9442 Aug 19 16:47 common.html
-r--r--r-- 1 root root 3181 Aug 19 16:47 compile.html
-r--r--r-- 1 root root 3972 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 11901 Aug 19 16:47 printlog.html
-r--r--r-- 1 root root 3533 Aug 19 16:47 runtime.html

./docs/ref/distrib:
total 17
drwxr-xr-x 2 root root 112 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4844 Aug 19 16:46 layout.html
-r--r--r-- 1 root root 7292 Aug 19 16:46 port.html

./docs/ref/dumpload:
total 17
drwxr-xr-x 2 root root 144 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4912 Aug 19 16:45 format.html
-r--r--r-- 1 root root 2314 Aug 19 16:45 text.html
-r--r--r-- 1 root root 3403 Aug 19 16:45 utility.html

./docs/ref/env:
total 77
drwxr-xr-x 2 root root 392 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 8004 Aug 19 16:45 create.html
-r--r--r-- 1 root root 3566 Aug 19 16:45 db_config.html
-r--r--r-- 1 root root 6164 Aug 19 16:45 encrypt.html
-r--r--r-- 1 root root 3611 Aug 19 16:45 error.html
-r--r--r-- 1 root root 4214 Aug 19 16:45 faq.html
-r--r--r-- 1 root root 11569 Aug 19 16:45 intro.html
-r--r--r-- 1 root root 8709 Aug 19 16:45 naming.html
-r--r--r-- 1 root root 3745 Aug 19 16:45 open.html
-r--r--r-- 1 root root 5238 Aug 19 16:45 region.html
-r--r--r-- 1 root root 3525 Aug 19 16:45 remote.html
-r--r--r-- 1 root root 3800 Aug 19 16:45 security.html

./docs/ref/install:
total 29
drwxr-xr-x 2 root root 232 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2599 Aug 19 16:46 file.html
-r--r--r-- 1 root root 2602 Aug 19 16:46 magic.s5.be.txt
-r--r--r-- 1 root root 2622 Aug 19 16:46 magic.s5.le.txt
-r--r--r-- 1 root root 1848 Aug 19 16:46 magic.txt
-r--r--r-- 1 root root 4114 Aug 19 16:46 multiple.html
-r--r--r-- 1 root root 2099 Aug 19 16:46 rpm.html

./docs/ref/intro:
total 73
drwxr-xr-x 2 root root 336 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 3459 Aug 19 16:45 data.html
-r--r--r-- 1 root root 10336 Aug 19 16:45 dbis.html
-r--r--r-- 1 root root 9159 Aug 19 16:45 dbisnot.html
-r--r--r-- 1 root root 2017 Aug 19 16:45 distrib.html
-r--r--r-- 1 root root 4099 Aug 19 16:45 need.html
-r--r--r-- 1 root root 4854 Aug 19 16:45 products.html
-r--r--r-- 1 root root 16052 Aug 19 16:45 terrain.html
-r--r--r-- 1 root root 3684 Aug 19 16:45 what.html
-r--r--r-- 1 root root 2912 Aug 19 16:45 where.html

./docs/ref/java:
total 25
drwxr-xr-x 2 root root 168 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2293 Aug 19 16:44 compat.html
-r--r--r-- 1 root root 5760 Aug 19 16:44 conf.html
-r--r--r-- 1 root root 3092 Aug 19 16:44 faq.html
-r--r--r-- 1 root root 6396 Aug 19 16:44 program.html

./docs/ref/lock:
total 93
drwxr-xr-x 2 root root 456 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 9283 Aug 19 16:46 am_conv.html
-r--r--r-- 1 root root 3416 Aug 19 16:46 cam_conv.html
-r--r--r-- 1 root root 3210 Aug 19 16:46 config.html
-r--r--r-- 1 root root 6161 Aug 19 16:46 dead.html
-r--r--r-- 1 root root 9295 Aug 19 16:46 deaddbg.html
-r--r--r-- 1 root root 8817 Aug 19 16:46 intro.html
-r--r--r-- 1 root root 6462 Aug 19 16:46 max.html
-r--r--r-- 1 root root 3757 Aug 19 16:46 nondb.html
-r--r--r-- 1 root root 3437 Aug 19 16:46 notxn.html
-r--r--r-- 1 root root 4726 Aug 19 16:46 page.html
-r--r--r-- 1 root root 3320 Aug 19 16:46 stdmode.html
-r--r--r-- 1 root root 4952 Aug 19 16:46 timeout.html
-r--r--r-- 1 root root 3315 Aug 19 16:46 twopl.html

./docs/ref/log:
total 17
drwxr-xr-x 2 root root 144 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 3221 Aug 19 16:47 config.html
-r--r--r-- 1 root root 5712 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 3064 Aug 19 16:47 limits.html

./docs/ref/mp:
total 17
drwxr-xr-x 2 root root 112 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 3883 Aug 19 16:44 config.html
-r--r--r-- 1 root root 8441 Aug 19 16:44 intro.html

./docs/ref/perl:
total 5
drwxr-xr-x 2 root root 80 Aug 19 16:43 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2809 Aug 19 16:43 intro.html

./docs/ref/program:
total 73
drwxr-xr-x 2 root root 440 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2656 Aug 19 16:45 appsignals.html
-r--r--r-- 1 root root 2328 Aug 19 16:45 cache.html
-r--r--r-- 1 root root 2494 Aug 19 16:45 compatible.html
-r--r--r-- 1 root root 4603 Aug 19 16:45 copy.html
-r--r--r-- 1 root root 2324 Aug 19 16:45 environ.html
-r--r--r-- 1 root root 7946 Aug 19 16:45 errorret.html
-r--r--r-- 1 root root 2770 Aug 19 16:45 faq.html
-r--r--r-- 1 root root 5831 Aug 19 16:45 mt.html
-r--r--r-- 1 root root 3221 Aug 19 16:45 namespace.html
-r--r--r-- 1 root root 3814 Aug 19 16:45 ram.html
-r--r--r-- 1 root root 3892 Aug 19 16:45 runtime.html
-r--r--r-- 1 root root 6708 Aug 19 16:45 scope.html
-r--r--r-- 1 root root 5752 Aug 19 16:45 solaris.txt

./docs/ref/refs:
total 493
drwxr-xr-x 2 root root 272 Aug 19 16:43 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 39606 Aug 19 16:43 bdb_usenix.html
-r--r--r-- 1 root root 83908 Aug 19 16:43 bdb_usenix.ps
-r--r--r-- 1 root root 32382 Aug 19 16:43 embedded.html
-r--r--r-- 1 root root 158771 Aug 19 16:43 hash_usenix.ps
-r--r--r-- 1 root root 168201 Aug 19 16:43 libtp_usenix.ps
-r--r--r-- 1 root root 5101 Aug 19 16:43 refs.html
-r--r--r-- 1 root root 1314 Aug 19 16:43 witold.html

./docs/ref/rep:
total 130
drwxr-xr-x 2 root root 488 Aug 19 16:45 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 8202 Aug 19 16:44 app.html
-r--r--r-- 1 root root 8851 Aug 19 16:44 comm.html
-r--r--r-- 1 root root 8116 Aug 19 16:45 elect.html
-r--r--r-- 1 root root 4247 Aug 19 16:44 ex.html
-r--r--r-- 1 root root 9184 Aug 19 16:44 ex_comm.html
-r--r--r-- 1 root root 9406 Aug 19 16:45 ex_rq.html
-r--r--r-- 1 root root 7133 Aug 19 16:44 faq.html
-r--r--r-- 1 root root 3244 Aug 19 16:45 id.html
-r--r--r-- 1 root root 2866 Aug 19 16:44 init.html
-r--r--r-- 1 root root 5534 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 3879 Aug 19 16:44 logonly.html
-r--r--r-- 1 root root 3479 Aug 19 16:44 newsite.html
-r--r--r-- 1 root root 6209 Aug 19 16:44 partition.html
-r--r--r-- 1 root root 2605 Aug 19 16:44 pri.html
-r--r--r-- 1 root root 16947 Aug 19 16:44 trans.html

./docs/ref/rpc:
total 25
drwxr-xr-x 2 root root 168 Aug 19 16:48 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5460 Aug 19 16:48 client.html
-r--r--r-- 1 root root 1988 Aug 19 16:48 faq.html
-r--r--r-- 1 root root 5389 Aug 19 16:48 intro.html
-r--r--r-- 1 root root 3830 Aug 19 16:48 server.html

./docs/ref/simple_tut:
total 61
drwxr-xr-x 2 root root 344 Aug 19 16:47 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4298 Aug 19 16:47 close.html
-r--r--r-- 1 root root 4200 Aug 19 16:47 del.html
-r--r--r-- 1 root root 3232 Aug 19 16:47 errors.html
-r--r--r-- 1 root root 1659 Aug 19 16:47 example.cs
-r--r--r-- 1 root root 4637 Aug 19 16:47 get.html
-r--r--r-- 1 root root 2058 Aug 19 16:47 handles.html
-r--r--r-- 1 root root 2357 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 3155 Aug 19 16:47 keydata.html
-r--r--r-- 1 root root 5430 Aug 19 16:47 open.html
-r--r--r-- 1 root root 6483 Aug 19 16:47 put.html

./docs/ref/tcl:
total 29
drwxr-xr-x 2 root root 200 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 4180 Aug 19 16:44 error.html
-r--r--r-- 1 root root 3484 Aug 19 16:44 faq.html
-r--r--r-- 1 root root 4137 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 2085 Aug 19 16:44 program.html
-r--r--r-- 1 root root 3273 Aug 19 16:44 using.html

./docs/ref/test:
total 9
drwxr-xr-x 2 root root 96 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 1827 Aug 19 16:44 faq.html
-r--r--r-- 1 root root 3891 Aug 19 16:44 run.html

./docs/ref/transapp:
total 210
drwxr-xr-x 2 root root 840 Aug 19 16:48 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 3482 Aug 19 16:48 admin.html
-r--r--r-- 1 root root 8932 Aug 19 16:48 app.html
-r--r--r-- 1 root root 9573 Aug 19 16:48 archival.html
-r--r--r-- 1 root root 4421 Aug 19 16:48 atomicity.html
-r--r--r-- 1 root root 4799 Aug 19 16:48 checkpoint.html
-r--r--r-- 1 root root 5264 Aug 19 16:48 cursor.html
-r--r--r-- 1 root root 6061 Aug 19 16:48 data_open.html
-r--r--r-- 1 root root 6048 Aug 19 16:48 deadlock.html
-r--r--r-- 1 root root 6812 Aug 19 16:48 env_open.html
-r--r--r-- 1 root root 6435 Aug 19 16:48 faq.html
-r--r--r-- 1 root root 4454 Aug 19 16:48 filesys.html
-r--r--r-- 1 root root 5593 Aug 19 16:48 hotfail.html
-r--r--r-- 1 root root 6392 Aug 19 16:48 inc.html
-r--r--r-- 1 root root 2941 Aug 19 16:48 intro.html
-r--r--r-- 1 root root 3772 Aug 19 16:48 logfile.html
-r--r--r-- 1 root root 4422 Aug 19 16:48 nested.html
-r--r--r-- 1 root root 11009 Aug 19 16:48 put.html
-r--r--r-- 1 root root 3892 Aug 19 16:48 read.html
-r--r--r-- 1 root root 10058 Aug 19 16:48 reclimit.html
-r--r--r-- 1 root root 6675 Aug 19 16:48 recovery.html
-r--r--r-- 1 root root 4208 Aug 19 16:48 term.html
-r--r--r-- 1 root root 7443 Aug 19 16:48 throughput.html
-r--r--r-- 1 root root 10604 Aug 19 16:48 transapp.cs
-r--r--r-- 1 root root 9962 Aug 19 16:48 tune.html
-r--r--r-- 1 root root 2640 Aug 19 16:48 why.html
-r--r--r-- 1 root root 2386 Aug 19 16:48 writetest.cs

./docs/ref/txn:
total 17
drwxr-xr-x 2 root root 144 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2902 Aug 19 16:44 config.html
-r--r--r-- 1 root root 7423 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 3607 Aug 19 16:44 limits.html

./docs/ref/upgrade:
total 17
drwxr-xr-x 2 root root 112 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 9129 Aug 19 16:46 process.html
-r--r--r-- 1 root root 3287 Aug 19 16:46 version.html

./docs/ref/upgrade.2.0:
total 29
drwxr-xr-x 2 root root 200 Aug 19 16:43 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5281 Aug 19 16:43 convert.html
-r--r--r-- 1 root root 2042 Aug 19 16:43 disk.html
-r--r--r-- 1 root root 2283 Aug 19 16:43 intro.html
-r--r--r-- 1 root root 6061 Aug 19 16:43 system.html
-r--r--r-- 1 root root 1535 Aug 19 16:43 toc.html

./docs/ref/upgrade.3.0:
total 150
drwxr-xr-x 2 root root 1048 Aug 19 16:43 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2650 Aug 19 16:43 close.html
-r--r--r-- 1 root root 2171 Aug 19 16:43 cxx.html
-r--r--r-- 1 root root 3239 Aug 19 16:43 db.html
-r--r--r-- 1 root root 3286 Aug 19 16:43 db_cxx.html
-r--r--r-- 1 root root 5207 Aug 19 16:43 dbenv.html
-r--r--r-- 1 root root 3678 Aug 19 16:43 dbenv_cxx.html
-r--r--r-- 1 root root 5302 Aug 19 16:43 dbinfo.html
-r--r--r-- 1 root root 2172 Aug 19 16:43 disk.html
-r--r--r-- 1 root root 1999 Aug 19 16:43 eacces.html
-r--r--r-- 1 root root 2401 Aug 19 16:43 eagain.html
-r--r--r-- 1 root root 8711 Aug 19 16:43 envopen.html
-r--r--r-- 1 root root 3630 Aug 19 16:43 func.html
-r--r--r-- 1 root root 1825 Aug 19 16:43 intro.html
-r--r--r-- 1 root root 2515 Aug 19 16:43 java.html
-r--r--r-- 1 root root 2079 Aug 19 16:43 join.html
-r--r--r-- 1 root root 4105 Aug 19 16:43 jump_set.html
-r--r--r-- 1 root root 1792 Aug 19 16:43 lock_detect.html
-r--r--r-- 1 root root 1958 Aug 19 16:43
lock_notheld.html
-r--r--r-- 1 root root 1839 Aug 19 16:43 lock_put.html
-r--r--r-- 1 root root 1764 Aug 19 16:43 lock_stat.html
-r--r--r-- 1 root root 1795 Aug 19 16:43
log_register.html
-r--r--r-- 1 root root 1696 Aug 19 16:43 log_stat.html
-r--r--r-- 1 root root 1843 Aug 19 16:43 memp_stat.html
-r--r--r-- 1 root root 3900 Aug 19 16:43 open.html
-r--r--r-- 1 root root 2351 Aug 19 16:43 rmw.html
-r--r--r-- 1 root root 1743 Aug 19 16:43 stat.html
-r--r--r-- 1 root root 3130 Aug 19 16:43 toc.html
-r--r--r-- 1 root root 1786 Aug 19 16:43 txn_begin.html
-r--r--r-- 1 root root 1788 Aug 19 16:43 txn_commit.html
-r--r--r-- 1 root root 1680 Aug 19 16:43 txn_stat.html
-r--r--r-- 1 root root 3093 Aug 19 16:43 value_set.html
-r--r--r-- 1 root root 2576 Aug 19 16:43 xa.html

./docs/ref/upgrade.3.1:
total 78
drwxr-xr-x 2 root root 616 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 3532 Aug 19 16:43 btstat.html
-r--r--r-- 1 root root 2797 Aug 19 16:43 config.html
-r--r--r-- 1 root root 2563 Aug 19 16:43 disk.html
-r--r--r-- 1 root root 2250 Aug 19 16:44 dup.html
-r--r--r-- 1 root root 4781 Aug 19 16:43 env.html
-r--r--r-- 1 root root 1822 Aug 19 16:43 intro.html
-r--r--r-- 1 root root 2071 Aug 19 16:43
log_register.html
-r--r--r-- 1 root root 1954 Aug 19 16:43 logalloc.html
-r--r--r-- 1 root root 2128 Aug 19 16:43
memp_register.html
-r--r--r-- 1 root root 3801 Aug 19 16:44 put.html
-r--r--r-- 1 root root 2135 Aug 19 16:43
set_feedback.html
-r--r--r-- 1 root root 2120 Aug 19 16:43
set_paniccall.html
-r--r--r-- 1 root root 2442 Aug 19 16:43
set_tx_recover.html
-r--r--r-- 1 root root 1930 Aug 19 16:43 sysmem.html
-r--r--r-- 1 root root 2150 Aug 19 16:43 tcl.html
-r--r--r-- 1 root root 2416 Aug 19 16:43 tmp.html
-r--r--r-- 1 root root 2407 Aug 19 16:43 toc.html
-r--r--r-- 1 root root 1800 Aug 19 16:43 txn_check.html

./docs/ref/upgrade.3.2:
total 49
drwxr-xr-x 2 root root 424 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 3037 Aug 19 16:44 callback.html
-r--r--r-- 1 root root 2210 Aug 19 16:44 db_dump.html
-r--r--r-- 1 root root 2093 Aug 19 16:44 disk.html
-r--r--r-- 1 root root 2126 Aug 19 16:44 handle.html
-r--r--r-- 1 root root 2905 Aug 19 16:44 incomplete.html
-r--r--r-- 1 root root 1828 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 2019 Aug 19 16:44 mutexlock.html
-r--r--r-- 1 root root 2002 Aug 19 16:44 notfound.html
-r--r--r-- 1 root root 2788 Aug 19 16:44 renumber.html
-r--r--r-- 1 root root 3127 Aug 19 16:44 set_flags.html
-r--r--r-- 1 root root 2042 Aug 19 16:44 toc.html
-r--r--r-- 1 root root 2378 Aug 19 16:44 tx_recover.html

./docs/ref/upgrade.3.3:
total 53
drwxr-xr-x 2 root root 416 Aug 19 16:44 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 5009 Aug 19 16:44 alloc.html
-r--r--r-- 1 root root 2023 Aug 19 16:44 bigfile.html
-r--r--r-- 1 root root 1748 Aug 19 16:44 conflict.html
-r--r--r-- 1 root root 1808 Aug 19 16:44 disk.html
-r--r--r-- 1 root root 2105 Aug 19 16:44 getswap.html
-r--r--r-- 1 root root 2062 Aug 19 16:44 gettype.html
-r--r--r-- 1 root root 1816 Aug 19 16:44 intro.html
-r--r--r-- 1 root root 2724 Aug 19 16:44 memp_fget.html
-r--r--r-- 1 root root 2092 Aug 19 16:44 rpc.html
-r--r--r-- 1 root root 2271 Aug 19 16:44 shared.html
-r--r--r-- 1 root root 1998 Aug 19 16:44 toc.html
-r--r--r-- 1 root root 1849 Aug 19 16:44 txn_prepare.html

./docs/ref/upgrade.4.0:
total 74
drwxr-xr-x 2 root root 472 Aug 19 16:48 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2920 Aug 19 16:47 asr.html
-r--r--r-- 1 root root 2566 Aug 19 16:47 cxx.html
-r--r--r-- 1 root root 1795 Aug 19 16:47 deadlock.html
-r--r--r-- 1 root root 1842 Aug 19 16:47 disk.html
-r--r--r-- 1 root root 6511 Aug 19 16:47 env.html
-r--r--r-- 1 root root 1826 Aug 19 16:47 intro.html
-r--r--r-- 1 root root 2388 Aug 19 16:48 java.html
-r--r--r-- 1 root root 3402 Aug 19 16:47 lock.html
-r--r--r-- 1 root root 1937 Aug 19 16:47
lock_id_free.html
-r--r--r-- 1 root root 4419 Aug 19 16:47 log.html
-r--r--r-- 1 root root 5563 Aug 19 16:47 mp.html
-r--r--r-- 1 root root 1963 Aug 19 16:47 rpc.html
-r--r--r-- 1 root root 2057 Aug 19 16:47 set_lk_max.html
-r--r--r-- 1 root root 2124 Aug 19 16:47 toc.html
-r--r--r-- 1 root root 3462 Aug 19 16:47 txn.html

./docs/ref/upgrade.4.1:
total 62
drwxr-xr-x 2 root root 488 Aug 19 16:42 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2414 Aug 19 16:42
app_dispatch.html
-r--r--r-- 1 root root 2211 Aug 19 16:42 checkpoint.html
-r--r--r-- 1 root root 3009 Aug 19 16:42 cxx.html
-r--r--r-- 1 root root 2201 Aug 19 16:42 disk.html
-r--r--r-- 1 root root 1867 Aug 19 16:42 excl.html
-r--r--r-- 1 root root 7415 Aug 19 16:42 fop.html
-r--r--r-- 1 root root 1788 Aug 19 16:42 hash_nelem.html
-r--r--r-- 1 root root 2211 Aug 19 16:42 incomplete.html
-r--r--r-- 1 root root 1818 Aug 19 16:42 intro.html
-r--r--r-- 1 root root 2125 Aug 19 16:42 java.html
-r--r--r-- 1 root root 1873 Aug 19 16:42
log_register.html
-r--r--r-- 1 root root 1840 Aug 19 16:42 log_stat.html
-r--r--r-- 1 root root 2321 Aug 19 16:42 memp_sync.html
-r--r--r-- 1 root root 2159 Aug 19 16:42 toc.html

./docs/ref/upgrade.4.2:
total 66
drwxr-xr-x 2 root root 472 Aug 19 16:43 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 2155 Aug 19 16:43 cksum.html
-r--r--r-- 1 root root 1959 Aug 19 16:43 client.html
-r--r--r-- 1 root root 2548 Aug 19 16:43 del.html
-r--r--r-- 1 root root 1823 Aug 19 16:43 disk.html
-r--r--r-- 1 root root 1818 Aug 19 16:43 intro.html
-r--r--r-- 1 root root 6402 Aug 19 16:43 java.html
-r--r--r-- 1 root root 4212 Aug 19 16:43 lockng.html
-r--r--r-- 1 root root 2701 Aug 19 16:43 nosync.html
-r--r--r-- 1 root root 2238 Aug 19 16:43 priority.html
-r--r--r-- 1 root root 2429 Aug 19 16:43 queue.html
-r--r--r-- 1 root root 3575 Aug 19 16:43 repinit.html
-r--r--r-- 1 root root 1627 Aug 19 16:43 tcl.html
-r--r--r-- 1 root root 2028 Aug 19 16:43 toc.html
-r--r--r-- 1 root root 2755 Aug 19 16:43 verify.html

./docs/ref/xa:
total 41
drwxr-xr-x 2 root root 200 Aug 19 16:46 .
drwxr-xr-x 48 root root 1344 Aug 19 16:42 ..
-r--r--r-- 1 root root 12963 Aug 19 16:46 build.html
-r--r--r-- 1 root root 4392 Aug 19 16:46 faq.html
-r--r--r-- 1 root root 3774 Aug 19 16:46 intro.html
-r--r--r-- 1 root root 5253 Aug 19 16:46 xa_config.html
-r--r--r-- 1 root root 3442 Aug 19 16:46 xa_intro.html

./docs/sleepycat:
total 16
drwxr-xr-x 2 root root 144 Aug 19 16:42 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 1099 Aug 19 16:42 contact.html
-r--r--r-- 1 root root 3885 Aug 19 16:42 legal.html
-r--r--r-- 1 root root 6513 Aug 19 16:42 license.html

./docs/utility:
total 84
drwxr-xr-x 2 root root 448 Aug 19 16:42 .
drwxr-xr-x 10 root root 280 Aug 20 16:24 ..
-r--r--r-- 1 root root 3904 Aug 19 16:42
berkeley_db_svc.html
-r--r--r-- 1 root root 5606 Aug 19 16:42 db_archive.html
-r--r--r-- 1 root root 4304 Aug 19 16:42
db_checkpoint.html
-r--r--r-- 1 root root 4527 Aug 19 16:42 db_deadlock.html
-r--r--r-- 1 root root 7096 Aug 19 16:42 db_dump.html
-r--r--r-- 1 root root 8904 Aug 19 16:42 db_load.html
-r--r--r-- 1 root root 3127 Aug 19 16:42 db_printlog.html
-r--r--r-- 1 root root 4956 Aug 19 16:41 db_recover.html
-r--r--r-- 1 root root 5562 Aug 19 16:42 db_stat.html
-r--r--r-- 1 root root 4789 Aug 19 16:42 db_upgrade.html
-r--r--r-- 1 root root 3873 Aug 19 16:42 db_verify.html
-r--r--r-- 1 root root 2018 Aug 19 16:42 index.html

./include:
total 2086
drwxr-xr-x 2 root root 152 Aug 20 18:03 .
drwxr-xr-x 6 root root 144 Aug 19 17:24 ..
-r--r--r-- 1 root root 80355 Aug 20 15:45 db.h
-r--r--r-- 1 root root 33181 Aug 20 15:45 db_cxx.h
-rw-r--r-- 2 root root 1005020 Aug 20 16:23 libdb-4.2.a
-rw-r--r-- 2 root root 1005020 Aug 20 16:23 libdb.a

./lib:
total 2779
drwxr-xr-x 2 root root 224 Aug 20 16:23 .
drwxr-xr-x 6 root root 144 Aug 19 17:24 ..
-rw-r--r-- 2 root root 1005020 Aug 20 16:23 libdb-4.2.a
-rw-r--r-- 1 root root 802 Aug 20 16:20 libdb-4.2.la
-rwxr-xr-x 1 root root 820574 Aug 20 16:20 libdb-4.2.so
lrwxrwxrwx 1 root root 12 Aug 20 16:23 libdb-4.so ->
libdb-4.2.so
-rw-r--r-- 2 root root 1005020 Aug 20 16:23 libdb.a
lrwxrwxrwx 1 root root 12 Aug 20 16:23 libdb.so ->
libdb-4.2.so

-----Original Message-----
From: Max Bowsher [mailto:maxb@ukf.net]
Sent: Saturday, 21 August 2004 4:25 AM
To: Kle Miller; users@subversion.tigris.org
Subject: Re: Hiya List, got some questions about installation of
Subversion/Berkeley DB,

Kle Miller wrote:
> Hiya,
> I am trying to install Subversion on a Suse 9.0 Linux box. I am trying

> to do it form the source because am not that fond of rpm packages.
>
> I have read numerous tutorials on it and none have been able to help
> me with my problem.
>
> I have got most things installed - Apache 2.0.50, Apr (both with
> apache and from the subversion code), neon,
>
> i am having trouble with BerkeleyDB 4.2.52 though. I made and
> installed it using
>
> ../dist/configure
> make
> make install
>
> and then when i try to configure either subversion or just the apr
> util i get the error below.
> linux:/tmp/subversion-1.1.0-rc2/apr-util # ./configure
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db42
> --enable-dav --enable-so --with-apr=/usr/local/apr .......
> snip
> .....
> checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2...
> checking db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb-4.2... no
> checking db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb4... no
> checking db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb... no
> configure: error: Berkeley db4 not found
> linux:/tmp/subversion-1.1.0-rc2/apr-util #
>
> Could point me in the right direction as to how to get apr util to
> link/find Berkeley DB so i can compile Subverison

Whenever things go wrong with a configure, the first thing to do is look
in config.log for more info on exactly what happened.

Please also post the output of "ls -lR" in /usr/local/BerkeleyDB.4.2

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 24 02:54:16 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.