Berkeley DB 1.85 Source
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 08:33:58 UTC
Hi, With 13.0-RELEASE, I would like to compile and install the Berkeley DB 1.85 source from /usr/src/lib/libc/db however only in its parent directory /usr/src/lib/libc I could perform the "make" command. Is there a way to compile specific to the db only? If it's possible then what are the "make" parameters I should include to invoke? freebsd@fbsd13:/usr/src/lib/libc/db % ls -lah total 56 drwxr-xr-x 10 root wheel 512B Jan 28 01:36 . drwxr-xr-x 43 root wheel 1.0K Apr 9 2021 .. -rw-r--r-- 1 root wheel 416B Apr 9 2021 Makefile.inc -rw-r--r-- 1 root wheel 1.2K Apr 9 2021 README -rw-r--r-- 1 root wheel 380B Apr 9 2021 Symbol.map drwxr-xr-x 2 root wheel 512B Apr 9 2021 btree -rw-r--r-- 1 root wheel 3.4K Apr 9 2021 changelog drwxr-xr-x 2 root wheel 512B Apr 9 2021 db drwxr-xr-x 2 root wheel 512B Apr 9 2021 docs drwxr-xr-x 2 root wheel 512B Jan 27 23:38 hash drwxr-xr-x 2 root wheel 512B Apr 9 2021 man drwxr-xr-x 2 root wheel 512B Apr 9 2021 mpool drwxr-xr-x 2 root wheel 512B Apr 9 2021 recno drwxr-xr-x 4 root wheel 512B Apr 9 2021 test Thanks, Archimedes