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. macdeployqt ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib"
Servers for Qt installer are currently down

macdeployqt ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib"

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 725 Views 1 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.
  • J Offline
    J Offline
    JSher
    wrote on 1 May 2020, 18:43 last edited by
    #1

    As the title suggests I am trying to deploy an app on mac.

    When I build the release it runs fine from that folder but there are no sql libs.

    I moved the app to a separate folder and ran macdeployqt MyApp.app

    I received this error:
    ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib"
    and macdeployqt stops without moving anything to the new folder.

    I did some research but most posts I find are not related to this or the build continues...

    Any help would be appreciated.

    Thanks,
    --James

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 1 May 2020, 18:51 last edited by
      #2

      Hi,

      Do you have that file there ?

      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
      • J Offline
        J Offline
        JSher
        wrote on 1 May 2020, 18:53 last edited by
        #3

        No, It appears to be a postgres DB file however Ive never used potsgres DB. In the posts Ive read it should just continue and not stop?

        That being said, why would it be looking for postres installed on the machine?

        Thanks,
        --James

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 1 May 2020, 18:57 last edited by
          #4

          Because currently, if you are using the QtSql module, all the related plugins are deployed hence the issue you are seeing but it should not stop the release procedure IIRC.

          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
          • J Offline
            J Offline
            JSher
            wrote on 1 May 2020, 18:59 last edited by
            #5

            @SGaist said in macdeployqt ERROR: no file at "/Applications/Postgres.app/Contents/Versions/9.6/lib/libpq.5.dylib":

            Because currently, if you are using the QtSql module, all the related plugins are deployed hence the issue you are seeing but it should not stop the release procedure IIRC.

            Right that what I had read however my macdeployqt stops and does not write any files to the folder with the Myapp.app

            any ideas?

            Thanks,
            --James

            1 Reply Last reply
            0
            • J Offline
              J Offline
              JSher
              wrote on 1 May 2020, 19:03 last edited by
              #6

              Sorry for my ignorance. It does build the app, its just inside it...

              --James

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote on 1 May 2020, 19:04 last edited by
                #7

                I am not sure to understand that last sentence correctly.

                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

                1/7

                1 May 2020, 18:43

                • 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