On Fri, Dec 28, 2001 at 11:21:18PM -0500, Krystian G Bates wrote: > On Friday 28 December 2001 11:17 pm, Krystian G Bates wrote: i> > On Friday 28 December 2001 09:34 pm, Oliver Johns wrote: > > Aye, just started having the same problem. Out of my kdm.log: > > > > libpng warning: Application was compiled with png.h from libpng-1.2.1 > > libpng warning: Application is using png.c from libpng-1.0.12 > > libpng error: Incompatible libpng version in application and library > And wouldn't you know, I already cleaned my cache out... > Can anyone point me to a spot to wget libqt2_3*-17.deb from? Temporarily - until fixed packages are uploaded - do:
# dpkg --force-depends -r libpng2 # ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2 # ldconfig Don't forget to remove the link when new packages are available. Björn PS: Would be nice you'd answer under quoted text - increases readability a lot. :)