Cp: ​​cannot stat 'share / docs / html: no such file or directory

cannot install couchdb 2 I'm stuck again with installing documentation:

Installing CouchDB in // usr / local / lib / couchdb ... ==> rel (generate) WARN: the generate command does not apply to the directory / root / src / couchdb cp: cannot stat 'share / docs / html: there is no such file or directory Makefile: 85: the recipe for the purpose of “install” failed make: *** [install] Error 1

+4
source share
1 answer

Perhaps this is due to what you do not have man. You can run ./configure --disable-docsor install man( apt-get install manfor Ubuntu).

To get started from scratch, you can run make clean && ./configure --disable-docs && make release

0

Source: https://habr.com/ru/post/1623200/


All Articles