跳到內容
  • 版面
  • 最新
  • 標籤
  • 熱門
  • 使用者
  • 群組
  • 搜尋
  • Get Qt Extensions
  • Unsolved
Collapse
品牌標誌
  1. 首頁
  2. Qt Development
  3. General and Desktop
  4. Installation of libqtGui.so.4
Forum Updated to NodeBB v4.3 + New Features

Installation of libqtGui.so.4

已排程 已置頂 已鎖定 已移動 General and Desktop
41 貼文 8 Posters 37.7k 瀏覽 2 Watching
  • 從舊到新
  • 從新到舊
  • 最多點贊
回覆
  • 在新貼文中回覆
登入後回覆
此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
  • S 離線
    S 離線
    shirisha
    寫於 最後由 編輯
    #1

    Hi everyone,
    error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory.How to install the library..Please help me.

    1 條回覆 最後回覆
    0
    • mrdebugM 離線
      mrdebugM 離線
      mrdebug
      寫於 最後由 編輯
      #2

      Have you got this ptoblem on install your application in another machine?

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      1 條回覆 最後回覆
      0
      • SGaistS 離線
        SGaistS 離線
        SGaist
        Lifetime Qt Champion
        寫於 最後由 編輯
        #3

        Hi,

        Did you install Qt 4 on your target computer ?

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

        1 條回覆 最後回覆
        1
        • S 離線
          S 離線
          shirisha
          寫於 最後由 編輯
          #4

          hi sir,
          No i d't install qt in target computer, why because i need to check the exe file in target pc without Qt i need to run my exe file .In One pc i have qt and written the sample application that exec file need to be run in target machine without qt . Please help me sir..

          1 條回覆 最後回覆
          0
          • A 離線
            A 離線
            av2306
            寫於 最後由 編輯
            #5

            You need to ship run time with your binary.

            On terminal, execute ldd yourexefilepathonlinux. It will show you the dependencies needs to ship on target machine.

            1 條回覆 最後回覆
            0
            • S 離線
              S 離線
              shirisha
              寫於 最後由 編輯
              #6

              sorry sir..am unable to get u...

              1 條回覆 最後回覆
              0
              • SGaistS 離線
                SGaistS 離線
                SGaist
                Lifetime Qt Champion
                寫於 最後由 編輯
                #7

                If you want to run your executable on a another computer without Qt installed (I don't mean the complete SDK just the libraries) you have to provide the needed libraries yourself.

                It's explained "here":http://qt-project.org/doc/qt-4.8/deployment-x11.html#creating-the-application-package

                However, depending on your target computer, you should simply install the distribution provided Qt

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

                1 條回覆 最後回覆
                3
                • S 離線
                  S 離線
                  shirisha
                  寫於 最後由 編輯
                  #8

                  Thank you sir,
                  what commands are needed to install libQtgui.so.4.Please help me

                  1 條回覆 最後回覆
                  0
                  • SGaistS 離線
                    SGaistS 離線
                    SGaist
                    Lifetime Qt Champion
                    寫於 最後由 編輯
                    #9

                    That all depends on the distribution you are using

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

                    1 條回覆 最後回覆
                    0
                    • S 離線
                      S 離線
                      shirisha
                      寫於 最後由 編輯
                      #10

                      i d't get u sir..please tel me clearly

                      1 條回覆 最後回覆
                      0
                      • SGaistS 離線
                        SGaistS 離線
                        SGaist
                        Lifetime Qt Champion
                        寫於 最後由 編輯
                        #11

                        You are using linux, so you are using a distribution like e.g. Ubuntu, Debian, Gentoo etc. Which one is it ?

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

                        1 條回覆 最後回覆
                        0
                        • S 離線
                          S 離線
                          shirisha
                          寫於 最後由 編輯
                          #12

                          Hi sir..,
                          linux opensuse.

                          1 條回覆 最後回覆
                          0
                          • SGaistS 離線
                            SGaistS 離線
                            SGaist
                            Lifetime Qt Champion
                            寫於 最後由 編輯
                            #13

                            YaST is your friend then

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

                            1 條回覆 最後回覆
                            1
                            • S 離線
                              S 離線
                              shirisha
                              寫於 最後由 編輯
                              #14

                              Hi sir,
                              Please help on ,How to install only qt libraries in target system.

                              1 條回覆 最後回覆
                              0
                              • SGaistS 離線
                                SGaistS 離線
                                SGaist
                                Lifetime Qt Champion
                                寫於 最後由 編輯
                                #15

                                Run YaST on your target and search for the Qt libraries

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

                                1 條回覆 最後回覆
                                1
                                • S 離線
                                  S 離線
                                  shirisha
                                  寫於 最後由 編輯
                                  #16

                                  Thank u sir,, but if i copy all libraries to target it is showing same error that libqtGui.so.4 is not found.Please help me.

                                  1 條回覆 最後回覆
                                  0
                                  • SGaistS 離線
                                    SGaistS 離線
                                    SGaist
                                    Lifetime Qt Champion
                                    寫於 最後由 編輯
                                    #17

                                    Wait, what is your target ?

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

                                    1 條回覆 最後回覆
                                    0
                                    • S 離線
                                      S 離線
                                      shirisha
                                      寫於 最後由 編輯
                                      #18

                                      Gdmrd sir,
                                      My target and host is linux opensuse,i instaled qt in host machine in that i written a sample programe ,that exe must run in my target machine without insatling qt.when i run exe it is asking libQtGui.so.4 is not found.Please help to quit from this error.

                                      1 條回覆 最後回覆
                                      0
                                      • SGaistS 離線
                                        SGaistS 離線
                                        SGaist
                                        Lifetime Qt Champion
                                        寫於 最後由 編輯
                                        #19

                                        Can you explain why you can't install the libs on your target ?

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

                                        1 條回覆 最後回覆
                                        0
                                        • S 離線
                                          S 離線
                                          shirisha
                                          寫於 最後由 編輯
                                          #20

                                          hi sir,

                                              i just added the liraries in the target exe folder.but also geting get 
                                          
                                          1 條回覆 最後回覆
                                          0

                                          • 登入

                                          • Login or register to search.
                                          • 第一個貼文
                                            最後的貼文
                                          0
                                          • 版面
                                          • 最新
                                          • 標籤
                                          • 熱門
                                          • 使用者
                                          • 群組
                                          • 搜尋
                                          • Get Qt Extensions
                                          • Unsolved