-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Why is it worth to add this package?
Hello, libcrypto is required for ssh to work and we can install it using.
pkg install openssl
I'm not sure if anyone can possibly link the openssh and openssl packages together to make it easier for others to install?
The error:
If we install openssh without openssl, using "pkg install openssh".
Then we run the ssh command, this error is produced:
> ssh someone@hostname
CANNOT LINK EXECUTABLE "ssh": library "libcrypto.so.3" not found: needed by main executable.
Thank you for this awesome project! I'm guessing this package request works for this issue as it is package related 😅.
Home page URL
No response
Source code URL
left blank as it exists
Packaging policy acknowledgement
-
The project is actively developed.
-
The project has existing packages and is "well known".
-
Licensed under an open source license.
-
Not available through a language package manager: pip, npm, cpan, cargo, etc.
-
Not taking up too much disk space (< 100MiB per architecture, exceptions can be made)
-
Not duplicating the functionality of existing packages.
-
Not serving hacking, malware, phishing, spamming, spying, ddos functionality.
-
I certify that I have read Termux Packaging Policy and understand that my request will be denied if it is found lacking.
Additional information
No response