LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-13-2007, 12:13 PM   #1
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Rep: Reputation: 15
difficulty with installing Adobe Flash Player in RHEL 4


I have difficulty trying to install Adobe Flash Player in
RHEL 4. I follow the instructions from
http://www.adobe.com/shockwave/downl...ShockwaveFlash

When I run /flashplayer-installer according to "Option 1"
I am getting an error:


./flashplayer-installer

ERROR: Your architecture, \'x86_64\', is not supported by the
Adobe Flash Player installer.


"Option 2" does not work either.

Could someone help me to resolve this issue?

Thanks,

John
 
Old 12-13-2007, 12:25 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Option 1:
Manually install the files as per the installer, open the flashplayer-installer script file any text editor for the information.

Option two:
Install the flash-plugin rpm package from here: http://dag.wieers.com/rpm/packages/flash-plugin/

You want this one: flash-plugin-9.0.115.0-1.el4.rf.i386.rpm
 
Old 12-13-2007, 12:54 PM   #3
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
Option 1:
Manually install the files as per the installer, open the flashplayer-installer script file any text editor for the information.

Option two:
Install the flash-plugin rpm package from here: http://dag.wieers.com/rpm/packages/flash-plugin/

You want this one: flash-plugin-9.0.115.0-1.el4.rf.i386.rpm
I tried what you suggested

rpm -Uvh flash-plugin-9.0.115.0-1.el4.rf.i386.rpm
warning: flash-plugin-9.0.115.0-1.el4.rf.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing... ########################################### [100%]
1:flash-plugin ########################################### [100%]


It seems the plug in was installed
but in Mozilla>Help >About Plug-ins from the browser menu this
plug in does not show up, moreover mozilla failed to show the internet
video. let say

http://www.cnn.com/video/#/video/us/...ear.misses.cnn




Thanks,
John
 
Old 12-13-2007, 02:13 PM   #4
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
I'm not super up on RH4, but you may need to manually link the plugin to the Mozilla plugins directory. Find out where the rpm put the file libflashplayer.so and then make a link to it in the mozilla/plugins directory.

HTH

Forrest
 
Old 12-13-2007, 02:14 PM   #5
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Now you will need the nsplugiwrapper to enable the 32-bit plugin for use with the 64-bit browser.

http://gwenole.beauchesne.info/proje...pluginwrapper/

Direct links:
http://gwenole.beauchesne.info/proje...5-1.x86_64.rpm
http://gwenole.beauchesne.info/proje...5-1.x86_64.rpm

Install both at the same time when done downloading;

rpm -Uvh nspluginwrapper*.rpm
 
Old 12-13-2007, 04:43 PM   #6
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
Now you will need the nsplugiwrapper to enable the 32-bit plugin for use with the 64-bit browser.

http://gwenole.beauchesne.info/proje...pluginwrapper/

Direct links:
http://gwenole.beauchesne.info/proje...5-1.x86_64.rpm
http://gwenole.beauchesne.info/proje...5-1.x86_64.rpm

Install both at the same time when done downloading;

rpm -Uvh nspluginwrapper*.rpm
I can not reach these linls. Seems they are broken.
 
Old 12-13-2007, 10:11 PM   #7
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
Now you will need the nsplugiwrapper to enable the 32-bit plugin for use with the 64-bit browser.

http://gwenole.beauchesne.info/proje...pluginwrapper/

Direct links:
http://gwenole.beauchesne.info/proje...5-1.x86_64.rpm
http://gwenole.beauchesne.info/proje...5-1.x86_64.rpm

Install both at the same time when done downloading;

rpm -Uvh nspluginwrapper*.rpm
I was able to copy and rpm files from the link you suggested.
Alas, video still does not work ...

I tried

http://www.cnn.com/video/#/video/bes...me.outrage.cnn

and got the following message instead of video:

The video timed out attempting to play.
Please ensure that you do not have any Flash Blocking plugins active.

What could this be ?

Thanks,

John.
 
Old 12-14-2007, 05:37 AM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Is it a flash video or something else??? The cnn link runs just fine on my system, but I do have mplayer 32-bit with codecs installed.

