Closed natanaelyabes closed 5 years ago
Hi,
It shoud be due to the dynamic link issue.
OS fails to find the restclient-cpp library.
If you have installed restclient-cpp, use bash cmd
sudo ldconfig
to update the search path for the library.
Thanks for the quick reply.
After installing the restclient-cpp and libcurl, I was able to build the kvstore driver module. However, when running the kvstore micro-benchmark for hyperledger, I got this error:
How can I resolve this? Because I thought I already install the restclient-cpp and the libcurl correctly. Otherwise, I would fail to build the driver.
Some similar issues: