[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libjpeg.so.6 and KDE



Daniel González Gasull <gasull@altavista.net> wrote:
<snip>
>> Just get KDE linked against libjpeg62.
>
>How can I do that?
>
>I realize how newbie I am.  I don't what to do with
>such information.
Binaries that you have installed have been compiled and linked on system with
libjpeg6-dev.

>
>Here is my $ldd /usr/X11R6/bin/kfm:
>
>	libkhtmlw.so.2 => /usr/X11R6/lib/libkhtmlw.so.2 (0x40003000)
>	libkimgio.so.2 => /usr/X11R6/lib/libkimgio.so.2 (0x400be000)
>	libjpeg.so.6 => not found
>	libqt.so.1 => /usr/X11R6/lib/libqt.so.1 (0x400c6000)
>	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40289000)
>	libjscript.so.2 => /usr/X11R6/lib/libjscript.so.2 (0x4032d000)
>	libkdeui.so.2 => /usr/X11R6/lib/libkdeui.so.2 (0x40350000)
>	libkdecore.so.2 => /usr/X11R6/lib/libkdecore.so.2 (0x40489000)
>	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40548000)
>	libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x40554000)
>	libm.so.6 => /lib/libm.so.6 (0x40599000)
>	libc.so.6 => /lib/libc.so.6 (0x405b2000)
>	libstdc++-libc6.0-1.so.2 => /usr/lib/libstdc++-libc6.0-1.so.2(0x40659000)
> 	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00000000)
>
>Please remember that I have the same problem with
>almost all KDE applications.  I want to know how to
>solve this for all of them.

You have generally 4 ways:

1. Get the source and compile it. It will be compatible with your system.
2. Install the libjpeg6 (not libjpegg6a - it contains /usr/lib/libjpeg.so.6a,
   not /usr/lib/libjpeg.so.6).
3. Symlink /usr/lib/libjpeg.so.6 to /usr/lib/libjpeg.so.6a, than run ldconfig.
   It may work, but I didn'y try it. (Attention: It can be potentially
   segfaulting).
4. Get KDE Debian packages. I have installed KDE 1.1 from CD created with
   .debs    maintained by Stephan Kulow <coolo@kde.org>. Here is the info for
   kdebase:
*****************
Package: kdebase
Priority: extra
Section: contrib/x11
Installed-Size: 8385
Maintainer: Stephan Kulow <coolo@kde.org>
Architecture: i386
Version: 4:1.1-19990306-1
Depends: menu (>= 1.5-5), kdelibs2g (>= 4:1.1-19990306-1), libc6, libjpeg62, libncurses4, libpng2, libstdc++2.9, libtiff3g, qt1g (>= 1.42-2), xlib6g (>= 3.3.2.3a-2), xpm4g (>= 3.4j-0), zlib1g (>= 1:1.1.3), xdm
Recommends: kdebase-i18n
Suggests: kdewallpapers
Size: 3104924
Description: KDE core applications
 This is a suite of all kde core applications :
 file manager kfm, window manager kwm, desktop manager kdm
 and others. 
****************

BTW: Did you installed KDE from .debs? It should find that you hadn't installed
libjpeg6.

 -- Jaroslaw "Jaros" Berezowski


Reply to: