Andreas Enge <andr...@enge.fr> skribis: > On Sat, Oct 12, 2013 at 09:38:08PM +0200, Ludovic Court??s wrote:
[...] >> If so, I would make sure that it’s NEEDed by libqt.so, and that it’s in >> its RUNPATH. To do that, run: >> objdump -x libqt.so | grep -E '(NEED|PATH)' > > Hm, which libqt.so? There are 20 libQt*.so! Precisely: > libQt3Support.so libQtDesignerComponents.so libQtNetwork.so > libQtSvg.so > libQtCLucene.so libQtDesigner.so libQtOpenGL.so > libQtTest.so > libQtCore.so libQtGui.so libQtScript.so > libQtWebKit.so > libQtDBus.so libQtHelp.so libQtScriptTools.so > libQtXmlPatterns.so > libQtDeclarative.so libQtMultimedia.so libQtSql.so > libQtXml.so > > Anyway, objdump on none of them yields anything after piped through "grep > icu". (Should be ‘objdump -x’.) Could you look for -licu in the Qt build log, to see which of those shared libs is meant to be linked against it? Thanks, Ludo’.