Hi there, I’m trying to run a zcash full node in Fedora 38, and got an error.
An snippet of make process output follows
.....
.....
src/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
+ CONFIG_SITE=/home/Development/zcash/depends/x86_64-pc-linux-gnu/share/config.site
+ ./configure --quiet
configure: error: Could not find a version of the Boost::System library!
I’ve double checked and Boost::System library is installed, I’m trying to find why the make fails.
Need some guidance on how to make Boost::System library visible to the makefile process.
Thanks in advance