Am Dienstag, 11. September 2007 schrieb Chris Arnold: > Rauch Christian wrote: > > http://benjiweber.co.uk:8080/webpin/index.jsp?searchTerm=libQtGui.so.4&di > >stro=openSUSE_102 > > Nope, i tried that and i always get some dependency problem: > rpm -Uvh libqt4-x11-4.3.1-28.1.i586.rpm > error: Failed dependencies: > libQt3Support.so.4 is needed by libqt4-x11-4.3.1-28.1.i586 > rpm -Uvh libqt4-qt3support-4.3.1-28.1.i586.rpm > error: Failed dependencies: > libQtGui.so.4 is needed by libqt4-qt3support-4.3.1-28.1.i586 > > Ultimately, i am trying to install libqt4-x11-4.3.1-28.1.i586.rpm.
This is the classic circular dependency which should be solved , if you intstall all the these packages with one command. Try: rpm -Uvh libqt4-x11-4.3.1-28.1.i586.rpm libqt4-qt3support-4.3.1-28.1.i586.rpm -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
