LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 12-17-2014, 08:00 AM   #1
trybestpro
LQ Newbie
 
Registered: Dec 2014
Posts: 4

Rep: Reputation: Disabled
I can't install qt47-x11 for redhat 6


Hi all,
I install skype, and Skype suggest "libQtGui.so.4".
I searched, I found libQtGui.so.4 is provided in qt47-x11-4.7.2-1_18.el6.x86_64.rpm.
But when I run yum install qt47-x11-4.7.2-1_18.el6.x86_64.rpm, it continues required phonon-backend(x86-64) >= 4.3 is provided in phonon-backend-gstreamer-4.7.1-3_15.el6.x86_64.rpm.
However, phonon-backend-gstreamer-4.7.1-3_15.el6.x86_64.rpm is requỉed libphonon.so.4()(64bit) and phonon(x86-64) >= 4.3 is provided in qt47-x11-4.7.2-1_18.el6.x86_64.rpm ????

Can't you help me, please.

Best regards,
Thanks !
 
Old 12-17-2014, 06:30 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this is why you do not try to install random rpms from random places on the web


now

This is RHEL 6.6 ? right?
so you DO HAVE the required support contract you bought
for desktop install that is the Standard 1 year for $299 PER YEAR

and you DO NEED TO BUY IT !!!
there are NO!!! " if's and's or but's"
you need that license


contact redhat tech support

that lib"libQtGui.so.4 is in the RHN repo
it is part of the system for the KDE desktop
Code:
su -
--- the root password --
yum search libQt
will give you a lot
 
Old 12-18-2014, 01:06 AM   #3
trybestpro
LQ Newbie
 
Registered: Dec 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Hi,
More accurate I use Oracle enterprise linux 6, it have the same kernel redhat 6.
Code:
[root@ThinkPad-PC ~]# yum search libQt
Loaded plugins: refresh-packagekit, replace, security
Warning: No matches found for: libQt
No Matches found
[root@ThinkPad-PC ~]#
I not found any thing.

Best regards,
Thanks.
 
Old 12-18-2014, 03:42 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i was away from my 6.6 install earlier

did you try a filelist search
Code:
su -
yum provides */libQtGui.so.4
you will find it is in qt-X11

Code:
su -
yum install qt-x11
--- fixed typo
xorg almost ALWAYS uses a CAP " X" in everything X11 related
this one was a lowercase "x"

Last edited by John VV; 12-20-2014 at 02:00 PM. Reason: fix typo
 
1 members found this post helpful.
Old 12-19-2014, 07:18 AM   #5
trybestpro
LQ Newbie
 
Registered: Dec 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Hi,

Code:
[root@ThinkPad-PC Desktop]# yum provides */libQtGui.so.4
Loaded plugins: refresh-packagekit, security
1:qt-x11-4.6.2-26.el6_4.x86_64 : Qt GUI-related libraries
Repo        : base
Matched from:
Filename    : /usr/lib64/libQtGui.so.4



1:qt-x11-4.6.2-26.el6_4.i686 : Qt GUI-related libraries
Repo        : base
Matched from:
Filename    : /usr/lib/libQtGui.so.4
And error:

Code:
[root@ThinkPad-PC Desktop]# yum install qt-X11
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package qt-X11 available.
  * Maybe you meant: qt-x11
Error: Nothing to do
How to fix it ?

Best regards,
Thanks !
 
Old 12-19-2014, 08:06 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #5 .
Quote:
* Maybe you meant: qt-x11
Right is # yum install qt-x11

( Wrong is # yum install qt-X11 : I.e. the upper case X is a typo.)
 
1 members found this post helpful.
Old 12-20-2014, 01:47 AM   #7
trybestpro
LQ Newbie
 
Registered: Dec 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Hi,
Thanks you for your help.
I installed qt-x11-4.6.2-26.el6_4.x86_6 and it provides /usr/lib64/libQtGui.so.4.
But skype require usr/lib/libQtGui.so.4 contain in qt-x11-4.6.2-28.el6_5.i686.rpm
How to install it ? I use Redhat 64bit (!?)

Best regards,
Thanks.
 
Old 12-20-2014, 04:56 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
← #7 .

You should really try out the yum options. And read man yum
http://linux.die.net/man/8/yum

$ yum provides */libQtGui.so.4

$ yum search qt-x11
.... The two packages are qt-x11.x86_64 , qt-x11.i686

# yum install qt-x11.i686


-
 
Old 12-20-2014, 10:11 AM   #9
GaWdLy
Member
 
Registered: Feb 2013
Location: San Jose, CA
Distribution: RHEL/CentOS/Fedora
Posts: 457

Rep: Reputation: Disabled
Install it the same way you install anything. Do realize that there will be some list of 32-bit dependencies that will probably need to be installed with this request.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] lrelease missing from qt47 john.wythe@activant.com Linux - Virtualization and Cloud 1 10-19-2011 05:19 PM
RedHat X11 configuration danib1 Red Hat 2 02-22-2011 11:20 AM
x11 system error on redhat through VM InsanelyBeyond Linux - Server 0 12-11-2007 12:09 AM
files under X11/ in redhat, where are they in mandrake? sirpelidor Linux - Newbie 5 10-22-2003 12:45 PM
Redhat 7.3 X11 no-go. beckwith Linux - General 14 01-23-2003 01:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 07:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration