Results 1 to 3 of 3

Thread: can not execute binary file?

  1. #1
    Join Date
    Dec 2006
    Beans
    Hidden!

    can not execute binary file?

    MyBookLive:/usr/local/minidlna/usr/sbin# ./minidlnad
    -bash: ./minidlnad: cannot execute binary file

    MyBookLive:/usr/local/minidlna/usr/sbin# uname -a
    Linux MyBookLive 2.6.32.11-svn70860 #1 Thu May 17 13:32:51 PDT 2012 ppc GNU/Linux
    MyBookLive:/usr/local/minidlna/usr/sbin#
    tried to put this minidlna program on a mybooklive and getting this error
    I ssh into the thing.

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: can not execute binary file?

    That error usually means you are trying to run a 64-bit binary on a 32-bit system - you can check the binary's type using the 'file' command

    Code:
    file minidlnad

  3. #3
    Join Date
    Jan 2009
    Location
    ::1
    Beans
    2,485

    Re: can not execute binary file?

    Quote Originally Posted by steeldriver View Post
    That error usually means you are trying to run a 64-bit binary on a 32-bit system - you can check the binary's type using the 'file' command

    Code:
    file minidlnad
    ... and the OP seems to be running on PPC ...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •