Re: Second SCRpms MythTV Update Attempt
Stephen Collier <[email protected]> Mon, 01 Jun 2015 14:24:48 +1000
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 1/06/2015 2:08 PM, Kirk Bocek wrote: > > > On 5/31/2015 7:36 PM, Stephen Collier wrote: >> On 1/06/2015 9:38 AM, Kirk Bocek wrote: >>> find /usr/lib64 -iname \*phon\* >> >> this is what I have >> >> find /usr/lib64 -iname \*phon\* >> /usr/lib64/pulse-0.9.21/modules/module-cork-music-on-phone.so >> /usr/lib64/libphonon.so.4 >> /usr/lib64/libphonon.so.4.3.1 >> /usr/lib64/qt4/plugins/designer/libphononwidgets.so >> /usr/lib64/qt4/plugins/phonon_backend >> /usr/lib64/aspell-0.60/en_phonet.dat >> /usr/lib64/qt47/plugins/phonon_backend >> /usr/lib64/qt47/plugins/phonon_backend/libphonon_gstreamer.so >> /usr/lib64/qt48/mkspecs/features/symbian/run_on_phone.prf >> /usr/lib64/qt48/plugins/phonon_backend >> /usr/lib64/qt48/libphonon.prl >> /usr/lib64/libphonon.so.4.3 >> >> yum whatprovides /usr/lib64/libphonon.so.4 >> >> you need qt-x11 >> >> Cheers >> >> Stephen > > Ah, well that looks like the base distro qt-x11. I hadn't thought to > try that. I was jumping through hoops trying to get qt48-x11 > installed. From qt 4.6, a step *back* from the qt 4.7 I've got > installed right now but it did install during my trials. I just didn't > try running mythbackend with it. > > > _______________________________________________ > atrpms-users mailing list > [email protected] > http://lists.atrpms.net/mailman/listinfo/atrpms-users > you will need both the base qt and qt-48 installed qt-47 should be completely removed. this is mine rpm -qa | grep "qt" qt-mobility-1.1.3-2.el6.x86_64 avahi-qt3-0.6.25-15.el6.x86_64 qt48-devel-4.8.5-8.el6.x86_64 qt48-webkit-4.8.5-8.el6.x86_64 libmythnzmqt0-0.27.4-31.el6.x86_64 qt-sqlite-4.6.2-28.el6_5.x86_64 qt48-4.8.5-8.el6.x86_64 qtwebkit-2.1.1-1.el6.x86_64 qt48-webkit-devel-4.8.5-8.el6.x86_64 qt-4.6.2-28.el6_5.x86_64 qt48-mysql-4.8.5-8.el6.x86_64 qt48-x11-4.8.5-8.el6.x86_64 qt3-MySQL-3.3.8b-30.el6.x86_64 qt3-devel-3.3.8b-30.el6.x86_64 qt-mysql-4.6.2-28.el6_5.x86_64 qt3-3.3.8b-30.el6.x86_64 qt-x11-4.6.2-28.el6_5.x86_64 you don't need the devel ones. Cheers Stephen