'How to fix CANNOT LINK EXECUTABLE "mongod": library "libicudata.so.69" not found

  • I'm trying to run mongodb in termux and after searching i found that i should to install pointless repo to locate mongodb pkg and setup it and after installing when i'm trying to run mongod i got the following error
CANNOT LINK EXECUTABLE "mongod": library "libicudata.so.69" not found
  • When i'm going to lib dir in termux i found the following libicu exist enter image description here
  • i tried to search more about it and find some answers said you have to install r-base because icu has been updated and R depends on it.
  • and others said you have to install libicudata.so.69 and when i'm trying to install it i get the following error
Unable to locate package libicudata.so..69
E: Couldn't find any package by glob 'libicudata.so..69'
  • and some others said that pointless packages is outdated and you have to re build the package i'm not a professional in using termux and i don't know anything about packages and how to re build it so
  • i'm really confused and i hope someone help me to find a simple solution to make it work


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source