-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
this is the error in the termux proot-distro
~ $ pd login termux
Welcome to Termux!
Docs: https://termux.dev/docs
Donate: https://termux.dev/donate
Community: https://termux.dev/community
Working with packages:
- Search: pkg search
- Install: pkg install
- Upgrade: pkg upgrade
Subscribing to additional repositories:
- Root: pkg install root-repo
- X11: pkg install x11-repo
For fixing any repository issues,
try 'termux-change-repo' command.
Report issues at https://termux.dev/issues
\PD\ ~ $ cd ..
\PD\ .../com.termux/files $ cd ..
\PD\ .../data/com.termux $ ncdu
\PD\ .../data/com.termux $ curl -fsSL https://openfang.sh/install | sh
openfang Detected: Linux aarch64 -> aarch64-unknown-linux-gnu
openfang Downloading from: https://github.com/RightNow-AI/openfang/releases/latest/download/openfang-aarch64-unknown-linux-gnu.tar.gz
openfang Extracting...
openfang Installed to: /data/data/com.termux/files/home/.openfang/bin/openfang
openfang
openfang OpenFang installed successfully!
openfang
openfang Run: openfang init
openfang Docs: https://openfang.sh/docs
openfang
openfang Note: restart your shell or run:
openfang export PATH=/data/data/com.termux/files/home/.openfang/bin:$PATH
openfang
\PD\ .../data/com.termux $ export PATH=/data/data/com.termux/files/home/.openfang/bin:$PATH
\PD\ .../data/com.termux $ openfang init
bash: /data/data/com.termux/files/home/.openfang/bin/openfang: cannot execute: required file not found
\PD\ .../data/com.termux $
and this is the error in the ubuntu proot-distro
~ $ pd login ubuntu
root@localhost:# ncdu# curl -fsSL https://openfang.sh/install | sh
root@localhost:
openfang Detected: Linux aarch64 -> aarch64-unknown-linux-gnu
openfang Downloading from: https://github.com/RightNow-AI/openfang/releases/latest/download/openfang-aarch64-unknown-linux-gnu.tar.gz
openfang Extracting...
openfang Installed to: /root/.openfang/bin/openfang
openfang
openfang OpenFang installed successfully!
openfang
openfang Run: openfang init
openfang Docs: https://openfang.sh/docs
openfang
root@localhost:# openfang init#
openfang: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
root@localhost: