GithubHelp home page GithubHelp logo

Comments (10)

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024 2

image

from agave.

joncinque avatar joncinque commented on August 23, 2024 2

I've got fixes for some part of the windows issues at #73 to remove the reliance on additional DLLs that aren't part of a fresh windows installation. This doesn't address the tar issue though.

from agave.

steviez avatar steviez commented on August 23, 2024

Do you have access to a Windows machine? I personally do not; might be able to find one but if you could run the following and share the logs, the additional verbosity might give more insight into where it is getting snagged:

RUST_LOG=trace solana-test-validator

Attaching to the process with WinDbg and viewing thread stacks would be more involved, but probably much more insightful / much quicker path to honing in. I haven't done Windows debugging in years but I don't remember the tool being too bad to work with: https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/

from agave.

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024

@jacobcreech @steviez i have added Proof of Work here let me know

from agave.

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024

Pre-requisite dlls and binaries

Binaries -

  1. Protoc - https://github.com/protocolbuffers/protobuf/releases/download/v25.3/protoc-25.3-win64.zip
  2. OpenSSL-Winx64 - https://slproweb.com/download/Win64OpenSSL-3_2_1.exe

Dlls -

  1. libssl - https://www.dllme.com/dll/files/libssl-3-x64
  2. libcrypto - https://www.dllme.com/dll/files/libcrypto-3-x64
  3. libclang - https://www.dllme.com/dll/files/libclang/
  4. clang - https://www.dllme.com/dll/files/clang

After downloading

  1. Binaries , I executed them and placed them in C:\Program FIles\ dir
  2. Dlls - i placed them in C:\Windows\System32\ dir

System Environment variables

OPENSSL_INCLUDE_DIR=C:\Program Files\OpenSSL-Win64\include
OPENSSL_LIB=C:\Program Files\OpenSSL-Win64\lib
OPENSSL_LIB_DIR=C:\Program Files\OpenSSL-Win64\lib\VC\x64\MT
PROTOC=C:\Program Files\protoc\bin\protoc
LIBCLANG_PATH=C:\Windows\System32\libclang.dll
PATH=C:\Program Files\OpenSSL-Win64\bin

from agave.

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024

image

from agave.

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024

i did the setup

here is the ping status
image

Logs :
image

from agave.

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024

can this fix protoc , libclang , clang deps?

from agave.

joncinque avatar joncinque commented on August 23, 2024

can this fix protoc , libclang , clang deps?

Those are required for building, but not running

from agave.

Nagaprasadvr avatar Nagaprasadvr commented on August 23, 2024

Cool

from agave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.