Closed stachen closed 6 years ago
Looks like I found the answer to my question lol
Ran these commands required for building out the SDK binaries
apt-get update && \
apt-get install -y \
build-essential \
pkg-config \
cmake \
libssl-dev \
libsqlite3-dev \
libsodium-dev
Source: https://github.com/hyperledger/indy-sdk/blob/master/doc/ubuntu-build.md And the test would then work! Wondering which is the necessary one.
Hi again,
I was trying to rebuild another dev environment with Ubuntu. I ran into this issue that I think I've seen before but couldn't quite remember what I did to resolve this.
Any idea how to debug this CommonIOError?
Again, thanks a bunch