Thread: KDE libraries
View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 11:34 AM
J.O. Aho
 
Posts: n/a
Default Re: KDE libraries

Wes Gray wrote:
> I've been struggling for the last week with an upgrade to KDE 3.4 which
> didn't go well. Lots of things aren't working, mostly kicker applets.
> Just now I was poking around and got some error messages which were
> helpful. I'm including an example, but basically it looks like my
> 3.4 KDE programs are for some reason looking for shared libraries in
> my /usr/kde/3.1 directory. How does KDE know where to look for libraries?
> Here is an example of an error message I'm getting:
>
>
>>The specified library taskbar could not be found
>>The diagnostics is:
>>/usr/kde/3.1/lib/kde3/kcm_taskbar.so: cannot open shared object file: NO such
>>file or directory
>>
>>Possible reason:
>> . An error occurred during your last KDE upgrade leaving an orphaned control
>>module
>> . You have old third party modules lyring around


In those days you had kde 3.1 you compiled some software that is needing KDE
and now it tries to find the old library file from 3.1, which you seem to
lack. To fix this problem, you need to recompile all extra packages for KDE so
that they use kde 3.4 libraries. You can't manually change the paths as the
paths are compiled into the binaries.


//Aho
Reply With Quote