After following the steps here, https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.103-linux-arm64-binaries. I am getting the following exception when running: ```net core dotnet --version Cannot get symbol ucol_setMaxVariable_50 from libicui18n Error: /lib64/libicui18n.so.50: undefined symbol: ucol_setMaxVariable_50 [1] 8639 abort dotnet --version ``` ### Environment: - Raspberry Pi 3B+ - [Micro Center 32GB microSDHC Card Class 10](https://www.microcenter.com/product/485584/micro-center-32gb-microsdhc-card-class-10-flash-memory-card-with-adapter) - Clean install of [Centos aarch64 RPI Minimal 4](http://mirrors.ocf.berkeley.edu/centos-altarch/7.9.2009/isos/aarch64/images/CentOS-Userland-7-aarch64-RaspberryPI-Minimal-4-2009-sda.raw.xz) ```bash name -a Linux centosraspberrypi 5.4.72-v8.1.el7 dotnet/sdk #1 SMP PREEMPT Wed Oct 21 17:35:36 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux ```