Notification texts go here Contact Us Buy Now!

'CANNOT LINK EXECUTABLE "node": library "libcrypto.so.3" not found

If you're encountering the error message "CANNOT LINK EXECUTABLE "node": library "libcrypto.so.3" not found" while using Termux, there are several potential solutions you can try:

  1. Update Termux Packages:
  2. Run the following commands to update Termux packages:

    pkg update
    pkg upgrade
    
  3. Install OpenSSL Tool:
  4. If updating packages doesn't resolve the issue, try installing the OpenSSL tool:

    pkg update openssl-tool
    
  5. Upgrade and Install OpenSSL:
  6. In case you're using the latest version of Termux, OpenSSL tool might not be installed. Run these commands:

    apt upgrade && apt update
    apt install openssl-tool
    
  7. Install from Fdroid:
  8. The Google Play version of Termux is deprecated. Consider installing Termux from Fdroid instead:

    https://wiki.termux.com/wiki/Installation
  9. Change Default Repo Mirror:
  10. Changing the default repo mirror may help resolve package-related issues:

    termux-change-repo
    
  11. Upgrade and Install OpenSSL 1.1:
  12. If you're facing this issue while using git, try these commands:

    pkg upgr
    pkg i openssl-1.1
    
  13. General Upgrade:
  14. Sometimes, a general upgrade can solve the issue:

    apt upgrade
    

Try these solutions one by one until you find the one that works for you. It's worth noting that the specific solution may vary depending on your Termux installation and configuration.

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.