[NTLUG:Discuss] QT upgrade
Richard Cobbe
cobbe at directlink.net
Sun Oct 24 12:33:56 CDT 1999
al_h at technologist.com wrote on 10-24-1999:
> I am planning to upgrade from qt-1.44 to qt 2.0.1
>
>
> rpm -Uvh qt-2.0.1... .rpm
> gives lots of dependency errors about libqt.so.1
> after I upgrade can I simply make a symlink to the new one?
Not across major version numbers, no. You'd have to re-compile all of the
programs linked against libqt.so.1. (Assuming that they will recompile --
some of the differences between the two may not allow this to work.)
Probably the easiest solution, assuming that you actually need qt 2 for
something, is to install both. (You may have to give a --force flag or
something similar to rpm, but you can do it). This way, all of the apps
can find the appropriate library version, and everybody's happy.
Richard
More information about the Discuss
mailing list