On Fri, Mar 27, 2009 at 07:57:24PM +0100, Sergio Padrino wrote: > Hi > > I use ArchLinux, KDE 4.2.1 and Qt 4.4.3 and when I try to run LyX 1.6.2, I > get the next message: > lyx: symbol lookup error: lyx: undefined symbol: _Z13qFlagLocationPKc > > If I upgrade Qt to 4.5 it works right, if I downgrade LyX to 1.6.1 it works > right, but LyX 1.6.2 + Qt 4.4.3 doesn't work. > > Summary: > > LyX 1.6.2 + Qt 4.4.3 = lyx: undefined symbol: _Z13qFlagLocationPKc
Is this LyX compiled against 4.4.3 and does it really pick up the 4.4.3 libs? Try ldd .lyx and//or run LD_LIBRARY_PATH=$QTDIR/lib ./lyx (with a suitable QTDIR). > LyX 1.6.1 + Qt 4.4.3 = OK > LyX 1.6.2 + Qt 4.5 = OK > > Is this a LyX problem or may be a problem of my distribution? Smells like a setup problem... Andre'