Odriveagent gives 'no such file or directory' on Ubuntu18

Hello, I just discovered your product and registered. I downloaded the odriveagent per online instructions to run on my Ubuntu18 instance. However, the executable appears to not be runnable. It appears to have been compiled against a linux 2.6. kernel. I am running linux 4.15 kernel. Anyway you can provide an alternative binary or install from source?
thanks

shorton@shorton-NV79:~/Downloads$ file /home/shorton/.odrive-agent/bin/odriveagent
/home/shorton/.odrive-agent/bin/odriveagent: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 2.6.18, BuildID[sha1]=0b7ec69824a1ff621c8e697a32d12f1cf42274c6, with debug_info, not stripped
[1]+ Exit 127 /home/shorton/.odrive-agent/bin/odriveagent
shorton@shorton-NV79:~/Downloads$ uname -a
Linux shorton-NV79 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

1 Like

Hi @shorton3,
Can you double-check that you are running the 64-bit binary instead of the 32-bit? You may see this error if you are trying to run the 32-bit version.

Hello Tony, yes this was the issue. Its working now.

1 Like

Great! Thanks for confirming @shorton3.