Announcement

Collapse
No announcement yet.

Installation Error

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installation Error

    Trying to install kxdocker 1.1.4a. Worked through the dependencies with ./compile but with make install I'm getting the following error:

    Code:
    Making install in src
    make[1]: Entering directory `/home/jaychamp/Desktop/kxdocker-1.1.4a/src'
    /bin/sh ../libtool --silent --mode=link --tag=CXX g++ 
    -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
    -D_BSD_SOURCE -Wcast-align -Wconversion 
    -Wchar-subscripts -Wall -W -Wpointer-arith -O2 
    -Wformat-security -Wmissing-format-attribute 
    -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
    -fno-common  -o libKXMouse.la -rpath /tmp/kxdocker-beta/lib/kxdocker -avoid-version -module 
    -L/usr/lib -L/usr/share/qt3/lib -L/usr/X11R6/lib  
    -L/tmp/kxdocker-beta/lib/ xeplugin_mouse.lo -lXtst libkxdocker.la
    /usr/bin/ld: cannot find -lXtst
    collect2: ld returned 1 exit status
    make[1]: *** [libKXMouse.la] Error 1
    make[1]: Leaving directory `/home/jaychamp/Desktop/kxdocker-1.1.4a/src'
    make: *** [install-recursive] Error 1
    Is there a dependency missing?

    I do realize apt-get has kxdocker but it's an older buggy version

    #2
    Re: Installation Error

    Looks like my issue is that I'm missing ld.so.conf. It's no where on my system. Searched and manually checked /etc/. How would I go about getting the file on my system?

    Comment


      #3
      Re: Installation Error

      Originally posted by jaychamp
      Looks like my issue is that I'm missing ld.so.conf.  It's no where on my system.  Searched and manually checked /etc/.  How would I go about getting the file on my system?

      Comment


        #4
        Re: Installation Error

        Hmm...couldn't find it, have a look at 'man ldconfig' and 'man ld.so' for clues


        Also you can have a look here:
        http://archive.linuxfromscratch.org/...TML/x2141.html

        Comment


          #5
          Re: Installation Error

          Originally posted by kubicle
          Hmm...couldn't find it, have a look at 'man ldconfig' and 'man ld.so' for clues


          Also you can have a look here:
          http://archive.linuxfromscratch.org/...TML/x2141.html
          Finally found a solution elsewhere. I was reading the error wrong. All I had to do was install xorg-dev

          Thank you though

          Comment


            #6
            Re: Installation Error

            Still was having trouble after I thought I found a solution. All is good now

            I'll post this in case someone needs it in the future, like me

            To fresh install the latest kxdocker install both kdelibs4-dev and xorg-dev



            Then extract and install from here:

            kxdocker-1.1.4a.tar.bz2
            kxdocker-resources-1.1.0.tar.bz2
            kxdocker-configurator-1.0.2.tar.bz2
            kxdocker-dcop-1.0.0.tar.bz2
            kxdocker-i18n-1.0.2.tar.bz2
            kxdocker-trayiconlogger-1.0.0.tar.bz2

            Then you should be good to go.

            Thanks for the help guys

            Comment

            Working...
            X