$ rpm -qa 'mplayer*' | sort
mplayer-1.0-0.34.rc1try2.fc6.i386
mplayer-codecs-20061022-1.i386
mplayer-codecs-extra-20061022-1.i386
mplayer-fonts-1.1-3.0.rf.noarch
mplayerplug-in-3.50-fc6.i386
mplayer-skins-1.8-1.nodist.rf.noarch

The mplayer-codecs rpm packages can be found at: http://rpm.pbone.net/

The rest can be found at the rpmforge (Dag Wieers's site), it would be a good idea to follow the instructions here: http://dag.wieers.com/rpm/FAQ.php#B

Then one can do something like: yum install mplayer mplayerplug-in mplayer-skins mplayer-fonts
 
Old 12-14-2007, 08:24 AM   #9
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
Is it a flash video or something else??? The cnn link runs just fine on my system, but I do have mplayer 32-bit with codecs installed.

$ rpm -qa 'mplayer*' | sort
mplayer-1.0-0.34.rc1try2.fc6.i386
mplayer-codecs-20061022-1.i386
mplayer-codecs-extra-20061022-1.i386
mplayer-fonts-1.1-3.0.rf.noarch
mplayerplug-in-3.50-fc6.i386
mplayer-skins-1.8-1.nodist.rf.noarch

The mplayer-codecs rpm packages can be found at: http://rpm.pbone.net/

The rest can be found at the rpmforge (Dag Wieers's site), it would be a good idea to follow the instructions here: http://dag.wieers.com/rpm/FAQ.php#B

Then one can do something like: yum install mplayer mplayerplug-in mplayer-skins mplayer-fonts
Unfortunately I do not have yum on my RHEL 4. I have been trying
to install it for several days, but it just does not work
see the thread

http://www.linuxquestions.org/questi...3&goto=newpost

Is there any other way to install mplayer without yum


Thanks,

John
 
Old 12-14-2007, 10:11 AM   #10
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
See the How-to: http://wiki.centos.org/HowTos/Packag...ment/YumOnRHEL
 
Old 12-14-2007, 12:21 PM   #11
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
I was aware about this paper and will try to
implement the algorithm described in it.
The implementation seems very complicated and
definetly will take a lot of time and effort.
There is no guarantee that I will succeed at the end.
Do you know any other way of installing the software
just by using rpm utility ?

Thanks,
John
 
Old 12-14-2007, 01:33 PM   #12
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Review the How-to once more, they have a list of the packages needed for a sucessful yum installation.
Quote:
* yum
* sqlite
* python-sqlite
* python-elementtree
* python-urlgrabber
All except for yum should be on the RHEL4 media or from RHN, you can install yum from the rpmforge site;

http://dag.wieers.com/rpm/packages/
http://dag.wieers.com/rpm/packages/yum/

As for installing mplayer using rpm, start with the list I posted in an earlier reply. Download the packages from Dag's site into a common location along with the mplayer-codecs from pbone. Install them all at once;

rpm -Uvh *.rpm

For any missing dependencies get them from Dag's (rpmforge) site and place them in the same location as the rest. You will want the one's with .el4 and/or rf in the filename. Repeat this process until you have all required packages.
 
Old 12-16-2007, 09:42 AM   #13
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
Review the How-to once more, they have a list of the packages needed for a sucessful yum installation.


All except for yum should be on the RHEL4 media or from RHN, you can install yum from the rpmforge site;

http://dag.wieers.com/rpm/packages/
http://dag.wieers.com/rpm/packages/yum/

As for installing mplayer using rpm, start with the list I posted in an earlier reply. Download the packages from Dag's site into a common location along with the mplayer-codecs from pbone. Install them all at once;

rpm -Uvh *.rpm

For any missing dependencies get them from Dag's (rpmforge) site and place them in the same location as the rest. You will want the one's with .el4 and/or rf in the filename. Repeat this process until you have all required packages.


I am still struggling to install yum ...
I reviewed the article http://wiki.centos.org/HowTos/Packag...ment/YumOnRHEL

I got all these packages, which are

redhat-yumconf-4-4.7.el4.nosrc.rpm
python-elementtree-1.2.6-7.el4.rf.x86_64.rpm sqlite-2.8.16-1.2.el4.rf.x86_64.rpm
python-sqlite-1.0.1-1.2.el4.rf.x86_64.rpm yum-2.4.3-3.el4.centos.noarch.rpm
python-urlgrabber-2.9.8-2.noarch.rpm


in my case, since I have EL4, x86_64

I installed, "yum" utility which still does not work!

# yum search httpd
Searching Packages:
Setting up repositories
adobe-linux-i386 100% |=========================| 951 B 00:00
not using ftp, http[s], or file for repos, skipping - 4WS is not a valid release or hasnt been released yet
Cannot find a valid baseurl for repo: update


There is a second part in this article which I have to do
which is to cofiger yum properly and I do not understand this part
at all.

Below is the paragraph from the paper which explains this part:

"You will notice that the RHEL-Base.repo file is listed as a NoSource file. Since you must create your own repository, there is no way to know what server this repository will live on, etc. It is suggested that you use the CentOS-Base.repo file as a template and create a RHEL-Base.repo file appropriate for your environment. Once it is in place, put it in the SOURCES directory of your rpm build path, and rebuild the SRPM redhat-yumconf-4-4.7.el4.nosrc.rpm."


1)Ok. I found CentOS-Base.repo inside /etc/yum.repos.d
But I do not have any idea how I should modify the file
to make it "appropriate for your environment" i.e. "my environment"
I would realy apreciate if someone would give me
at least a hint how to do this.

2): "put it in the SOURCES directory of your rpm build path"
my rpmbuild is /usr/bin/rpmbuild. Where is the "SOURCES directory"
located ?

