LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-18-2009, 10:34 AM   #1
nithya.r
LQ Newbie
 
Registered: Dec 2009
Posts: 4

Rep: Reputation: 0
Question installing adobe flash player in RHEL version 5


i tried the following commands in the terminal ..but was not able to install flash player....i kept getting errors or windows like "exception occured"..please do help me...i'm a newbie to linux and not able to play any vides


gzip -d install_flash_player_10_linux.tar.gz
tar -xvf install_flash_player_10_linux.tar
tar -xvf install_flash_player_10_linux.tar
cd install_flash_player_10_linux.tar
cd install_flash_player_10_linux.tar
tar -xvf install_flash_player_10_linux.tar
cd libflashplayer.so
cd install_flash_player_10_linux.tar
 
Old 12-18-2009, 10:44 AM   #2
raju.mopidevi
Senior Member
 
Registered: Jan 2009
Location: vijayawada, India
Distribution: openSUSE 11.2, Ubuntu 9.0.4
Posts: 1,155
Blog Entries: 12

Rep: Reputation: 92
when extract install_flash_player_10_linux.tar.gz you will get libflashplayer.so

you have to place that "libflashplayer.so" file into the /usr/lib directory.
 
Old 12-18-2009, 03:36 PM   #3
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
there is adobe repository with rpm in it that installs without a problem: http://linuxdownload.adobe.com/linux...0-1.noarch.rpm
 
Old 12-19-2009, 04:10 AM   #4
nithya.r
LQ Newbie
 
Registered: Dec 2009
Posts: 4

Original Poster
Rep: Reputation: 0
Question i got the following error when i clicked on the link,pls help

Component: pirut
Summary: TB3518121c rpcServer.py:168:getServer:SSLCertificateFileNotFound: ERROR: can not find RHNS CA file: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT

Traceback (most recent call last):
File "/usr/sbin/system-install-packages", line 361, in ?
main()
File "/usr/sbin/system-install-packages", line 354, in main
pkginst = SinglePackageInstaller()
File "/usr/sbin/system-install-packages", line 66, in __init__
GraphicalYumBase.__init__(self, False)
File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 137, in __init__
plugin_types=(yum.plugins.TYPE_CORE,))
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 139, in doConfigSetup
errorlevel=errorlevel)
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 205, in _getConfig
self.plugins.run('init')
File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 176, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/rhnplugin.py", line 110, in init_hook
login_info = up2dateAuth.getLoginInfo()
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 217, in getLoginInfo
login()
File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 168, in login
server = rhnserver.RhnServer()
File "/usr/share/rhn/up2date_client/rhnserver.py", line 149, in __init__
self._server = rpcServer.getServer()
File "/usr/share/rhn/up2date_client/rpcServer.py", line 168, in getServer
raise up2dateErrors.SSLCertificateFileNotFound(msg)
SSLCertificateFileNotFound: ERROR: can not find RHNS CA file: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT

Local variables in innermost frame:
lang: en_US
rhns_ca_cert: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
log: <up2date_client.up2dateLog.Log instance at 0x9500bec>
proxyUser: None
cfg: <up2date_client.config.Config instance at 0x9500a2c>
ca: ['/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT']
rhns_ca_certs: ['/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT']
proxyPassword: None
proxyHost: None
s: <RetryServer for /XMLRPC>
refreshCallback: None
serverUrls: ['https:///XMLRPC']
env: LANG
msg: ERROR: can not find RHNS CA file: /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT
serverList: <up2date_client.rpcServer.ServerList instance at 0x9500b4c>
 
Old 12-19-2009, 04:19 AM   #5
nithya.r
LQ Newbie
 
Registered: Dec 2009
Posts: 4

Original Poster
Rep: Reputation: 0
still unable to install flash

i placed libflashplayer.so in /usr/lib

i tried the foll:
Desktop# tar -xvf libflashplayer.so
AS WELL AS
lib# tar -xvf libflashplayer.so
GOT THE FOLLOWING ERROR

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
[root@localhost lib]# ./configure --prefix=/usr/lib/libflashplayer.so
bash: ./configure: No such file or directory
[root@localhost lib]# make install
GOT THIS ERROR
make: *** No rule to make target `install'. Stop.

HOW DO I PROCEED FURTHER?
 
Old 12-19-2009, 04:23 AM   #6
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello,

The libflashplayer.so file is no tar archive so you don't have to process it with tar. If you place the file in the correct directory you should be able to play videos like from YouTube in your browser.

Kind regards,

Eric
 
Old 12-31-2009, 10:01 PM   #7
nithya.r
LQ Newbie
 
Registered: Dec 2009
Posts: 4

Original Poster
Rep: Reputation: 0
how to download and install YUM player in rhel5 ? please help
 
Old 12-31-2009, 11:44 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by nithya.r View Post
how to download and install YUM player in rhel5 ? please help
Should just have to follow what folks have already told you. Follow the instructions you were provided.

Last edited by TB0ne; 12-31-2009 at 11:45 PM.
 
Old 01-01-2010, 06:39 AM   #9
DrLove73
Senior Member
 
Registered: Sep 2009
Location: Srbobran, Serbia
Distribution: CentOS 5.5 i386 & x86_64
Posts: 1,118
Blog Entries: 1

Rep: Reputation: 129Reputation: 129
YUM is package installation utility and you should already have it installed on your system. just type
Code:
rpm -qa yum
in a terminal, and with root privilegies. It will show yhat version of you you have installed.

then download http://linuxdownload.adobe.com/linux...0-1.noarch.rpm and install it with
Code:
rpm -ivh adobe-release-i386-1.0-1.noarch.rpm
also from terminal, and with root privilegies. that will install you adobe repository. next install flash player with
Code:
yum install flash-plugin
also in terminal and with root privilegies.
 
  


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
Installing Adobe Flash Player with YUM Novatian Linux - Software 5 01-20-2010 10:51 AM
Installing Adobe Flash Player rashid.bioinfo Fedora - Installation 1 06-29-2009 11:35 AM
installing of driver and adobe flash player (fedora10) trade Linux - Newbie 10 03-15-2009 02:27 PM
difficulty with installing Adobe Flash Player in RHEL 4 saak.stepi Linux - Software 36 01-07-2008 09:57 AM
Installing Adobe Flash Player on Konqueror, Epiphany and Other Browsers rm_-rf_windows Linux - Software 9 09-07-2007 05:26 PM

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

All times are GMT -5. The time now is 09:49 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