Main index > Installation problems > Problems with xorg 6.9.0 on slackware [SOLVED]

By slack666 (User), on Wed Jan 25 15:52:18 2006: Problems with xorg 6.9.0 on slackware [SOLVED].

When i try to launch some desklets i have this message

Code:

: File name too long
import: error while loading shared libraries: libdpstk.so.1: cannot open shared object file: No such file or directory



I see the libdpstk is in xorg 6.8.2 but not in 6.90 used by my slackware-current.

Do you have some idea ?

Thanks :)

By syfou (Core Developer & Desklet Author), on Wed Jan 25 16:20:22 2006.

Most likely, your adesklets installment or one of its dependencies (Imlib2 or fontconfig) was built against an older version of Xorg (< 6.9.x).

Solution is simply to upgrade the problematic X11-related library(ies), and possibly (re)compiling adesklets from source. You can use ldd (part of glibc) to investigate things further if you want to pinpoint exacly what component is failing:

Code:


 ldd `which adesklets` | sed -n '/=>/{s/.*=>\(.*\)(.*/\1/;p}' | xargs --max-lines=1 ldd


I hope this helps. Yours,

By slack666 (User), on Sun Jan 29 10:58:52 2006.

hi , that's good

I 've re-compile ImageMagick and all works now

Thanks

:)

By syfou (Core Developer & Desklet Author), on Sun Jan 29 11:16:44 2006.

ImageMagick :shock: ?! I guess you meant Imlib2 ?

By slack666 (User), on Mon Jan 30 14:49:48 2006.

no , it's ImageMagick
I began to compil Imlib2 but the message has stayed the same
I saw the same message when i tried to use convert a tool of imagemagick , so i re-compil a new version of ImageMagick and the message has disapeared and all works fine



:(

By syfou (Core Developer & Desklet Author), on Mon Jan 30 15:24:11 2006.

So you had a common dependency or ill-configured component between ImageMagick and adesklets... So I guess we will never know for sure. Oh, well...


adesklets is proud to be hosted on:

SourceForge.net Logo

Back to adesklets.sf.net.