Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.6.0 Linux Installation Error

Qt 5.6.0 Linux Installation Error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
8 Posts 4 Posters 2.6k 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.
  • LarryML Offline
    LarryML Offline
    LarryM
    wrote on last edited by A Former User
    #1

    The installation of qt-everywhere-opensource-src-5.6.0 on linux failed.
    Step 1: Download
    Step 2: gunzip and tar xvf qt-everywhere-opensource-src-5.6.0.tar
    Step 3: cd qt-everywhere-opensource-src-5.6.0
    Step 4: configure -prefix <path>
    Step 5: gmake

    Error:
    ssl/qsslcontext_openssl.cpp: In member function 'bool QSslContext::cacheSession(SSL*)':
    ssl/qsslcontext_openssl.cpp:473: error: 'struct ssl_session_st' has no member named 'tlsext_tick_lifetime_hint'

    Why did it fail?

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

      Hi and welcome to devnet,

      Which version of OpenSSL do you have installed on your system ?

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

      1 Reply Last reply
      0
      • LarryML Offline
        LarryML Offline
        LarryM
        wrote on last edited by
        #3

        Version:
        OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008

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

          That version of OpenSSL is more than outdated. Can you update it ?

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

          1 Reply Last reply
          0
          • LarryML Offline
            LarryML Offline
            LarryM
            wrote on last edited by
            #5

            OpenSSL was updated to version 1.0.2h. from the qt-everywhere directory:
            Step 1: gmake clean
            Step 2: configure -prefix <QT path> -I <OpenSSL Path>/include -L <Open SSL Path>/lib
            Step 3: gmake

            Error:
            fbconvenience/qfbvthandler.cpp:46:26: error: sys/signalfd.h: No such file or directory

            What is missing now?

            kshegunovK 1 Reply Last reply
            0
            • LarryML LarryM

              OpenSSL was updated to version 1.0.2h. from the qt-everywhere directory:
              Step 1: gmake clean
              Step 2: configure -prefix <QT path> -I <OpenSSL Path>/include -L <Open SSL Path>/lib
              Step 3: gmake

              Error:
              fbconvenience/qfbvthandler.cpp:46:26: error: sys/signalfd.h: No such file or directory

              What is missing now?

              kshegunovK Offline
              kshegunovK Offline
              kshegunov
              Moderators
              wrote on last edited by
              #6

              @LarryM
              Linux kernel headers?

              Read and abide by the Qt Code of Conduct

              the_T 1 Reply Last reply
              0
              • kshegunovK kshegunov

                @LarryM
                Linux kernel headers?

                the_T Offline
                the_T Offline
                the_
                wrote on last edited by
                #7

                @kshegunov

                sys/signalfd.h should be provided with glibc iirc, depends on distro it could be in libc-dev package

                -- No support in PM --

                kshegunovK 1 Reply Last reply
                0
                • the_T the_

                  @kshegunov

                  sys/signalfd.h should be provided with glibc iirc, depends on distro it could be in libc-dev package

                  kshegunovK Offline
                  kshegunovK Offline
                  kshegunov
                  Moderators
                  wrote on last edited by
                  #8

                  @the_
                  Okay, it is possible. I wasn't sure in the first place, so I'd gladly assume you're correct. :)

                  Read and abide by the Qt Code of Conduct

                  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