-
Notifications
You must be signed in to change notification settings - Fork 291
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
bash cannot find vdhcoapp file? #228
Comments
Are you on a ARM computer? If not, that would explain that exact error message. Don't use aarch, but the Linux x86_64 version: https://github.com/aclap-dev/vdhcoapp/releases/tag/v2.0.19 |
Yes, I am on an ARM computer |
Can you do this for me:
|
as you can see the file IS there but bash says otherwise for some reason |
The reason is because of incompatible architectures. Can you do |
i might be missing something but to me it looks the same (ELF 64-bit executable ARM aarch64) |
any updates? |
I think it's the difference between What computer are you using? |
it's an ARM chromebook that i managed to install Alpine Linux on, so basically it should act just as any ARM linux distros |
hm, alpine is using musl libc doesn't it? No glib. Maybe try this https://wiki.alpinelinux.org/wiki/Running_glibc_programs Or you can run ./build.sh and see where it goes. |
"bash: ./vdhcoapp: cannot execute: required file not found" when running ./vdhcoapp install
at first i thought this was a shell problem so i tried with sh and ash but both returned similar errors
i looked the error up on google and apparently it's because of CRLF line endings, but the vdhcoapp file is not a script right? it's a compiled executable
(FYI i have ran chmod +x vdhcoapp but the problem persists. i am using the aarch64 latest release of vdhcoapp)
The text was updated successfully, but these errors were encountered: