-
Notifications
You must be signed in to change notification settings - Fork 84
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
Unable to install on Termux #119
Comments
I tried again with https://github.com/Questandachievement7Developer/UnifiedContainer , but it falls, this time at Script to Reproduce: git clone --depth=1 https://github.com/Questandachievement7Developer/UnifiedContainer ~/UnifiedContainer.git
cd ~/UnifiedContainer.git/
bash build.sh
cd build/
./UnifiedContainer_*
./unifyServer add container1
./unifyServer launch container1
./unifyServer exec container1 'apk add go ; go install github.com/francoismichel/ssh3/cmd/...@latest || echo error $? ; go version ; uname -a '
complete output
|
Hi ! Thank for all the debug infos. I see two errors there:
Does it help ? |
Yes, thank you. I just need the client on Termux. |
Hello, I hope you're doing well.
I encountered an issue while trying to install ssh3 on Termux(aarch64) using the provided installation command(
go install github.com/francoismichel/ssh3/cmd/...@latest
), the installation fails with the following error:fatal error: 'shadow.h' file not found
Complete Output on Termux
Attempted to resolve the issue by creating a proot-distro Alpine Linux environment using:
But, The installation still fails with the following error:
Complete Output on Termux using proot-distro command
The text was updated successfully, but these errors were encountered: