fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

trying to run sshfs-static-leopard fails with Malformed Mach-o file #398

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download sshfs-static-leopard precompiled binary from 
2. Give execute permission to the downloaded file ( chmod +x
sshfs-static-leopard)
3. Execute the file ( ./sshfs-static-leopard )

What is the expected output? What do you see instead?

-bash: ./ssfs-static-leopard: Malformed Mach-o file

What version of the product are you using? On what operating system?

Mac OS X 10.5.5

Please provide any additional information below.

Running MacFuse 1.7

Original issue reported on code.google.com by rames...@gmail.com on 13 Nov 2008 at 10:53

GoogleCodeExporter commented 8 years ago
http://groups.google.com/group/macfuse/browse_thread/thread/8b6e40053469b376

Aside from that, it won't work with MacFUSE 1.7 still. Either use the 
prerelease version of MacFUSE or compile 
your own sshfs. It's documented how to do both of these things.

Original comment by si...@gmail.com on 18 Nov 2008 at 11:50

GoogleCodeExporter commented 8 years ago
I am running the same static-version and get the same error 

dhcp-129-64-45-53:MacFUSE 2.0 hari$ ~/Downloads/sshfs-static-leopard       
-bash: /Users/hari/Downloads/sshfs-static-leopard: Malformed Mach-o file

System Version: Mac OS X 10.5.5 (9F33)
MacFuse version : 2.0

Original comment by hari...@gmail.com on 9 Dec 2008 at 4:09

GoogleCodeExporter commented 8 years ago
Same problem.

What I did:
1. I downloaded http://macfuse.googlecode.com/files/MacFUSE-2.0.dmg and 
installed it, after that I 
rebooted my Mac.
2. I downloaded 
http://macfuse.googlecode.com/svn/trunk/filesystems/sshfs/binary/sshfs-static-le
opard, 
renamed it to "sshfs", put it into /usr/sbin and gave the execution permissions 
to the file (chmod +x).
3. I started a terminal and typed "sshfs". Output:
noname:~ lukas$ sshfs
-bash: /usr/sbin/sshfs: Malformed Mach-o file

System Version: Mac OS X 10.5.5 (9F33)

Original comment by blitzche...@googlemail.com on 9 Dec 2008 at 5:17

GoogleCodeExporter commented 8 years ago
Did exactly the same as blitzchecker (but installed in 
/Applications/Utilities), got exactly the same result.

PJ-MacBook:Utilities PJ$ ./sshfs 
-bash: ./sshfs: Malformed Mach-o file

Original comment by pjev...@gmail.com on 10 Dec 2008 at 1:19

GoogleCodeExporter commented 8 years ago
Update: Solved by doing...

svn co http://macfuse.googlecode.com/svn/trunk/filesystems/sshfs/binary/ 

Suspect the sshfs download on the MacFuse page is not correct is some way.

Original comment by pjev...@gmail.com on 10 Dec 2008 at 1:22