[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No such file..?
From: |
Eduardo Bustamante |
Subject: |
Re: No such file..? |
Date: |
Fri, 5 May 2017 08:01:28 -0500 |
On Thu, May 4, 2017 at 10:57 PM, Peter Passchier <peter@passchier.net> wrote:
[...]
> $ file /home/pp/bin/caddy
> /home/pp/bin/caddy: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
> dynamically linked, interpreter /lib/amd64/ld.so.1, not stripped
(I'm assuming you're trying to run this in a Linux system)
Can you show:
- The output from: ldd /home/pp/bin/caddy
- The output from: strace e open,stat,execve -f /home/pp/bin/caddy