when i do this
./src/zcashd -daemon
i got
bash: ./src/zcashd: нет такого файла или каталога
also i got this at the end of test ./qa/zcash/full-test-suite.sh
checking for library containing clock_gettime… none required
checking for visibility attribute… yes
checking for Berkeley DB C++ headers… no
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality (–disable-wallet to disable wallet functionality)
(“нет такого файла или каталога” means “no such file or directory”, indicating that the zcashd executable was not successfully built.)
Which OS distribution are you using, @safiullinalbert? You’ll need to either install the correct version of the Berkeley DB C++ headers and library for that distribution, or edit zcutil/build.sh to add " --with-incompatible-bdb" to the line starting “./configure”.