Hello,
for some time krdc not worked for me using rdp connection. It did not work on older system and is not working on clean new installation. Now I try to use freerdp and it shows:

> xfreerdp --help
xfreerdp: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

xfreerdp: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Operating System: KaOS (2019) 
KDE Plasma Version: 5.16.3
KDE Frameworks Version: 5.60.0
Qt Version: 5.13.0
Kernel Version: 5.1.15-1
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-8200Y CPU @ 1.30GHz
Memory: 7,7 GiB

I did create symlink for libssl.so.1.0.0 and for libcrypto.so.1.0.0, but still have an issue:

xfreerdp /u:administrator /p:xxx /v:xx.xx.xx.xx
[10:41:48:588] [13079:13080] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr
xfreerdp: symbol lookup error: /usr/bin/../lib/libwinpr2.so.2: undefined symbol: SSL_load_error_strings
  • demm replied to this.

    adam xfreerdp: error while loading shared libraries: libcrypto.so.1.0.0

    Whenever you see something like that, please open a bug report ASAP, that means a needed rebuild was missed. Freerdp is on the list for rebuilds needed with openssl, but was somehow missed.....
    Never use symlinks, that is not a fix or a solution.
    Rebuild freerdp is now up in the [build] repo, please test with:

    sudo pacman -U http://kaosx.tk/repo/build/freerdp-2.0.0rc4-2-x86_64.pkg.tar.xz

    will move as soon as reported working.
    EDIT:
    It has moved, just update the system (make sure your mirror did already sync).

    Now it works fine for me 🙂 thaks a lot.