Those directions were spot on. Thanks for the details. On Dec 13 2009, 8:58 am, AlanR <[email protected]> wrote: > I finally updated my OS X installation to 10.5.8 from 10.4 (very late > I know but I had reasons). > > I used the standard Mac update OS X procedure to update the OS but I > could no longer get sshfs to run regardless of what install I tried > for MacFuse. > > I was getting an error similar to this: > > dyld: Library not loaded: /usr/local/lib/libfuse.2.dylib > Referenced from: /Users/ricardog/Desktop/./sshfs-static-leopard > Reason: image not found > > so I finally found the answer in the FAQ. > > http://code.google.com/p/macfuse/wiki/FAQ > > ---------------------------------------------------- > > Deprecated Installation Information > > Run the uninstall-macfuse-core.sh script that resides in the Support > subdirectory of the MacFUSE file system bundle. The bundle itself > resides in /System/Library/Filesystems/ on Mac OS X 10.4.x and in / > Library/Filesystems/ on Mac OS X 10.5.x. > > For example, to uninstall MacFUSE on Mac OS X 10.4.x, you would run > the following command in the Terminal: > > sudo /System/Library/Filesystems/fusefs.fs/Support/uninstall-macfuse- > core.sh > > To uninstall MacFUSE on Mac OS X 10.5.x and above, you would run: > > sudo /Library/Filesystems/fusefs.fs/Support/uninstall-macfuse-core.sh > > If the file system bundle in your MacFUSE installation doesn't have a > Support subdirectory, that means you have an incredibly ancient > version of MacFUSE. Please look for the uninstall script within the > fusefs.fs/ directory itself. > > ---------------------------------------------------- > > The problem was that /Library/Filesystems/fusefs.fs was not a > directory, it was a symlink to /System/Library/Filesystems/fusefs.fs > which of course was empty for a 10.5 install. > > The solution was simple in the end, I just deleted the symlink in / > Library/Filesystems/fusefs.fs/ > > sudo rm fusefs.fs > > And ran the MacFUSE.pkg installer again and everything installed just > fine including the pref panel. > > Hope this may help somone else, please post a reply here if it does.
-- 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.
