Announcement

Collapse
No announcement yet.

unable to run BurnInTest trial in Ubuntu 8.04

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • unable to run BurnInTest trial in Ubuntu 8.04

    I'm trying to run the BurnInTest trial on Ubuntu 8.04 but the application never opens when I click on the BurnInTest icon or when I try to run it from the terminal. I've gotten it to work in Ubuntu 7.10 but not 8.04. Does BurnInTest Pro support Ubuntu 8.04?

  • #2
    I forgot to mention in my post above that I'm currently using the 64-bit version of Ubuntu 8.04. Not sure if that makes any difference.

    Comment


    • #3
      Ubuntu uses Gnome i believe, BurnInTest requires some KDE libraries to run so you will need to install the kdelibs package.

      If it still won't run you nca use the ldd command with the BurnInTest executable to display the libraries that are required and which ones are still missing.

      Comment


      • #4
        After installing the kdelibs I ran burnintest from the terminal and it gave me the following:
        Code:
        ./burnintest: error while loading shared libraries: libkio.so.4: wrong ELF class: ELFCLASS64
        Is BurnInTest not supported in 64-bit environments? Thanks for your help.
        Last edited by linuxed; May-04-2008, 10:59 PM.

        Comment


        • #5
          It seems a number of libraries are still missing after installing kdelibs. Running ldd burnintest displays the following:
          Code:
              linux-gate.so.1 =>  (0xffffe000)
              libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7ef9000)
              libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf7e75000)
              libkio.so.4 => not found
              libkdeui.so.4 => not found
              libkdesu.so.4 => not found
              libkwalletclient.so.1 => not found
              libkdecore.so.4 => not found
              libDCOP.so.4 => not found
              libdl.so.2 => /lib32/libdl.so.2 (0xf7e70000)
              libresolv.so.2 => /lib32/libresolv.so.2 (0xf7e5d000)
              libutil.so.1 => /lib32/libutil.so.1 (0xf7e59000)
              libart_lgpl_2.so.2 => /usr/lib32/libart_lgpl_2.so.2 (0xf7e42000)
              libidn.so.11 => /usr/lib32/libidn.so.11 (0xf7e11000)
              libkdefx.so.4 => not found
              libqt-mt.so.3 => not found
              libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf7dee000)
              libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7ddf000)
              libX11.so.6 => /usr/lib32/libX11.so.6 (0xf7cf8000)
              libSM.so.6 => /usr/lib32/libSM.so.6 (0xf7cf0000)
              libICE.so.6 => /usr/lib32/libICE.so.6 (0xf7cd8000)
              libpthread.so.0 => /lib32/libpthread.so.0 (0xf7cc0000)
              libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf7cb8000)
              libz.so.1 => /usr/lib32/libz.so.1 (0xf7ca2000)
              libfam.so.0 => not found
              libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7baf000)
              libm.so.6 => /lib32/libm.so.6 (0xf7b8a000)
              libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7b7f000)
              libc.so.6 => /lib32/libc.so.6 (0xf7a2f000)
              libGLcore.so.1 => /usr/lib32/libGLcore.so.1 (0xf6f1a000)
              libnvidia-tls.so.1 => /usr/lib32/tls/libnvidia-tls.so.1 (0xf6f18000)
              /lib/ld-linux.so.2 (0xf7fb1000)
              libXau.so.6 => /usr/lib32/libXau.so.6 (0xf6f15000)
              libxcb-xlib.so.0 => /usr/lib32/libxcb-xlib.so.0 (0xf6f13000)
              libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf6efb000)
              libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf6ef5000)
          I'm in the process of installing the missing packages. I'll let you know if that fixes it.

          Comment


          • #6
            Well, none of the missing libraries seem to be available. I tried running sudo apt-get install [NameOfPackage] for each missing library and each time it returned not found. Where can I get those libraries?

            Comment


            • #7
              It's possible that as you are running 64bit Ubuntu it only installed the 64 bit version of kdelibs, as the package manager might only install 64 bit libraries.

              Or it might be that the libraries are there but as mentioned on this page (http://wiki.winehq.org/WineOn64bit) Ubuntu didn't create the links properly. You should be able to check this by seeing if there is a /usr/lib32/libkio.so and manually creating the link to /usr/lib32/libkio.so.4.

              Only the command line version of BurnInTest has a 64bit compile, the GUI version is currently 32bit.

              Comment


              • #8
                As it turns out the 32-bit libraries were not installed. After manually extracting a few files to the correct location I was able to get burnintest up and running successfully. So for anyone else who has run into this same problem I've listed the steps below on how to fix it.

                1. Download the i386 versions of the files you are missing. In my case it required the following 3 packages.

                libgamin0_0.1.8-2_i386.deb
                libqt3-mt_3.3.7-4etch1_i386.deb
                kdelibs4c2a_3.5.5a.dfsg.1-8etch1_i386.deb

                2. Run file-roller as root so you can extract the files to /usr/lib32

                gksudo file-roller

                3. Open each package and select the files to extract.
                4. Extract the files to /usr/lib32
                5. Run burnintest.

                List of files that I extracted to /usr/lib32:

                libfam.so.0
                libfam.so.0.0.0
                libqt-mt.so.3
                libqt-mt.so.3.3
                libqt-mt.so.3.3.7
                libDCOP.so.4
                libDCOP.so.4.2.0
                libkdecore.so.4
                libkdecore.so.4.2.0
                libkdefx.so.4
                libkdefx.so.4.2.0
                libkdesu.so.4
                libkdesu.so.4.2.0
                libkdeui.so.4
                libkdeui.so.4.2.0
                libkio.so.4
                libkio.so.4.2.0
                libkwalletclient.so.1
                libkwalletclient.so.1.0.1

                Comment

                Working...
                X