Giter Site home page Giter Site logo

Comments (8)

ionutbaltariu avatar ionutbaltariu commented on July 4, 2024 2

@pkittenis libssh2 1.11 was released today. Could you also update ssh2-python?

from ssh2-python.

pkittenis avatar pkittenis commented on July 4, 2024

Pending release of new libssh2 version.

1.10.0 is still the latest version, and that is what is in the repository. This project tracks official releases, not master branch of libssh2.

from ssh2-python.

ionutbaltariu avatar ionutbaltariu commented on July 4, 2024

I understand. However, could you provide some steps to manually update the libssh2 version for the project?
I imagine that I could clone the master branch of libssh2 and just do some setup steps to reinstall ssh2-python.

from ssh2-python.

pkittenis avatar pkittenis commented on July 4, 2024

Sure, building with system/self provided libssh2 is documented here.

from ssh2-python.

ionutbaltariu avatar ionutbaltariu commented on July 4, 2024

I have tried to use the documented instructions in order to install ssh2-python with a self-built libssh2 from the latest version on their github repository.

However, it just seems it is not a really trivial task. Does installing under Windows also require installing OpenSSL? While trying to install I get the following error:

LINK : fatal error LNK1181: cannot open input file 'libcrypto64MD.lib'

from ssh2-python.

ionutbaltariu avatar ionutbaltariu commented on July 4, 2024

This is the way I've built libssh2 on Windows:

mkdir dll
cd dll
cmake -DCRYPTO_BACKEND=WinCNG -DBUILD_SHARED_LIBS=ON ..
cmake --build . --target install

Then I've used python .\setup.py build_ext -I C:\libssh2\dll\src\ -L C:\libssh2\dll\src\Debug (Debug is where I found the dll/lib files). I'm really feeling like doing things without actually knowing what they trully mean. Could you help me in this issue?

from ssh2-python.

tmzhuang avatar tmzhuang commented on July 4, 2024

@pkittenis as an update, libssh2 release is slated for May 30 2023 according to this thread.

from ssh2-python.

sand-prs avatar sand-prs commented on July 4, 2024

Any updates as to when a fix for ssh2-python will be ready?

from ssh2-python.

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.