Hey, I compiled this myself on raspi 4, but I cannot execute the binary:
$ xdcc
-bash: /usr/bin/xdcc: No such file or directory
i moved the binary to /bin. It is also executable.
This is the file info:
$ file /bin/xdcc
/bin/xdcc: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, Go BuildID=fu18MtWptZTYkAiYXR64/x7d-TGo1YQmQ8z3m2Dl6/FnTI_E1g12tfVWFmLdqp/2SXZIILHVU1S-xMjtlm7, with debug_info, not stripped
also executing in the bin directory after compiling doesnt solve the issue.
You've got any idea on how to solve this?
Hey, I compiled this myself on raspi 4, but I cannot execute the binary:
i moved the binary to
/bin. It is also executable.This is the file info:
also executing in the bin directory after compiling doesnt solve the issue.
You've got any idea on how to solve this?