I tried to compile the cardano-node but it failed, how do i go on succesfully? Either it is better just to remove the cardano-node folder and compile again or there is another way? I have little experience compiling programs so i will be thankful with your help.
I am using Debian 11 and i used the CoinCashew Guide, i am on the step 2. precisely “cabal build cardano-cli cardano-node”. Unfourtunately i can’t figure out where to get the cabal log file to see again the error prompt,but i will try to do “cabal clean” and then rebuild to see what happens.
I tried to do the whole process again, and when i try to configure cabal to start building it… i get this error. Apparently, is a problem with the cardano-crypto-class library within the libsodium-any package.
Thank you for your help, I solved the issue, as noted in this cardano forum post and this github issue the missed packaged was libsodium-dev. So i ran sudo apt install libsodium-dev and then perfectly compiled. I will text to coincashew to update this issue. Thank you again.