Closed SamuelWolf0 closed 9 months ago
Try running: cargo add openssl-sys then, cargo update cargo build --release
That fixes the error.
But executing cargo build --release
now just stops at building the libindy library and won´t finish that task
Yes I noticed and I have opened new issues for it, see link below. https://github.com/hyperledger/indy-sdk/issues/2588
@SamuelWolf0 I have solved the library won't finish the task you highlighted above. I was using AWS ubuntu on free tier 8GB. I was getting the same stoppage, I now increased the memory storage to 20GB and it is now loading but am getting different error. Will keep troubleshooting to see if I can fix
Hi guys! I don't know if this message could help but I had the same error with openssl
and I was able to solve the problem with @chrizteroo message (this one).
This is my current setup:
Maybe @SamuelWolf0 you can try to update your versions.
When running
cargo build --release
the following error occurs:All required dependencies are installed correctly. To which path do you have to set the
OPENSSL_DIR
variables?