My development environment is Ubuntu 18.04 LTS. I have cloned the Indy SDK from the GitHub repository. When I am trying to install libindy which is essential for Indy node and Indy pool, it is failing due to the non-availability of Libsodium18. I have already installed libsodium-dev on my machine. I have also installed libsodium23. It seems libdsodium23 is recommended for Ubuntu 18.04. Can anyone help me to find a solution or workaround so that I can setup Indy node and Indy Pool with libindy in Ubuntu 18.04.
Asked
Active
Viewed 1,136 times
3
-
4Hello, did you find a solution here? You could use a previous version of libindy. eg apt-get install -y libindy=1.14.2~1524 – Polem May 01 '20 at 14:33
-
That's a good workaround. Thanks for the suggestion. – Gokul Alex May 05 '20 at 11:42
-
Crazy man! @Polem It works!! – Venkatesh Sorapalli Jun 06 '20 at 10:21
1 Answers
1
Use the following command:
sudo apt-get install -y indy-cli

Riccardo
- 1,083
- 2
- 15
- 25

Piyusha Patel
- 67
- 1
- 8