Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mhddos_proxy fails on raspberry pi 3 #19

Closed
Leksyk opened this issue Nov 8, 2022 · 4 comments
Closed

mhddos_proxy fails on raspberry pi 3 #19

Leksyk opened this issue Nov 8, 2022 · 4 comments

Comments

@Leksyk
Copy link

Leksyk commented Nov 8, 2022

Fails with:
-bash: ./mhddos_proxy_linux_arm64: cannot execute binary file: Exec format error"

Can it be compiled for any of the raspberry pi versions as well?

@porthole-ascend-cinnamon
Copy link
Owner

I am afraid no other binaries can/will be provided in the foreseeable future

@alokym86
Copy link

alokym86 commented Nov 12, 2022

@Leksyk, mhddos_proxy_linux_arm64 works on Raspberry Pi (Raspberry Pi 4 with Ubuntu 20.04 in my case). Does your system support arm64 arch? Please, look at #13

@Leksyk
Copy link
Author

Leksyk commented Dec 4, 2022

@alokym86 I got Raspberry PI 4 but it still doesn't work (same error as for RP 3).

cat /proc/version

Linux version 5.15.76-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1597 SMP Fri Nov 4 12:14:58 GMT 2022

Any suggestions?

@alokym86
Copy link

alokym86 commented Dec 6, 2022

@Leksyk mhddos_proxy_linux_arm64 requires arm64 libraries. In case it doesn't matter which OS is installed on your Raspberry PI 4 (or 3), install arm64 version of Ubuntu - it is the easiest way in my opinion. Or you can try to install missed libs with

# dpkg --add-architecture arm64
# apt-get update
# apt-get install libc6:arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants