[Qt-interest] Problem with libqsqlpsql.so ?

Thiago Macieira thiago at kde.org
Tue Nov 17 08:33:44 CET 2009


Em Terça-feira 17. Novembro 2009, às 04.52.03, Mhayk Whandson escreveu:
> When I am executing my application the message is showed and crash:
> 
> $ ./test
> ./test: symbol lookup error:
> /opt/qtsdk-2009.04/qt/plugins/sqldrivers/libqsqlpsql.so: undefined
> symbol: CRYPTO_num_locks

Bill is right: the problem is OpenSSL.

My guess is that the pqsql's headers somehow cause our plugin to use OpenSSL 
symbols. And linking to OpenSSL is a bad idea, since their developers haven't 
learned about binary compatibility yet.

Sorry, the problem is that the OpenSSL you have is incompatible with the one 
that the SDK was compiled against. You'll need to rebuild the plugin from 
sources yourself.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091117/ee701cab/attachment.bin 


More information about the Qt-interest-old mailing list