cutter

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by cutter

  1. I got my raspberry pi working with some symlinking. That 'No such file or directory' is just terrible.

    Sync is looking for all your libs in /lib, on my disto (raspbmc) they are all in /lib/arm-linux-gnueabihf/. Specifically ld-linux.so.3

    symlink it to /lib with

    sudo ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3

    assuming yours is in the same location as mine (use find if its not)

    Then it finally worked:

    pi@raspbmc:~$ ./SyncApp_arm --help

    SyncApp 1.0.75

    You may need to symlink some more (libc, librt, libdl, libm, libpthread). Thanks to Ivan for his help.

    cheers,

    cb