Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-101993

mbedtls library is not detected on Arch Linux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.2
    • OpcUA
    • None
    • Linux/Other display system

    Description

       

      -lmbedtls -lmbedx509 -lmbedcrypto

      are not added to g++ link params

       

      can be fixed by adding following line to qtopcua/config.tests/mbedtls/mbedtls.pro

      LIBS += -lmbedtls -lmbedx509 -lmbedcrypto 

      diff

      diff --git a/config.tests/mbedtls/mbedtls.pro b/config.tests/mbedtls/mbedtls.pro
       index 28dcadc..280b428 100644
       — a/config.tests/mbedtls/mbedtls.pro
       +++ b/config.tests/mbedtls/mbedtls.pro
       @@ -1 +1,3 @@
       SOURCES += main.cpp
       +
       +LIBS += -lmbedtls -lmbedx509 -lmbedcrypto

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            fmeerkoetter Frank Meerkötter
            fanda Fanda Vacek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes