its-pointless / its-pointless.github.io

For info see https://github.com/its-pointless/gcc_termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CANNOT LINK EXECUTABLE "mongo": library "libicudata.so.67" not found

aungmyatmoethegreat opened this issue · comments

Below isy setup.

pkg install wget
wget https://its-pointless.github.io/setup-pointless-repo.sh

sh setup-pointless-repo.sh

pkg upgrade
pkg install mongodb
Y

mkdir -p $PREFIX/data/db
mongod # -> to start mongodb service
mongo

I get

CANNOT LINK EXECUTABLE "mongo": library "libicudata.so.67" not found