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 [email protected]:/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