3) "rebuild the SRPM redhat-yumconf-4-4.7.el4.nosrc.rpm"
How to do this properly ?
I tried:
#rpmbuild --rebuild redhat-yumconf-4-4.7.el4.nosrc.rpm

Is this a proper way of rebuilding?






My CentOS-Base.repo file is below



# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4

#released updates
[update]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4


I would really apreciate your help !!!
 
Old 12-16-2007, 12:52 PM   #14
saak.stepi
Member
 
Registered: Dec 2007
Posts: 88

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard View Post
Review the How-to once more, they have a list of the packages needed for a sucessful yum installation.


All except for yum should be on the RHEL4 media or from RHN, you can install yum from the rpmforge site;

http://dag.wieers.com/rpm/packages/
http://dag.wieers.com/rpm/packages/yum/

As for installing mplayer using rpm, start with the list I posted in an earlier reply. Download the packages from Dag's site into a common location along with the mplayer-codecs from pbone. Install them all at once;

rpm -Uvh *.rpm

For any missing dependencies get them from Dag's (rpmforge) site and place them in the same location as the rest. You will want the one's with .el4 and/or rf in the filename. Repeat this process until you have all required packages.
I followed all instructions you gave me and was able to install
mplayer software

# rpm -qa 'mplayer*' | sort
mplayer-1.0-0.37.rc1try2.el4.rf
mplayer-codecs-20061022-1
mplayer-codecs-extra-20061022-1
mplayer-fonts-1.1-3.0.rf
mplayerplug-in-3.50-1.el4.rf
mplayer-skins-1.8-1.nodist.rf


Alas, the video still does not work .....


For example, I can not watch http://www.cnn.com/video/#/video/spo...graduates.pool

What could be the problem ?

Thanks,

John
 
Old 12-16-2007, 12:56 PM   #15
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Forget about the redhat-yumconf-4-4.7.el4.nosrc.rpm it is not needed.

You do want to edit the CentOS-Base.repo file, I will give you one example this applies to the rest of the repos within the file;

Current:
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
Change to:
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=$basearch&repo=os
 
  


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 on Konqueror, Epiphany and Other Browsers rm_-rf_windows Linux - Software 9 09-07-2007 05:26 PM
adobe flash played for RHEL -4 Update 5 ( 64bit) abhi019 LinuxQuestions.org Member Intro 3 08-13-2007 08:37 PM
Install Adobe Flash Player ankz.upadhyay Linux - Newbie 3 03-31-2007 05:37 AM
trying to install adobe flash player mwade38 Linux - Newbie 2 01-11-2007 10:13 AM
Looking for information on installing Flash Player & Adobe in CentOS4 ga.solutions Linux - Desktop 1 12-20-2006 03:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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