[kde-solaris] jpeg library

Thomas Bennett kde-solaris@mail.kde.org
Sun Dec 8 20:58:05 2002


Oleg,

In my home built KDE3 I have twelve libs refering to 
/usr/local/lib/libjpeg.so.62.

If you want to solve this I suggest you use some packages other than off the 
campanion CD like those at http://sunkde.maraudingpirates.org/
There may be others but I have not looked.

 On Sat, 07 Dec 2002 12:10, Oleg Goldfild wrote:
> I did the following in order to find out difference between KDE3 and KDE2
> jpeg
> library:
>
>
> for i in $(find $KDEDIR/lib/ -name lib*.so); do
> echo $i
> ldd $i | grep jpeg
> done

-- 
Regards
Thomas Bennett