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. QT LAN Messenger Compiling and Build Error

QT LAN Messenger Compiling and Build Error

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 1.7k Views 2 Watching
  • 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.
  • K Offline
    K Offline
    kish1212
    wrote on last edited by
    #1

    C:\Users\KISHORE\Downloads\lanmessenger-master (1)\lanmessenger-master\lmc\src\crypto.h:27: error: openssl/rand.h: No such file or directory0_1551175743968_Capture.PNG

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

      hi
      try this one instead
      https://github.com/sdicke/Lan-Messenger
      it just compiled for windows for me.

      K 1 Reply Last reply
      3
      • mrjjM mrjj

        hi
        try this one instead
        https://github.com/sdicke/Lan-Messenger
        it just compiled for windows for me.

        K Offline
        K Offline
        kish1212
        wrote on last edited by
        #3

        @mrjj thank you for your valuable help

        mrjjM 1 Reply Last reply
        0
        • K kish1212

          @mrjj thank you for your valuable help

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @kish1212
          just as a note.
          the other one seemed to miss some openSLL headers.

          K 1 Reply Last reply
          0
          • mrjjM mrjj

            @kish1212
            just as a note.
            the other one seemed to miss some openSLL headers.

            K Offline
            K Offline
            kish1212
            wrote on last edited by
            #5

            @mrjj

            how to add the openssl in linking library

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

              Hi,

              Do you mean you already have OpenSSL installed on your machine ?

              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
              • mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #7

                Hi
                Followup to any one finding it.
                we used
                https://github.com/lanmessenger/lanmessenger
                and followed the docs and it works.
                Note that it wants you to have openSLL in a certain level
                relative to the lanmessenger project .
                We didnt move the folder from c:\openSSL
                but added this to the .pro file.

                win32: LIBS += -LC:/OpenSSL/lib/ -llibeay32
                INCLUDEPATH += "C:/OpenSSL/include"
                DEPENDPATH += += "C:/OpenSSL/include"

                and used the mingw 32 bit compiler.
                The mentioned openSSL ("Win32 OpenSSL v1.0.2q") from
                http://www.slproweb.com/products/Win32OpenSSL.html
                worked without compiling.
                But its 32 bit only.
                Qt version was 5.12

                1 Reply Last reply
                3

                • Login

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