I am trying to install xeoma_arm on a pogoplug pink running debian jessie:
- Code: Select All Code
$uname -an
Linux pogo42 4.4.0-kirkwood-tld-1 #1 PREEMPT Mon Jan 25 20:35:24 PST 2016 armv5tel GNU/Linux
$cat /etc/debian_version
8.4
$ls -l
-rwxrwxrwx 1 joeblow joeblow 36360836 Apr 8 11:51 xeoma.app
-rw-r--r-- 1 joeblow joeblow 21708207 May 18 06:49 xeoma_linux_arm.tgz
$md5sum xeoma.app
99577963cc16dbe55d073222a470bdb1 xeoma.app
Here's what's happening:
- Code: Select All Code
$./xeoma.app -core
-bash: ./xeoma.app: No such file or directory
$sudo ./xeoma.app -core
sudo: unable to execute ./xeoma.app: No such file or directory
Suggestions?