<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cross compile Qt with openssl suport?]]></title><description><![CDATA[<p dir="auto">Good afternoon, I'm try send mails with Qt. But i need compile Qt for support openssl. I see the link: <a href="http://developer.qt.nokia.com/doc/qt-4.8/configure-options.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://developer.qt.nokia.com/doc/qt-4.8/configure-options.html</a> and according to this  is not possible make the cross compile because in the part Cross platform options: have not  the option -openssl, otherwise in the part Qt for Windows only: there the option.</p>
<p dir="auto">I'm confused, First desire is clarify the idea: ¿Is possible  the openssl support in Qt Linux? and ¿is possible the openssl support  of Qt for linux Embeded? ... how may make?</p>
<p dir="auto">thanks!</p>
]]></description><link>https://forum.qt.io/topic/14181/cross-compile-qt-with-openssl-suport</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 00:26:58 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/14181.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Feb 2012 21:04:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Wed, 17 May 2017 14:16:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ulkuderner">@<bdi>ulkuderner</bdi></a> please avoid necro-posting. Your solution is wrong: you can't cross-compile to ARM using the x86/x86_64 version of OpenSSL.</p>
]]></description><link>https://forum.qt.io/post/394040</link><guid isPermaLink="true">https://forum.qt.io/post/394040</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 17 May 2017 14:16:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Wed, 17 May 2017 13:10:32 GMT]]></title><description><![CDATA[<p dir="auto">apt-get install libssl-dev</p>
]]></description><link>https://forum.qt.io/post/394031</link><guid isPermaLink="true">https://forum.qt.io/post/394031</guid><dc:creator><![CDATA[ulkuderner]]></dc:creator><pubDate>Wed, 17 May 2017 13:10:32 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Mon, 24 Jun 2013 06:21:48 GMT]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<ol>
<li>We are working on Qt Fancybrowser application. In that https websites are not loading</li>
<li>Qt geeks and web search basis , they suggests that<br />
By default, the OpenSSL support will be disabled in the Qt SDK. So we have to build the Qt SDK with OpenSSL support and compile the fancy browser source in that SDK will solve this problem</li>
<li>So we did the following steps<br />
a. Downloaded the "qt-everywhere-opensource-src-4.8.4.tar.gz"<br />
b. ./configure -embedded arm -xplatform qws/linux-arm-g++ -qt-kbd-linuxinput -qt-kbd-qvfb -qt-mouse-tslib -webkit -openssl -opensource -verbose -R /usr/local/tslib/lib/ -L/usr/local/ssl/lib/ -I/usr/local/ssl/include/<br />
c. make<br />
d. make install<br />
e. After this the Qt SDK is installed in /usr/local/Trolltech/Qt-Embedded-4.8.4/<br />
f. We set QT SDK path as qmake path in the above compiled and tested the bonary in our board</li>
<li>Now also we are having the same issue</li>
</ol>
<p dir="auto">Please let us know the root cause and is there any mistakes we are doing. Please help to resolve this problem</p>
<p dir="auto">Regards,<br />
Vignesh</p>
]]></description><link>https://forum.qt.io/post/151239</link><guid isPermaLink="true">https://forum.qt.io/post/151239</guid><dc:creator><![CDATA[Vignesh]]></dc:creator><pubDate>Mon, 24 Jun 2013 06:21:48 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Tue, 23 Apr 2013 07:41:18 GMT]]></title><description><![CDATA[<p dir="auto">The configure use the -openssl flag, and the error still happen<br />
@<br />
openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory<br />
openssl.cpp:45:4: error: #error "OpenSSL &gt;= 0.9.7 is required"<br />
make: *** [openssl.o] Error 1<br />
OpenSSL disabled.<br />
OpenSSL support cannot be enabled due to functionality tests!<br />
@</p>
<p dir="auto">So I add the "-openssl -I /yourCrossCompilerInstallFolder/include"<br />
The include path behind the configuration<br />
Then the configure will be ok, so you can make it successfully.</p>
]]></description><link>https://forum.qt.io/post/151148</link><guid isPermaLink="true">https://forum.qt.io/post/151148</guid><dc:creator><![CDATA[jackyang]]></dc:creator><pubDate>Tue, 23 Apr 2013 07:41:18 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Tue, 28 Feb 2012 16:21:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mariagiraldo">@<bdi>mariagiraldo</bdi></a>:</p>
<p dir="auto">The problem is that your linker (arm-none-linux-gnueabi/bin/ld) cannot find your <a href="http://libssl.so" target="_blank" rel="noopener noreferrer nofollow ugc">libssl.so</a> file.<br />
Try defining the QMAKE_LIBS_NETWORK environment variable  to /path/to/lib/directory.</p>
<p dir="auto">What's funny is that this happens on make install, don't you do make on its own first?</p>
<p dir="auto">Also, I think -openssl and -openssl-linked are redundant, but I'm not sure...</p>
<p dir="auto">I was talking about the "configure" script in the source directory. It's not so difficult to understand what the different switches do if you can read some bash...</p>
]]></description><link>https://forum.qt.io/post/130779</link><guid isPermaLink="true">https://forum.qt.io/post/130779</guid><dc:creator><![CDATA[pierrevr]]></dc:creator><pubDate>Tue, 28 Feb 2012 16:21:13 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Tue, 28 Feb 2012 16:08:39 GMT]]></title><description><![CDATA[<p dir="auto">Hello! the cross compile  of openssl sucess, but i not nknow how cross compile with support from Qt. I tried complile newly the package of Qt so:</p>
<p dir="auto">./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix /sdcard/Qt4.7Miniv2 -openssl -openssl-linked -qt-mouse-tslib  --enable-shared -little-endian -webkit -no-qt3support -no-cups -no-largefile -optimized-qmake -nomake tools -qt-sql-sqlite -no-3dnow -system-zlib -qt-gif -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-opengl -gtkstyle -no-openvg -no-xshape -no-xsync -no-xrandr -qt-freetype -qt-gfx-linuxfb -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-tslib -qt-mouse-linuxinput -nomake examples -nomake demos</p>
<p dir="auto">But on step make install  appears this error:<br />
/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lssl<br />
collect2: ld returned 1 exit status<br />
make[1]: *** [../../lib/libQtNetwork.so.4.7.4] Error 1<br />
make[1]: se sale del directorio «/usr/local/Qt4.7e/qt/src/network»<br />
make: *** [sub-network-make_default-ordered] Error 2</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pierrevr">@<bdi>pierrevr</bdi></a> -- of which files you're talking about. For platforms embedded.? many Thanks,</p>
]]></description><link>https://forum.qt.io/post/130778</link><guid isPermaLink="true">https://forum.qt.io/post/130778</guid><dc:creator><![CDATA[mariagiraldo]]></dc:creator><pubDate>Tue, 28 Feb 2012 16:08:39 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Tue, 28 Feb 2012 10:20:17 GMT]]></title><description><![CDATA[<p dir="auto">No problem, glad I could help!</p>
]]></description><link>https://forum.qt.io/post/130735</link><guid isPermaLink="true">https://forum.qt.io/post/130735</guid><dc:creator><![CDATA[pierrevr]]></dc:creator><pubDate>Tue, 28 Feb 2012 10:20:17 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Tue, 28 Feb 2012 09:24:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi pierrevr,</p>
<p dir="auto">It works! :)</p>
<p dir="auto">For your info, I used openssl-1.0.1 with my previous post instructions. Only changed LIB and INCLUDE dirs, pointing now to cross-compiled openssl dirs.</p>
<p dir="auto">Many thanks!</p>
]]></description><link>https://forum.qt.io/post/130721</link><guid isPermaLink="true">https://forum.qt.io/post/130721</guid><dc:creator><![CDATA[aureliocano]]></dc:creator><pubDate>Tue, 28 Feb 2012 09:24:51 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Fri, 24 Feb 2012 16:52:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aureliocano">@<bdi>aureliocano</bdi></a>:<br />
I believe you need to cross-compile the openssl library first. Installing it merely on your host machine will not suffice, since your cross-compiler will need the ARM-version of it, so to speak.</p>
<p dir="auto">Also, I only configured with -openssl for run-time openssl support, not linked.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mariagiraldo">@<bdi>mariagiraldo</bdi></a>:<br />
You can use -openssl with Linux. (I always use the configure file itself for documentation purposes, it's more complete &amp; accurate...)</p>
]]></description><link>https://forum.qt.io/post/130368</link><guid isPermaLink="true">https://forum.qt.io/post/130368</guid><dc:creator><![CDATA[pierrevr]]></dc:creator><pubDate>Fri, 24 Feb 2012 16:52:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Wed, 22 Feb 2012 12:02:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I am having troubles with ssl support too.</p>
<p dir="auto">I am trying to cross-compile Qt 4.8.0 with ssl support following these instructions:</p>
<p dir="auto"><a href="http://developer.qt.nokia.com/doc/qt-4.8/ssl.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://developer.qt.nokia.com/doc/qt-4.8/ssl.html</a></p>
<p dir="auto">I have correctly installed openssl 0.9.8 in my host machine (through synaptic), where LIB and INCLUDE dirs are over /usr/lib/ssl and /usr/include/openssl respectively.</p>
<p dir="auto">My config command is:<br />
@OPENSSL_LIBS='-L/usr/lib/ssl -lssl -lcrypto' ./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix /usr/local/Qt -qt-mouse-tslib -little-endian -qt-gfx-transformed -qt-sql-sqlite -system-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -openssl-linked -v@</p>
<p dir="auto">And I obtain these error:<br />
@openssl.cpp:42:30: error: openssl/opensslv.h: No such file or directory<br />
openssl.cpp:45:4: error: #error "OpenSSL &gt;= 0.9.7 is required"<br />
make: *** [openssl.o] Error 1<br />
OpenSSL disabled.<br />
OpenSSL support cannot be enabled due to functionality tests!@</p>
<p dir="auto">It seems openssl is not detected at compile time.</p>
<p dir="auto">What am I doing wrong?</p>
]]></description><link>https://forum.qt.io/post/129972</link><guid isPermaLink="true">https://forum.qt.io/post/129972</guid><dc:creator><![CDATA[aureliocano]]></dc:creator><pubDate>Wed, 22 Feb 2012 12:02:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Mon, 20 Feb 2012 15:07:00 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, but not understand i how should use plugins? I think that i have that make a cross complie of package source of Qt to generate the new compilator with support QSslSocket. If  is possible make a separate  plugin whitout  recompiling all the package,  how i can do? where I can find documentation about it?</p>
]]></description><link>https://forum.qt.io/post/129693</link><guid isPermaLink="true">https://forum.qt.io/post/129693</guid><dc:creator><![CDATA[mariagiraldo]]></dc:creator><pubDate>Mon, 20 Feb 2012 15:07:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compile Qt with openssl suport? on Sat, 18 Feb 2012 19:45:24 GMT]]></title><description><![CDATA[<p dir="auto">You can always use plugins. Why do you need to recompile the whole Qt library???</p>
]]></description><link>https://forum.qt.io/post/129528</link><guid isPermaLink="true">https://forum.qt.io/post/129528</guid><dc:creator><![CDATA[TheDestroyer]]></dc:creator><pubDate>Sat, 18 Feb 2012 19:45:24 GMT</pubDate></item></channel></rss>