dev.ozan
dev.ozan

Reputation: 51

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.

Upvotes: 4

Views: 1501

Answers (2)

GKV
GKV

Reputation: 892

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

Upvotes: 3

dev.ozan
dev.ozan

Reputation: 51

I solved my problem by reinstalling the Ubuntu terminal.

Upvotes: 1

Related Questions