larsks / dockerize

A tool for creating minimal docker images from dynamic ELF binaries.
GNU General Public License v3.0
354 stars 42 forks source link

Executable run in command line but dockerize fails: cannot open shared object file: No such file or directory #17

Open XB32Z opened 6 years ago

XB32Z commented 6 years ago

Hi,

I am trying to dockerize a program which I made (C++). It run perfectly from command line and when I run ldd it works but dockerize fails with error subprocess.CalledProcessError: Command '['/lib64/ld-linux-x86-64.so.2', '--list', '/tmp/dockerizeSUClXT/...']' returned non-zero exit status 127 any idea of what I am missing?

larsks commented 5 years ago

If you can share you binary with me I'm happy to take a look.