ostafen / xdcc-cli

A command line tool for searching and downloading files from the IRC network.
GNU General Public License v2.0
32 stars 4 forks source link

cannot execute xdcc #10

Open EtzBetz opened 7 months ago

EtzBetz commented 7 months ago

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?