Hi all,
I'm trying to get .NET Core running on Mageia 6. They don't make official packages for Mageia, only the distributions listed here:
https://www.microsoft.com/net/core#linuxfedora
I've tried downloading the packages for all of the different RPM-based distributions, but all of them have library version conflicts of one sort or another.
For example, trying out the Fedora 23 package, I have the following libraries missing (this is from ldd):
libicuuc.so.54 => not found
libicui18n.so.54 => not found
libcrypto.so.10 => not found
libssl.so.10 => not found
I even went so far as to compile and install icu54 from source into /opt/libicu, and add /opt/libicu/lib to ld.so.conf, but I can't for the life of me figure out how to build a libssl or libcrypto that has the matching version numbers.
Can anyone help me figure this out?
thanks,
Steve
