Rancher-compose on rancherOS

I’ve just downloaded rancher-compose v0.4.0 but cant get it to run in my rancherOS vm.
Should this work?

/Thanks

[rancher@rancher-server rancher-compose-v0.4.0]$ ls -alrt
total 10460
-rwxr-xr-x 1 rancher rancher 10700800 Sep 23 20:13 rancher-compose*
drwxr-sr-x 5 rancher rancher 4096 Sep 23 20:13 …/
drwxr-xr-x 2 rancher rancher 4096 Sep 23 20:13 ./
[rancher@rancher-server rancher-compose-v0.4.0]$ ./rancher-compose --version
-bash: ./rancher-compose: No such file or directory
[rancher@rancher-server rancher-compose-v0.4.0]$ ldd ./rancher-compose
checking sub-depends for ‘/lib64/libpthread.so.0’
ld64-uClibc.so.0 => /lib/ld64-uClibc.so.0 (0x7f3738177000)
libdl.so.0 => /lib/libdl.so.0 (0x7f3737f73000)
libc.so.0 => /lib/libc.so.0 (0x7f3737d19000)
checking sub-depends for ‘not found’
libpthread.so.0 => /lib64/libpthread.so.0 (0x00000000)
libc.so.6 => not found (0x00000000)
/lib/ld64-uClibc.so.0 => /lib/ld64-uClibc.so.0 (0x00000000)
[rancher@rancher-server rancher-compose-v0.4.0]$
[rancher@rancher-server rancher-compose-v0.4.0]$
[rancher@rancher-server rancher-compose-v0.4.0]$ sudo rancherctl --version
rancherctl version v0.3.3
[rancher@rancher-server rancher-compose-v0.4.0]$

I haven’t been able to get it to work on RancherOS either, but I’m not a linux expert. :wink:

I found out that it doesn’t work in v0.3.3 of RancherOS as it requires glibc, but the next release of RancherOS should have it working as we’ve added in support for glibc.