OSX/CI: qt5's QSslSocket can't resolve transfer methods

Marko Käning mk-lists at email.de
Sat Dec 13 15:47:52 UTC 2014


Turns out that this COULD BE due to the fact that qtdiag grabs the system’s openssl executable
in /usr/bin instead of the one installed via MacPorts in /opt/local/bin...
---
MVM2:scripts marko$ /usr/bin/openssl
OpenSSL> version
OpenSSL 0.9.8za 5 Jun 2014
---

Since the system’s openssl version is below 1.0 the methods can’t be resolved!



Wondering how I could make qtdiag find the one installed in /opt/local/bin, as this
---
$ PATH=/opt/local/bin /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/bin/qtdiag 
$ echo $PATH
/Users/marko/bin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec/gnubin:/opt/local/lib/mysql55/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
---
is NOT doing the job, as the PATH env var already has /opt/local/bin first.


More information about the Kde-frameworks-devel mailing list