On Mon, 13 Aug 2007, Joerg Gollnick wrote: > Am Montag 13 August 2007 22:25 schrieb Mark Haney: > > Okay I am getting ready to upgrade to KDE 3.5.7, and qt is bombing on > > me, is anyone else seeing this:
> Hi Mark, > I had something simular in a x86 build env where libexpat.so.0 was replaced > without revdep-rebuild. > Please run a revdep-rebuild --library libexpat.so.0. > Hth. Best regards Jörg I concur on the expat problem, I had exactly the same problem on my amd64 system last night. It probably saves some time to do revdep-rebuild -X --library libexpat.so.0 as many of the programs/libs that depend on expat.so.0 (and there were quite a few, on my system) need to be updated anyway. Better still, supply a full path for the library, /usr/lib/libexpat.so.0 since the 32-bit emul lib in /usr/lib32/libexpat.so.0 is not yet updated, so there is no need to re-emerge the 32-bit stuff. Cheers, Ian
