First of all, i'm using Arch Linux, which has a rolling release cycle. Meaning the newest stable version of any application on my system.
Recently polarssl got replaced with mbedtls, which is according to their version number the next version of polarssl.
However Dolphin relies on polarssl, as it request the library libpolarssl.so.7. Since I now have mbedtls this file does not exist anymore, and Dolphin gives me the following error:
I can easily fix this by removing mbedtls in favor of polarssl again, but I have to hold polarssl from upgrading everytime I update my system.
Can this be fixed?
Recently polarssl got replaced with mbedtls, which is according to their version number the next version of polarssl.
However Dolphin relies on polarssl, as it request the library libpolarssl.so.7. Since I now have mbedtls this file does not exist anymore, and Dolphin gives me the following error:
Code:
dolphin-emu: error while loading shared libraries: libpolarssl.so.7: cannot open shared object file: No such file or directory
Can this be fixed?