Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Configure ERROR in Qt 5.8.0 Win + VC2013 + SSL + OpenSSL
QtWS25 Last Chance

Configure ERROR in Qt 5.8.0 Win + VC2013 + SSL + OpenSSL

Scheduled Pinned Locked Moved Solved General and Desktop
qt5.8.0vc2013sslopensslconfigure
22 Posts 6 Posters 20.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #13

    Did you check that you are using an OpenSSL version that's also built with VS2013 ?

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    Q 1 Reply Last reply
    0
    • SGaistS SGaist

      Did you check that you are using an OpenSSL version that's also built with VS2013 ?

      Q Offline
      Q Offline
      qDebug
      wrote on last edited by qDebug
      #14

      @SGaist Yes. All version of Openssl i tested got VC libs and at least one i used in a VC project and compiled ok.

      But why even care if the error messages tells:

      > .\openssl.cpp(40) : fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory
      

      If the testing script does not even find the opensslv.h why care about the openssl version at all? From my technical understanding i have to fix this issue first before i may even get into the version. Please correct me if i am wrong.

      Thanks!

      S 1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #15

        Just saw something, you should either pass your paths with double backslashes or use the forward slash unix notation. Single backslashes are used to escape the character that follows. IIRC, the configure script should be resistant to that but it still worth doing things right.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        Q 1 Reply Last reply
        0
        • Q qDebug

          @SGaist Yes. All version of Openssl i tested got VC libs and at least one i used in a VC project and compiled ok.

          But why even care if the error messages tells:

          > .\openssl.cpp(40) : fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory
          

          If the testing script does not even find the opensslv.h why care about the openssl version at all? From my technical understanding i have to fix this issue first before i may even get into the version. Please correct me if i am wrong.

          Thanks!

          S Offline
          S Offline
          stephane78
          wrote on last edited by
          #16

          @qDebug you should use openssl 1.0.2h (or i,j,k) not openssl 1.1.0...... see http://wiki.qt.io/Qt_5.8_Tools_and_Versions

          1 Reply Last reply
          0
          • SGaistS SGaist

            Just saw something, you should either pass your paths with double backslashes or use the forward slash unix notation. Single backslashes are used to escape the character that follows. IIRC, the configure script should be resistant to that but it still worth doing things right.

            Q Offline
            Q Offline
            qDebug
            wrote on last edited by qDebug
            #17

            @SGaist did try that of course too. Just now with openssl 1.0.2k like

            configure -mp -static -static-runtime -debug-and-release -prefix "C:\Qt\Qt5.8.0-Static" -I "C:\\Qt\\openssl-1.0.2k\\include" -L "C:\\Qt\\openssl-1.0.2k\\lib" -platform win32-msvc2013 -ssl -openssl -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -sql-sqlite -sql-odbc -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests
            

            and

            configure -mp -static -static-runtime -debug-and-release -prefix "C:\Qt\Qt5.8.0-Static" -I "C:/Qt/openssl-1.0.2k/include" -L "C:/Qt/openssl-1.0.2k/lib" -platform win32-msvc2013 -ssl -openssl -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -sql-sqlite -sql-odbc -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests
            

            Openssl not found.

            @stephane78 since i compiled older versions of Qt (5.7.0) using the same openssl version i thought it should also work with 5.8.0. But right now, i used latest 1.0.2k but since the script won't find any files, the result is the same.

            Maybe we can take a shortcut here and some one may be so kind and post how it will work for sure?

            Thanks!

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qDebug
              wrote on last edited by
              #18

              Well, since there is no simple solution i guess, can anyone tell me please where i can disable the check scrip?

              Thanks!

              jsulmJ 1 Reply Last reply
              0
              • Q qDebug

                Well, since there is no simple solution i guess, can anyone tell me please where i can disable the check scrip?

                Thanks!

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #19

                @qDebug Just don't pass -ssl -openssl to configure?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                Q 1 Reply Last reply
                0
                • jsulmJ jsulm

                  @qDebug Just don't pass -ssl -openssl to configure?

                  Q Offline
                  Q Offline
                  qDebug
                  wrote on last edited by
                  #20

                  @jsulm I did not exactly mention it before but i really need ssl and openssl support (-;

                  1 Reply Last reply
                  0
                  • K Offline
                    K Offline
                    kfrosty
                    wrote on last edited by
                    #21

                    Deleting the config.cache file solved it for me.

                    Q 1 Reply Last reply
                    5
                    • K kfrosty

                      Deleting the config.cache file solved it for me.

                      Q Offline
                      Q Offline
                      qDebug
                      wrote on last edited by
                      #22

                      @kfrosty Thank you! Did work for me too! :)

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved