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. How to install openssl in ubuntu for my project with qt
Forum Update on Monday, May 27th 2025

How to install openssl in ubuntu for my project with qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 4 Posters 1.5k 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.
  • R Offline
    R Offline
    RIVOPICO
    wrote on 22 Jul 2018, 22:09 last edited by
    #1

    I just need to run my project in qt but require these packages.
    command
    $sudo apt-get install build-esssential libboost-dev libdb48-dev libopenssl-dev libdb++-dev git qt-sdk

    But some are not
    E: No se ha podido localizar el paquete libdb48-dev
    E: No se ha podido localizar el paquete libopenssl-dev

    How to install them?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 22 Jul 2018, 22:16 last edited by
      #2

      Hi,

      AFAIK, the names are libdb4.8-dev and libssl-dev.

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

      R 1 Reply Last reply 22 Jul 2018, 23:36
      0
      • S SGaist
        22 Jul 2018, 22:16

        Hi,

        AFAIK, the names are libdb4.8-dev and libssl-dev.

        R Offline
        R Offline
        RIVOPICO
        wrote on 22 Jul 2018, 23:36 last edited by
        #3

        @SGaist i got error of boost after compile
        /usr/bin/ld: cannot find -lboost_system
        /usr/bin/ld: cannot find -lboost_filesystem
        /usr/bin/ld: cannot find -lboost_program_options
        /usr/bin/ld: cannot find -lboost_thread
        Makefile:281: recipe for target 'barcoin-qt' failed
        collect2: error: ld returned 1 exit status
        make: *** [barcoin-qt] Error 1
        01:31:45: The process "/usr/bin/make" exited with code 2.
        Error while building/deploying project barcoin-qt (kit: Desktop)
        When executing step "Make"
        01:31:46: Elapsed time: 06:42.

        I have installed the package. maybe know why show me this error?

        J 1 Reply Last reply 23 Jul 2018, 05:27
        0
        • R RIVOPICO
          22 Jul 2018, 23:36

          @SGaist i got error of boost after compile
          /usr/bin/ld: cannot find -lboost_system
          /usr/bin/ld: cannot find -lboost_filesystem
          /usr/bin/ld: cannot find -lboost_program_options
          /usr/bin/ld: cannot find -lboost_thread
          Makefile:281: recipe for target 'barcoin-qt' failed
          collect2: error: ld returned 1 exit status
          make: *** [barcoin-qt] Error 1
          01:31:45: The process "/usr/bin/make" exited with code 2.
          Error while building/deploying project barcoin-qt (kit: Desktop)
          When executing step "Make"
          01:31:46: Elapsed time: 06:42.

          I have installed the package. maybe know why show me this error?

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 23 Jul 2018, 05:27 last edited by
          #4

          @RIVOPICO said in How to install openssl in ubuntu for my project with qt:

          I have installed the package

          Which package?

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

          R 1 Reply Last reply 23 Jul 2018, 09:12
          1
          • J jsulm
            23 Jul 2018, 05:27

            @RIVOPICO said in How to install openssl in ubuntu for my project with qt:

            I have installed the package

            Which package?

            R Offline
            R Offline
            RIVOPICO
            wrote on 23 Jul 2018, 09:12 last edited by
            #5

            @jsulm boost i mean

            A J 2 Replies Last reply 23 Jul 2018, 09:21
            0
            • R RIVOPICO
              23 Jul 2018, 09:12

              @jsulm boost i mean

              A Offline
              A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on 23 Jul 2018, 09:21 last edited by
              #6

              @RIVOPICO

              there are several libboost* packages. Are you sure you have all needed ones?

              Qt has to stay free or it will die.

              1 Reply Last reply
              1
              • R RIVOPICO
                23 Jul 2018, 09:12

                @jsulm boost i mean

                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 23 Jul 2018, 11:22 last edited by
                #7

                @RIVOPICO said in How to install openssl in ubuntu for my project with qt:

                boost i mean

                Which exactly? You need dev packages for all those mentioned boost packages.

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

                1 Reply Last reply
                1

                1/7

                22 Jul 2018, 22:09

                • Login

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