LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing VLC on red hat? (https://www.linuxquestions.org/questions/linux-newbie-8/installing-vlc-on-red-hat-828249/)

John VV 08-26-2010 02:55 PM

with red hat if you are NOT using the rhn that YOU PAID FOR
you DID buy a license for red hat ?? right
rhel is NOT FREE

then you WILL have big problems installing software on a NOT paid for rhel install
you will have NO security updates , just the software that is allready there

please PAY FOR RED HAT
or install the community supported version CentOS 5.5

also be warned with red hat ,RHEL 5.5 and CentOS 5.5 , these are DESIGNED and TARGETED for the server and office ,and lab environment
there are NOT DESIGNED for the home computer .
as such there is not a BUNCH of home use software for these two .
I use cent 5.5 to run scientific software ( ISIS3 - NASA/USGS ) BUT use OpenSUSE as a every day OS

if you WANT to use a PAID for rhel 5.5 on a home system -- be prepared to BUILD A LOT of the programs you want to use from the source code .

antriksh 08-26-2010 03:09 PM

right now i can't use centos or suse because i am gonna prepare for RHCSS and for that i need RHEL...back to problem this is my final result--


--> Missing Dependency: libdvdread.so.3 is needed by package vlc-0.9.9a-5.el5.rf.i386 (rpmforge)
Error: Missing Dependency: libdvdread.so.3 is needed by package vlc-0.9.9a-5.el5.rf.i386 (rpmforge)

[root@localhost ~]# yum list libdvdread
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Installed Packages
libdvdread.i386 0.9.7-1.el5.rf installed


i have installed libdvdread then why it is still showing libdvdread.so.3 is needed by package vlc-0.9.9a-5.el5.rf.i386???

knudfl 08-26-2010 03:12 PM

Post # 15 : What are you trying to install ? Name and version, please.

The 'epel.repo' provides libdvdread.so.4, required by mplayer.

The rpmforge.repo provides libdvdread.so.3 for vlc.
Solution for vlc : See post # 9.
.....

And no, I got no missing libXvMCW.so.1 , libSDL-1.2.so.0 :
I always choose "Develop Software" at OS install to have the
most possible library packages at once from the install cd / DVD.
.....

knudfl 08-26-2010 03:31 PM

About RHCSS : I am sure the identical CentOS 5.5 is better
than a Redhat EL 5.x with no account.

And with CentOS, all the packages are available with 'yum'.
No risk of trashing the OS with manually downloaded packages.
..

Just made a third install test : vlc (On a third RH EL.)
40 dependencies from rpmforge / rpmfusion, the only one from
the "base" repo is ' qt4 '. No errors, no missing dependencies.
..

eegerda 08-26-2010 03:37 PM

Centos and RHEL are exactly identical for the exeception of the Logo and the name. Centos is built from Red Hat sources. You would make your life much easier if you just use Centos. I'm using Centos at home and RHEL at work. No diferrence!

John VV 08-26-2010 04:32 PM

if YOU ARE NOT going to Pay Red Hat A MUST IF YOU ARE GOING TO USE IT )
then PAY for it , think of it as a tax for the RHCSS

also CentOS operates THE SAME except for having to register it with red hat after you BOUGHT a license

with OUT A LICENSE rhel5 can NEVER be updated to the current version and is OUT OF DATE and has NO SECURITY FIXES INSTALLED

antriksh 08-27-2010 04:03 AM

thanks john for your suggestion but i can't afford to buy RHEL...rather i will try centos later on...

antriksh 08-27-2010 05:57 AM

yesterday i have successfully installed mplayer-gui....after installing it my audio has been gone....so i uninstalled mplayer...still my audio is not working...also i have successfully resolve the dependencies needed by vlc player...the method suggested by knudfl works great...thank you very-2 much knudfl...

please tell now how to solve my audio problem..also previously at boot time my when login screen flashes my audio was working and i can hear the startup sound but now it isn't working...please help...thanks once again to all of you for help...

antriksh 08-27-2010 05:57 AM

one more problem after installing vlc with yum when i select vlc from Accessories->Sound & video->vlc nothing happens...vlc doesn't show up...

kingston 08-28-2010 01:01 AM

try to open vlc with non-root user...root user is not allowed to use VLC

John VV 08-28-2010 01:17 AM

this might be the incompatibility between the rhel 5.5 rpm and the NOT updated "free & unsupported " not paid for rhel 5.1
and or missing dependency’s like pulse audio or alsa plugins
that on a paid for ( or the fully supported free CentOS 5.5 ) yum would auto install.

knudfl 08-28-2010 01:38 AM

Please open a terminal and type : vlc

The reply will tell, which errors / missings, you have.

..

antriksh 08-28-2010 05:22 AM

sorry my audio wasn't working so i reinstalled the RHEL...now i have atleast working mplayer[THANKS TO ALL OF YOU]...but when i do "yum install vlc"...it shows.--

Error: Missing Dependency: libQtGui.so.4 is needed by package vlc-0.9.9a-5.el5.rf.i386 (rpmforge)
Error: Missing Dependency: libQtCore.so.4 is needed by package vlc-0.9.9a-5.el5.rf.i386 (rpmforge)
Error: Missing Dependency: libdvdread.so.3 is needed by package vlc-0.9.9a-5.el5.rf.i386 (rpmforge)

John VV 08-28-2010 01:16 PM

i take it you did not install the required qt !
this would have been AUTO installed from the red hat COMMUNITY VERSION ( centos 5.5 )

with the UNPAID FOR rhel5.3( out of date ) you are in what is called " dependency HELL " like the MS windows " dll hell"


this is WHY yum is used
but yum ONLY works on a paid for RHEL

if you are not going to pay for it
1) uninstall yum - it is usless on the unpaid RHEL
2)install all rpm's by hand using "rpm"
-- rpm has NO dependency handling so YOU need to install EVERY dependency for a rpm ( and EVERY dependency for the dependency ) one at a time by hand

i would reformat the drive and install the 99.99999999999999% identical CentOS 5.5

antriksh 08-28-2010 02:26 PM

i would certainly take your device john...but i unfortunately right now i don't have fast internet connection i can't download 3 gb iso image....as soon as i got fast internet i would certainly switch to centos 5.5....


All times are GMT -5. The time now is 04:21 AM.