Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Error starting Konq after update world
Date: Tue, 07 Nov 2006 19:07:06
Message-Id: 7573e9640611071056v21c29c5ame1b6c0c86baf1d0@mail.gmail.com
In Reply to: [gentoo-user] Error starting Konq after update world by reader@newsguy.com
1 On 11/7/06, reader@×××××××.com <reader@×××××××.com> wrote:
2 > There was an error loading the module KHTML. The diagnostics is:
3 > /usr/kde/3.5/lib/libkhtml.so.4: undefined symbol:
4 > _ZN14KURIFilterData6reinitERK7QString
5
6 This looks suspiciously like the kind of thing that can occur if you
7 build qt with one version of gcc, and libkhtml with a different
8 version.
9
10 What do the following report:
11
12 ldd /usr/kde/3.5/lib/libkhtml.so.4
13 strings /usr/kde/3.5/lib/libkhtml* | grep CXXABI
14 strings /usr/qt/3/lib/libqt-mt.* | grep CXXABI
15
16 -Richard
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Error starting Konq after update world reader@×××××××.com