Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i execute solana-test-validator command properly?

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.

like image 363
dev.ozan Avatar asked Sep 14 '25 06:09

dev.ozan


1 Answers

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
like image 92
GKV Avatar answered Sep 17 '25 21:09

GKV