[Interest] SSL compilation error building on Mac

Gil Moses gil at waves.com
Tue May 14 09:55:54 CEST 2013


Ok, another struggle, link error this time.

Configure:

./configure -debug-and-release -platform macx-g++42  -opensource -openssl-linked -no-xcb -no-eglfs -no-directfb -no-linuxfb -no-kms -opengl -I/Users/gilm/Downloads/openssl-1.0.1e/include -L/Users/gilm/Downloads/openssl-1.0.1e -confirm-license

(note, I'm forcing the ssl includes and libs to be taken from a temporary location of the newest openssl).

The error:

Undefined symbols:
  "_TLSv1_2_server_method", referenced from:
      q_TLSv1_2_server_method()     in qsslsocket_openssl_symbols.o
     (maybe you meant: q_TLSv1_2_server_method())
  "_TLSv1_1_server_method", referenced from:
      q_TLSv1_1_server_method()     in qsslsocket_openssl_symbols.o
     (maybe you meant: q_TLSv1_1_server_method())
  "_TLSv1_2_client_method", referenced from:
      q_TLSv1_2_client_method()     in qsslsocket_openssl_symbols.o
     (maybe you meant: q_TLSv1_2_client_method())
  "_TLSv1_1_client_method", referenced from:
      q_TLSv1_1_client_method()     in qsslsocket_openssl_symbols.o
     (maybe you meant: q_TLSv1_1_client_method())
ld: symbol(s) not found

I couldn't find any trace of the _TLSv1_2_server_method symbol being used. Also, thinking that the wrong ssl library was being used, I tried hiding all libssl's I could find on my system, but with no luck.
Any idea?

Thanks,
Gil.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130514/67eb40d7/attachment.html>


More information about the Interest mailing list