We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seems mongod dependency missing afer upgrade
ld-elf.so.1: Shared object "libicudata.so.74" not found, required by "mongod"
workaroud: [root@router /usr/local/lib]# ln -s libicudata.so libicudata.so.74 [root@router /usr/local/lib]# ln -s libicui18n.so libicui18n.so.74 [root@router /usr/local/lib]# ln -s libicuuc.so libicuuc.so.74
maybe good time to update the UniFi Controller :-)
The text was updated successfully, but these errors were encountered:
It's completely missing for me somehow since 25.1.2:
Sorry, something went wrong.
I need to recompile the whole thing, stucks after each package
Thumbs up for your nice work! :)
No branches or pull requests
seems mongod dependency missing afer upgrade
ld-elf.so.1: Shared object "libicudata.so.74" not found, required by "mongod"
workaroud:
[root@router /usr/local/lib]# ln -s libicudata.so libicudata.so.74
[root@router /usr/local/lib]# ln -s libicui18n.so libicui18n.so.74
[root@router /usr/local/lib]# ln -s libicuuc.so libicuuc.so.74
maybe good time to update the UniFi Controller :-)
The text was updated successfully, but these errors were encountered: