From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from optimeas.de ([78.46.18.2]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VPXNn-0003Uw-Oy for ptxdist@pengutronix.de; Fri, 27 Sep 2013 14:42:57 +0200 From: "Matthias Klein" Date: Fri, 27 Sep 2013 12:42:48 +0000 Message-Id: Mime-Version: 1.0 Subject: [ptxdist] qt4 - openssl support: symbol lookup error: undefined symbol: _ZN10QSslSocket11supportsSslEv Reply-To: ptxdist@pengutronix.de, Matthias Klein List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hello, in a working BSP project I need SSL support in QT4. Therefore I have enabled PTXCONF_QT4_OPENSSL. I have rebuiled QT4 without problems by clean & targetinstall. In a small test application I tried to verify SSL: #include if(QSslSocket::supportsSsl()) ... The app compiles fine, but when I run them on the target I get: ./sslTest: symbol lookup error: ./sslTest: undefined symbol: _ZN10QSslSocket11supportsSslEv I tried to verify that the function is in the Network library of Qt: $ arm-cortexa8-linux-gnueabihf-objdump -d platform-tx53/root/usr/lib/libQtNetwork.so | grep supportsSsl 2c428: eb0215f4 bl b1c00 <_ZN10QSslSocket11supportsSslEv> abea8: eb001754 bl b1c00 <_ZN10QSslSocket11supportsSslEv> afe58: eb000768 bl b1c00 <_ZN10QSslSocket11supportsSslEv> afed8: eb000748 bl b1c00 <_ZN10QSslSocket11supportsSslEv> b07cc: eb00050b bl b1c00 <_ZN10QSslSocket11supportsSslEv> For me it looks OK. Then I did a complete ptxdist distclean & go cycle for safety, but the result is the same ... Besides SSL QT4 runs fine on the target. (The BSP use ptxdist-2013.09.0 & OSELAS Toolchain 2012.12.1 arm-cortexa8-linux-gnueabihf) Did I something wrong ? Any tips what I can do / investigate ? Best regards, Matthias -- ptxdist mailing list ptxdist@pengutronix.de