Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. LibHelp.so: Cannot load library

LibHelp.so: Cannot load library

Scheduled Pinned Locked Moved Installation and Deployment
11 Posts 7 Posters 11.6k 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.
  • K Offline
    K Offline
    krustasia
    wrote on last edited by
    #1

    /home/krustasia/Qt5.3.2/Tools/QtCreator/lib/qtcreator/plugins/libHelp.so: Cannot load library /home/krustasia/Qt5.3.2/Tools/QtCreator/lib/qtcreator/plugins/libHelp.so: (libxslt.so.1: cannot open shared object file: No such file or directory)

    OS: ubuntu 14.04 amd64
    installer: qt-opensource-linux-x86-5.3.2.run

    libpng is already installed

    @$ sudo dpkg --get-selections | grep libpng
    libpng12-0:amd64 install
    libpng12-0:i386 install@

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

      Hi,

      Aren't you somehow mixing by any chance your distribution Qt 5 with the one from the installer ?

      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
      • K Offline
        K Offline
        krustasia
        wrote on last edited by
        #3

        Now that you mentioned it...there's a few Qt5 packages installed. How do I go about it?

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

          Check you Qt version as well as your kit, as for the original error it seems you are missing the xslt library

          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
          • K Offline
            K Offline
            krustasia
            wrote on last edited by
            #5

            reinstalling as sudoer fixes this

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

              Are you saying that you reinstalled Qt from the installer in your home directory using sudo ?

              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
              • X Offline
                X Offline
                xfilipe
                wrote on last edited by
                #7

                Hi, I'm having the same problem. That's happens because you installed the x86 version in a x64 system and, because of that, some 32bits libraries are missing. You can fix this looking for missing dependencies and installing one by one, look this output:
                @
                filipe@ThinkPad-T430:/opt/Qt5.4.0/Tools/QtCreator/lib/qtcreator/plugins$ ldd libHelp.so | grep "not found"
                libCore.so => not found
                libProjectExplorer.so => not found
                libxslt.so.1 => not found
                libxml2.so.2 => not found
                libgstreamer-0.10.so.0 => not found
                libgstapp-0.10.so.0 => not found
                libgstbase-0.10.so.0 => not found
                libgstinterfaces-0.10.so.0 => not found
                libgstpbutils-0.10.so.0 => not found
                libgstvideo-0.10.so.0 => not found
                @

                to fix for libxslt.so.1 you can use this command:

                $ sudo apt-get install libxslt1.1:i386

                Note the ":i386" ending, this will make sure that you're asking for 32 bits libraries. You will have to do this for all missing dependencies...

                An another way (better way) to solve is download and install the x64 version that should be compatible with your system.

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  birger.sp
                  wrote on last edited by
                  #8

                  Installing the "libgstreamer-plugins-base0.10-0" package fixed this for me

                  sudo apt-get install libgstreamer-plugins-base0.10-0 
                  
                  B T 2 Replies Last reply
                  2
                  • B birger.sp

                    Installing the "libgstreamer-plugins-base0.10-0" package fixed this for me

                    sudo apt-get install libgstreamer-plugins-base0.10-0 
                    
                    B Offline
                    B Offline
                    Bigmat
                    wrote on last edited by
                    #9

                    @birger.sp that works for me :-) Thx

                    Qt/C++ and Android Developer

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      gyll
                      wrote on last edited by
                      #10

                      worked for me too, thanks!

                      1 Reply Last reply
                      0
                      • B birger.sp

                        Installing the "libgstreamer-plugins-base0.10-0" package fixed this for me

                        sudo apt-get install libgstreamer-plugins-base0.10-0 
                        
                        T Offline
                        T Offline
                        Thejas
                        wrote on last edited by
                        #11

                        @birger.sp great bro

                        1 Reply Last reply
                        0

                        • Login

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