LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   difficulty with installing Adobe Flash Player in RHEL 4 (https://www.linuxquestions.org/questions/linux-software-2/difficulty-with-installing-adobe-flash-player-in-rhel-4-a-606569/)

saak.stepi 12-13-2007 12:13 PM

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

Lenard 12-13-2007 12:25 PM

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

saak.stepi 12-13-2007 12:54 PM

Quote:

Originally Posted by Lenard (Post 2989598)
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

forrestt 12-13-2007 02:13 PM

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

Lenard 12-13-2007 02:14 PM

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

saak.stepi 12-13-2007 04:43 PM

Quote:

Originally Posted by Lenard (Post 2989689)
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.

saak.stepi 12-13-2007 10:11 PM

Quote:

Originally Posted by Lenard (Post 2989689)
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.

Lenard 12-14-2007 05:37 AM

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

saak.stepi 12-14-2007 08:24 AM

Quote:

Originally Posted by Lenard (Post 2990347)
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

Lenard 12-14-2007 10:11 AM

See the How-to: http://wiki.centos.org/HowTos/Packag...ment/YumOnRHEL

saak.stepi 12-14-2007 12:21 PM

Quote:

Originally Posted by Lenard (Post 2990612)

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

Lenard 12-14-2007 01:33 PM

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.

saak.stepi 12-16-2007 09:42 AM

Quote:

Originally Posted by Lenard (Post 2990800)
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 !!!

saak.stepi 12-16-2007 12:52 PM

Quote:

Originally Posted by Lenard (Post 2990800)
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

Lenard 12-16-2007 12:56 PM

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


All times are GMT -5. The time now is 05:44 AM.