LibreSSL upgrade broke X2Goclient

Predrag Punosevac punosevac72 at gmail.com
Sat Jun 17 21:31:12 PDT 2017


me -a
DragonFly dfly.bagdala2.net 4.8-RELEASE DragonFly
v4.8.0.21.ge7d58-RELEASE #5: Thu May 25 00:54:11 EDT 2017
root at dfly.bagdala2.net:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64

dfly# pkg info libressl
libressl-2.5.4
Name           : libressl
Version        : 2.5.4
Installed on   : Thu Jun 15 22:29:43 2017 EDT
Origin         : security/libressl

dfly# pkg info x2goclient
x2goclient-4.0.5.1
Name           : x2goclient
Version        : 4.0.5.1
Installed on   : Sun Jun 18 00:20:15 2017 EDT
Origin         : net/x2goclient


$ x2goclient
Shared object "libssl.so.39" not found, required by "libldap-2.4.so.2"

Quick dirty fix

dfly# ln -s /usr/local/lib/libssl.so.43 /usr/local/lib/libssl.so.39


$ x2goclient
Shared object "libcrypto.so.38" not found, required by
"libldap-2.4.so.2"

Quick dirty fix 

dfly# ln -s /usr/local/lib/libcrypto.so.41
/usr/local/lib/libcrypto.so.38


I would am guessing using ports instead of pre-build packages would have
avoided this problem.

Predrag





More information about the Users mailing list