On my Ubuntu system that shared library is symbollically linked to
libqt.so.3.3.3. You could try linking on your Suse system to the
equivalent library. To find out which one do
ls -al /usr/lib/libqt*
and look for the libqt.so.3.*.* which is "big"
then do (as root user)
ln -s libqt.so.3.*.* libqt.so.3
where libqt.so.3.*.* needs to be replaced by the library you found at
step 1) above.
K. Elo wrote:
Hi,
I just downloaded the Lyx 1.3.7 rpm for SuSE 9.3, but can't install it
because of failed dependencies:
Failed dependencies:
libqt.so.3 is needed by lyx-1.3.7-1_qt
I have regulary updated my system with YOU and Yast and the current qt
version is 3.3.5. LyX seems to need 3.3.4, doesn't it?
Kind regards,
Kimmo