Hi Henry, Am 19.08.2011 um 20:31 schrieb H Greenside:
> I am running Mac OS 10.7.1, installed Tuxera MacFUSE 2.2.1, rebooted > and then tried to run a sshfs command: > > sshfs -o follow_symlinks foo ~/remote > > This generated an error in terminal > > this MacFUSE library version is incompatible with the MacFUSE > kernel extension > > The sshfs I am running is from a terminal window, and was installed > from MacPort. > > Would anyone have a suggestion of how to fix this? Is the problem that > Tuxera MacFUSE is not replacing some library that Macport installed? If you install MacFUSE through MacPorts the libraries libfuse and libfuse_ino64 are installed in /opt/local/lib. Tuxera's MacFUSE 2.2.1 (as all official MacFUSE versions) installs those libraries in /usr/local/lib. MacPorts' sshfs is linked against the libraries in /opt/local/lib which are incompatible with the kernel extension of Tuxera's MacFUSE. > Do I need to recompile sshfs? No you don't. You can just use the precompiled sshfs binary from http://code.google.com/p/macfuse/source/browse/#svn%2Ftrunk%2Ffilesystems%2Fsshfs%2Fbinary If you want to build sshfs yourself you could follow the how-to at http://code.google.com/p/macfuse/wiki/HOWTO. But keep in mind that the how-to has not been written for Lion so there might be some steps that need to be adapted. Hope this helps. Regards, Benjamin > > Thanks, > > Henry > > -- > You received this message because you are subscribed to the Google Groups > "MacFUSE" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macfuse?hl=en. > -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
