[Interest] Different SSL Library than system provided?

Richard Moore rich at kde.org
Mon Jun 29 23:25:34 CEST 2015


On 29 June 2015 at 19:30, Allan Sandfeld Jensen <kde at carewolf.com> wrote:

> > You must be using a Qt deployed alongside your application. You can then
> > just modify qsslsocket_openssl_symbols.cpp to search for your deployed
> > libssl.so.1 and libcrypto.so.1.
>
> I would assume LD_LIBRARY_PATH would also work on freebsd, or do we search
> specific paths instead of default ld paths?
>

​It does, and we should also respect any RPATH settings. The first attempt
to find openssl uses the dlopen defaults (standard QLibrary stuff).

Rich.
​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150629/ed25088c/attachment.html>


More information about the Interest mailing list