GithubHelp home page GithubHelp logo

x86 binary missing about sshfs-win HOT 8 CLOSED

myroad94 avatar myroad94 commented on June 10, 2024
x86 binary missing

from sshfs-win.

Comments (8)

billziss-gh avatar billziss-gh commented on June 10, 2024

There currently is not any x86 binary of SSHFS-Win.

If you have a working 32-bit installation of Cygwin, it is not hard to create one. You must install the latest version of WinFsp and also install the included cygfuse (it can be found under \Program Files\WinFsp\opt). Then (assuming that you have the necessary dev tools installed under Cygwin) you should be able to run make and get a 32-bit version of SSHFS-Win.

from sshfs-win.

myroad94 avatar myroad94 commented on June 10, 2024

Ok, thank you. You should write a warning in sshfs page, because I and other people spent some time figuring what was wrong.

Then (assuming that you have the necessary dev tools installed under Cygwin) you should be able to run make and get a 32-bit version of SSHFS-Win.

Do you know what is the minimum packages list that Cygwin need? (I guess make), then

git clone https://github.com/billziss-gh/sshfs-win.git
git checkout 2.7
cd sshfs-win
./configure
./make

I will try that. But the missing x86 binaries are really a barrier to a popular adoption by end users, it would be great to add it one day :)

from sshfs-win.

billziss-gh avatar billziss-gh commented on June 10, 2024

I will try that. But the missing x86 binaries are really a barrier to a popular adoption by end users, it would be great to add it one day :)

Point taken. I will look into adding it in the future :)

Do you know what is the minimum packages list that Cygwin need?

I think they are the usual suspects: gcc, autoconf, etc. and also the packages required to compile SSHFS:

https://github.com/libfuse/sshfs/blob/a9a1cc004675f35df34c68f3e134c2194311943f/configure.ac#L47

FUSE is provided by WinFsp (look in \Program Files\WinFsp\opt), but Glib should be installed using the Cygwin installer.

You will also need Wix to build the SSHFS-Win installer, which I recognize is a PITA.

The steps should just be (no configure necessary):

cd sshfs-win
make

If you succeed in building this it would be very helpful if you provided the instructions here or as a PR in the README ("How to build").

from sshfs-win.

fbreitwieser avatar fbreitwieser commented on June 10, 2024

I ran into the same issue on my 32-bit Windows 7 VM. It installed fine, and when trying to map a network drive it even asked for the password, but then it just does not work. I also took me some time to figure out what was going on. It would be very appreciated if you warn users during or after installation that it does not work on 32bit machines.

from sshfs-win.

billziss-gh avatar billziss-gh commented on June 10, 2024

Commit d1b9487 will fix this.

Unfortunately some other changes require the final release of WinFsp v1.2, so I cannot release binaries yet.

from sshfs-win.

billziss-gh avatar billziss-gh commented on June 10, 2024

The latest SSHFS-Win release now inludes x64 and x86 binaries.

https://github.com/billziss-gh/sshfs-win/releases/latest

from sshfs-win.

myroad94 avatar myroad94 commented on June 10, 2024

I confirm it works in 32bit, excellent release!

from sshfs-win.

billziss-gh avatar billziss-gh commented on June 10, 2024

Great to hear!

from sshfs-win.

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.