On 29 June 2015 at 19:30, Allan Sandfeld Jensen <k...@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.
​
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to