This is a discussion on libdpstk - Library missing within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, Please give a look at this issue: $ convert convert: error while loading shared libraries: libdpstk.so.1: cannot open ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, Please give a look at this issue: $ convert convert: error while loading shared libraries: libdpstk.so.1: cannot open shared object file: No such file or directory $ ldd `which convert` linux-gate.so.1 => (0xffffe000) libMagick.so.6 => /usr/lib/libMagick.so.6 (0xb7c4d000) liblcms.so.1 => /usr/lib/liblcms.so.1 (0xb7c14000) libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb7bc4000) libc.so.6 => /lib/tls/libc.so.6 (0xb7aa8000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7a8b000) libpng.so.3 => /usr/lib/libpng.so.3 (0xb7a5a000) libdpstk.so.1 => not found libdps.so.1 => not found libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7a4b000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb79f9000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb79f0000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb79d8000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb790b000) libbz2.so.1 => /lib/libbz2.so.1 (0xb78fa000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb77d7000) libm.so.6 => /lib/tls/libm.so.6 (0xb77b4000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb77a2000) libltdl.so.3 => /usr/lib/libltdl.so.3 (0xb779b000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7731000) libz.so.1 => /usr/lib/libz.so.1 (0xb771e000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb771a000) /lib/ld-linux.so.2 (0xb7feb000) libdpstk.so.1 => not found libdps.so.1 => not found I use a Slackware 10-current, have you got the same problem? Please advise. thank you Alberto |
| |||
| disilluso wrote: > Hello, > > Please give a look at this issue: > > $ convert > convert: error while loading shared libraries: libdpstk.so.1: cannot > open shared object file: No such file or directory > > $ ldd `which convert` > libdpstk.so.1 => not found > libdps.so.1 => not found > I believe those libraries are part of the x11-6.9.0-i486-1 package. (If you don't know what that means you probably shouldn't be running slackware-current!). In Slackware-10.2 those lib's are part of the x11-6.8.2-i486-3 package. |
| |||
| disilluso <disilluso@linuxbox.somewhere.outofhere.com> skrev 2006-01-24: > Hello, > > Please give a look at this issue: > > $ convert > convert: error while loading shared libraries: libdpstk.so.1: cannot > open shared object file: No such file or directory > > $ ldd `which convert` > linux-gate.so.1 => (0xffffe000) > libMagick.so.6 => /usr/lib/libMagick.so.6 (0xb7c4d000) > liblcms.so.1 => /usr/lib/liblcms.so.1 (0xb7c14000) > libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb7bc4000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7aa8000) > libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7a8b000) > libpng.so.3 => /usr/lib/libpng.so.3 (0xb7a5a000) > libdpstk.so.1 => not found > libdps.so.1 => not found > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7a4b000) > libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb79f9000) > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb79f0000) > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb79d8000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb790b000) > libbz2.so.1 => /lib/libbz2.so.1 (0xb78fa000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb77d7000) > libm.so.6 => /lib/tls/libm.so.6 (0xb77b4000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb77a2000) > libltdl.so.3 => /usr/lib/libltdl.so.3 (0xb779b000) > libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7731000) > libz.so.1 => /usr/lib/libz.so.1 (0xb771e000) > libdl.so.2 => /lib/tls/libdl.so.2 (0xb771a000) > /lib/ld-linux.so.2 (0xb7feb000) > libdpstk.so.1 => not found > libdps.so.1 => not found > > > I use a Slackware 10-current, have you got the same problem? > Please advise. > thank you > Alberto It seems the imagemagick package form current is not yet compiled against the new x11-6.9.0 from current, as those missings libs are from the old x11-6.8.2 used in 10.2! The imagemagick in current is still the same as in 10.2, so I think it's just a question of time, before this package is upgraded. -- Morten L |
| |||
| On 2006-01-24, Morten L <ml47sp11am@gspmailam.com> wrote: > > It seems the imagemagick package form current is not yet compiled > against the new x11-6.9.0 from current, as those missings libs are > from the old x11-6.8.2 used in 10.2! > > The imagemagick in current is still the same as in 10.2, so I > think it's just a question of time, before this package is upgraded. That is indeed the issue; there are a few things (imagemagick and krita, probably some other kde apps, who knows what else) that are dependent upon old X11-6.8.2 libs. For imagemagick, it's an easy solution: either download the source and slackbuild script from a local mirror and recompile it yourself, or if you don't mind using third-party packs, I have one at my site: http://slackbuilds.rlworkman.net I honestly recommend doing it yourself, as you don't know me and have no reason to trust me - unless, of course, you do know me from irc... :-) robw810 -- http://rlworkman.net |
| |||
| On 2006-01-25, Robby Workman <newsgroups@rlworkman.net> wrote: > using third-party packs, I have one at my site: > http://slackbuilds.rlworkman.net Eh, make that http://slackpacks.rlworkman.net -- sorry :/ -- http://rlworkman.net |
| |||
| On Tue, 24 Jan 2006 18:39:02 +0000 disilluso <disilluso@linuxbox.somewhere.outofhere.com> wrote: > I use a Slackware 10-current, have you got the same problem? Yes - fixed by downloading latest ImageMagick source and recompiling. -- Roger Brown roger2@rogerbrown.no-ip.org http://rogerbrown.no-ip.org |
| ||||
| Chris Sorenson <csoren@isd.net> wrote: > > disilluso wrote: > > I believe those libraries are part of the x11-6.9.0-i486-1 package. > > (If you don't know what that means you probably shouldn't be running > slackware-current!). > > In Slackware-10.2 those lib's are part of the x11-6.8.2-i486-3 package. they were, but not in -current. x11-6.9.0 doesn't contain these libraries. But the problem is easily fixed by recompiling the software needing libdpstk (like ImageMagick)... |