Reply To: Install Firefly on OpenWRT – error: "not found"

#14159
Anonymous
Inactive

@rpedde wrote:

Do you have strace on that machine? Can you do “strace ldd mt-daapd”?
I’m not sure what’s up with this.

didn’t have it installed, but put it on my box and got this:

root@OpenWrt:/opt/sbin# strace ldd mt-daapd
strace: ldd: command not found

ldd “some other binary” works

strace mt-daapd gives this:


root@OpenWrt:/# strace mt-daapd
execve("/opt/sbin/mt-daapd", ["mt-daapd"], [/* 9 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit(1) = ?
Process 1205 detached

/regards
Henrik