Description of problem: Version-Release number of selected component (if applicable): qt4-4.3.3-1.fc8 How reproducible: Some kde applications, such as View Your Mind (vym) included in F8 or Skype as 3PP, when run shown missing symbol like this: $ /usr/bin/vym /usr/bin/vym: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: _ZN16QIODevicePrivate13putCharHelperEc Thanks.
Ugh, this is a private symbol QIODevicePrivate::putCharHelper(char), it's bad that apps end up with a reference to that. :-(
Well, actually, it's not apps ending up with it, but libQtNetwork.so.4.
vym WORKSFORME. vym-1.10.0-1.fc8 qt4-4.3.3-1.fc8 32-bit x86 (i386/i686). What's the output of "ldd /usr/bin/vym" for you? Anything suspicious (such as a private copy of Qt from some Skype directory)?
You've right! I've recently installed Aladin eToken, which brings its own copy of qt4. ldd showed it, I didn't thought the rpm put a file in /etc/ld.so.conf.d/ My apologies for opening the bug in bugzilla. Can be closed as non-bug.