It's merely an informative message. You don't need to "fix" it. Perhaps looking away when the message is printing will help.
If you have OpenSSH 4.4 or higher (which Leopard does), you don't need sshnodelay.so. Even otherwise, sshnodelay.so isn't required for sshfs to work. To build sshnodelay.so yourself, you don't need to recompile the source*S* ... it's just one file (sshnodelay.c) in the sshfs source tree. Build it as follows (Leopard command line shown): gcc -Wall -dynamiclib -D__FreeBSD__=10 -DDARWIN_SEMAPHORE_COMPAT - DSSH_NODELAY_WORKAROUND -D_POSIX_C_SOURCE=200112L -O -g -arch i386 - arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk -Wall -W -Icompat - install_name "/usr/local/lib/sshnodelay.so" sshnodelay.c -o sshnodelay.so Amit On Dec 26 2008, 12:14 pm, Silvian <[email protected]> wrote: > Hello, > I have installed the latest version of MacFuse and also the sshfs > binaries found at: > > http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS > > Everything works fine when I am following the steps and mounting a > drive. The only thing I do not know how to fix is the following > message I am getting when I do the mounting: > sshfs: cannot find sshnodelay.so > > I tried searching on the web and I could not get the location where I > should be able to find this file. Does this mean that I have to > recompile the sources? I would prefer to avoid that if possible... > > Thank you, > Silvian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
