3

When i try to execute "solana-test-validator" command in my terminal, i get error and it says:
"libcrypto1_1-x64.dll not found"
"libssl-1_1-x64.dll not found"

I searched everywhere and i looked every solana-test-validator related error things but i never be able to solve my problem.

BOK
  • 41
  • 3
  • Are you running on M1? If so, what version did you install? Also, are you running in rosetta terminal or not? – Frank C. Feb 15 '22 at 10:14
  • I am running on Windows 10 and i try to run it multiple terminals at the different times. I tried ubuntu, powershell and cmd. None of them worked and pretty much all of them gives error. – BOK Feb 15 '22 at 21:00

2 Answers2

2

Here is how I solved it. The solution is in the problem. It needs those two DLL files. Therefore, find a correct version of the both the DLL over the internet and paste in the solana active-release path or if you have zoom installed, you can copy the DLLs from there.

Zoom Location - C:\Users\Asus\AppData\Roaming\Zoom\bin
Solana Active release - C:\Users\Asus\.local\share\solana\install\active_release\bin

Once you copy paste the DLLs, just start the CMD as an admin and run

solana-test-validator
GKV
  • 864
  • 1
  • 12
  • 25
1

I solved my problem by reinstalling the Ubuntu terminal.

Martin Müller
  • 2,565
  • 21
  • 32
BOK
  • 41
  • 3