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

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.
  • RIVOPICOR Offline
    RIVOPICOR Offline
    RIVOPICO
    wrote on 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
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on 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

      RIVOPICOR 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

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

        RIVOPICOR Offline
        RIVOPICOR Offline
        RIVOPICO
        wrote on 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?

        jsulmJ 1 Reply Last reply
        0
        • RIVOPICOR RIVOPICO

          @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?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on 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

          RIVOPICOR 1 Reply Last reply
          1
          • jsulmJ jsulm

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

            I have installed the package

            Which package?

            RIVOPICOR Offline
            RIVOPICOR Offline
            RIVOPICO
            wrote on last edited by
            #5

            @jsulm boost i mean

            aha_1980A jsulmJ 2 Replies Last reply
            0
            • RIVOPICOR RIVOPICO

              @jsulm boost i mean

              aha_1980A Offline
              aha_1980A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on 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
              • RIVOPICOR RIVOPICO

                @jsulm boost i mean

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on 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

                • Login

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