On Wed, Jun 26, 2002 at 09:25:42AM -0500, Chris Cheney wrote: > Everything in KDE3 should be linked to libpng3. Are you sure you > actually have KDE3 installed? Perhaps it only halfway installed on your > box or was held back.
ldd /usr/bin/konqueror: ... libqt-mt.so.3 => /usr/local/qt/lib/libqt-mt.so.3 (0x4083d000) libpng.so.2 => /usr/lib/libpng.so.2 (0x41135000) libpng.so.3 => /usr/lib/libpng.so.3 (0x40e30000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... I did not see this earlier, maybe this is the problem? ldd /usr/lib/libqt-mt.so.3: libpng.so.3 => /usr/lib/libpng.so.3 (0x4064f000) So konqueror is linked against libpng2 and libpng3, but libqt3-mt is only linked against libpng3. Is this maybe the problem? Greetings, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

