On Mon, Feb 17, 2003 at 11:25:28AM -0700, Nirmal Govind wrote: > was using the correct qt library when it started.. turns out it wasn't.. > > I compiled qt 3.0.7 in /usr/local/qt and configure lyx using the > --with-qt-dir=/usr/local/qt option but the program uses the libqt.so.3 > in /usr/lib when it starts up.. I tried configure with --with-extra-lib > option but that didn't help either.. is this the way it's supposed to > behave?
Yes, your configure options have little to do with your runtime setup. You should set LD_LIBRARY_PATH appropriately if you want to override the default linking directories. john