[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kde sid problem: unresolved symbols



On Thu, Feb 13, 2003 at 12:37:02PM +0100, Frank Van Damme wrote:
> Hello,
> 
> I just apt-got the sid kde 3.1 packages (this box is mainly unstable). 
> However if I start a kde program I get something like this:
> 
> konqueror: relocation error: /usr/lib/libkdeui.so.4: undefined symbol: 
> _ZN9QComboBox13focusOutEventEP11QFocusEven

ldd -v /usr/lib/libkdeui.so.4 should show such conflicts.

QComboBox is part of QT. Searching for the undefined symbol in
libqt-mt.so.3.1.1 shows:

# objdump -T libqt-mt.so.3.1.1 |grep _ZN9QComboBox13focusOutEventEP11QFocusEvent
002a7e04 g    DF .text  0000003b  Base _ZN9QComboBox13focusOutEventEP11QFocusEvent


Installing sid's libqt3* packages should fix your problem.


Björn



Reply to: