Re: kde3 debs do not work with libpng from sid

2002-06-26 Thread Jarno Elonen
> So konqueror is linked against libpng2 and libpng3, but libqt3-mt is > only linked against libpng3. Is this maybe the problem? Maybe some libraries that konqueror dependes on have not been upgraded? They might depend on libpng2 and therefore descend the dependecy to konqueror, too. "ldd -v" co

Re: kde3 debs do not work with libpng from sid (solved)

2002-06-26 Thread Michael Thaler
On Wed, Jun 26, 2002 at 10:42:48AM -0500, Chris Cheney wrote: > Is it perhaps listed in /etc/ld.so.conf ? Yes, you are right. I didn't know these libraries were checked first. But this makes sense. Thank you for your help. Greetings, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: kde3 debs do not work with libpng from sid (solved)

2002-06-26 Thread Børre Gaup
On Wednesday 26 June 2002 17:22, Michael Thaler wrote: > Hello, > > I solved the problem. Someone give me a hint, that the problem could > be that my libqt is linked against an old version of libpng. So I > looked if I have old versions of libqt3 around and I found a version > of libqt in /usr/loca

Re: kde3 debs do not work with libpng from sid (solved)

2002-06-26 Thread Chris Cheney
On Wed, Jun 26, 2002 at 05:22:12PM +0200, Michael Thaler wrote: > What I do not understand is, why kde is using the libqt from > /usr/local/qt... I do not have it in LD_LIBRARY_PATH Is it perhaps listed in /etc/ld.so.conf ? Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: kde3 debs do not work with libpng from sid (solved)

2002-06-26 Thread Michael Thaler
Hello, I solved the problem. Someone give me a hint, that the problem could be that my libqt is linked against an old version of libpng. So I looked if I have old versions of libqt3 around and I found a version of libqt in /usr/local/qt which was linked against libpng2. I removed this directory an

Re: kde3 debs do not work with libpng from sid

2002-06-26 Thread Michael Thaler
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

Re: kde3 debs do not work with libpng from sid

2002-06-26 Thread Chris Cheney
On Wed, Jun 26, 2002 at 03:54:00PM +0200, Michael Thaler wrote: > Hello, > > I tried to find out more about the problems I have with todays kde3 > debs from kde3.geniussystem.net and libpng. I have installed both > libpng2-dev and libpng3-dev. Everything in KDE3 should be linked to libpng3. Are

Re: kde3 debs do not work with libpng from sid

2002-06-26 Thread Michael Thaler
On Wed, Jun 26, 2002 at 07:55:22AM -0600, [EMAIL PROTECTED] wrote: > Okay now this will get stranger. > > I have libpng2 and libpng3 > > libpng2 1.0.12-3 > libpng3 1.2.1-1.1 I also have no other versions of libpng installed: /usr/lib/libpng.a /usr/lib/libpng.so /usr/lib/libpng.so.2 /usr/lib/li

Re: kde3 debs do not work with libpng from sid

2002-06-26 Thread kosh
On Wed, 26 Jun 2002, Michael Thaler wrote: > Hello, > > o.k. one more thing: > > ldd /usr/bin/konqueror > > libpng.so.3 => /usr/lib/libpng.so.3 (0x40e31000) > > O.K. it is oviously linked against the wrong libpng. I am wondering > that noone else is experiencing this problem. Or do I do something

Re: kde3 debs do not work with libpng from sid

2002-06-26 Thread Michael Thaler
Hello, o.k. one more thing: ldd /usr/bin/konqueror libpng.so.3 => /usr/lib/libpng.so.3 (0x40e31000) O.K. it is oviously linked against the wrong libpng. I am wondering that noone else is experiencing this problem. Or do I do something wrong? I would appriciate any hints, Michael -- To UNSUB

kde3 debs do not work with libpng from sid

2002-06-26 Thread Michael Thaler
Hello, I tried to find out more about the problems I have with todays kde3 debs from kde3.geniussystem.net and libpng. I have installed both libpng2-dev and libpng3-dev. strings /usr/lib/libpng.so.2 gives me ... libpng version 1.0.12 - June 8, 2001 Copyright (c) 1998-2001 Glenn Randers-Pehrso