Hello VentureCurrency.
Why when was installing Berkeley DB 18.1 (18.1.40) AGPL-3.0 unzipped file
after commands -
tar -xzf berkeleydb-18.1.40.tar.gz -
cd berkeleydb-18.1.40 -
cd build_unix -
../dist/configure --prefix=/usr/local -
make -
sudo make install -
got this message
" ...Installing documentation: /usr/local/docs ...
cp: cannot stat 'bdb-sql': No such file or directory
cp: cannot stat 'gsg_db_server': No such file or directory
make: *** [Makefile:1310: install_docs] Error 1 "
Where are those files - 'bdb-sql' - 'gsg_db_server' - why they not inside of zipped file?
Thank you.