I am running Ubuntu 22.04.3 LTS with codename jammy and intend to install multichain
- sudo apt-get update
- sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
- sudo apt-get install libboost-all-dev
- sudo apt-get install git
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:bitcoin/bitcoin
- sudo apt-get update
- sudo apt-get install libdb4.8-dev libdb4.8++-dev
The command sudo apt-get install libdb4.8-dev libdb4.8++-dev failed with no installation candidate
and sudo amke command failed with an error message
Making all in src
make[1]: Entering directory '/mnt/multichain-master/src'
CXX filters/multichaind-filter.o
In file included from filters/filter.cpp:9:
./v8/v8engine.h:10:10: fatal error: v8.h: No such file or directory
10 | #include <v8.h>
| ^~~~~~
compilation terminated.
make[1]: *** [Makefile:5079: filters/multichaind-filter.o] Error 1
make[1]: Leaving directory '/mnt/multichain-master/src'
make: *** [Makefile:566: all-recursive] Error 1
Please help to provide input for me to proceed, thank you.