Thank you very much. It solves my problem (cfr. "kde & docking tray problem"). Is it possible to integrate this change into the libpng3 package, I mean, create the symbolic link ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2 into libpng3_1.2.1-1_i386.deb ? Is it clean enough for a debian package ?
Thanks, Laurent. On Monday 31 December 2001 19:58, Oliver Johns wrote: > Just a data point that may be useful. I see some people > mentioning this on both lists. > > Just did a full upgrade to latest unstable packages. Then used > Bjoern Krombholz's fix: > > dpkg --force-depends -r libpng2 > ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2 > > That appears to work. Maybe some programs won't run now due to > lack of "legacy" library libpng2, but I haven't found one yet. > > Have to added BK's admonition to remember to remove that symlink > when this mess gets sorted out.