PDA

View Full Version : Howto for browser plugins


leigh123linux
21st June 2007, 02:29 PM
I wanted to have firefox 32bit & 64bit with working plugins in F7

I. Create /etc/yum.repos.d/fedora32bit.repo



su -
gedit /etc/yum.repos.d/fedora32bit.repo

copy & paste


This repo is for F7 only and will not work for FC6 ( for FC6 repo see post #3 )

[core-32bit]
name=Fedora Core $releasever - i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/i386/os/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv libXvMC libdv mikmod slang aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[updates-32bit]
name=Fedora Core $releasever - i386 - Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/i386/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag libXvMC libdv mikmod slang xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/i386/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=mplayer mplayer-gui a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

1.a: Install the livna release key

su -
rpm -ivh http://rpm.livna.org/livna-release-7.rpm

1. b: Install the 32 bit firefox

su -
yum install firefox.i386 firefox-32

2. Install java

download the latest java rpm (32 bit version ) (you can't have the 64 bit java rpm installed [ in addition to the 32 bit rpm ] as this will stop the plugin working , if you need 64 bit java please use the tar install )

http://java.com/en/download/index.jsp

su
yum -y install compat-libstdc++-33
sh ./jre*.bin
ln -sf "$(rpm -ql jre|grep plugin|grep ns7/|grep \\.so$)" /usr/lib/mozilla/plugins/libjavaplugin_oji.so

3. Install flash

su
wget http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.31.0-release.i386.rpm
rpm -i flash-plugin-9.0.31.0-release.i386.rpm

4. Install mplayer + plugins

su -
yum remove totem-mozplugin
yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts mplayer-gui.x86_64

5. Install xine + plugins

su -
yum install xine xine-plugin xine-plugin.i386 xine-lib-extras-nonfree

6. Link the 32 bit plugins to 32 bit firefox

su -
ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.5/plugins/


7. Information on firefox-32

Name : firefox-32
Arch : x86_64
Version: 0.0.1
Release: 5.fc7
Size : 422
Repo : installed
Summary: Alternate Launcher for 32bit Firefox

Description:
Alternate Launcher for 32bit Firefox on Multilib Systems
If you have both 32bit and 64bit Firefox installed, the standard
/usr/bin/firefox launcher will run only the 64bit version. This
launcher allows you to choose to run the 32bit browser by running
/usr/bin/firefox-32. Please be sure that all Firefox instances
are closed before running this launcher.



__________________________________________________ ___________________________________


[leigh@localhost ~]$ yum list xine* mplayer* firefox
Loading "installonlyn" plugin
Reducing Fedora Core 7 - i386 to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Installed Packages
firefox.x86_64 2.0.0.4-2.fc7 installed
firefox.i386 2.0.0.4-2.fc7 installed
mplayer.x86_64 1.0-0.76.20070612svn.l installed
mplayer-doc.x86_64 1.0-0.76.20070612svn.l installed
mplayer-fonts.noarch 1.1-4.lvn6 installed
mplayer-gui.x86_64 1.0-0.76.20070612svn.l installed
mplayerplug-in.i386 3.40-1.lvn7 installed
mplayerplug-in.x86_64 3.40-1.lvn7 installed
xine.x86_64 0.99.4-11.lvn7 installed
xine-lib.i386 1.1.7-1.fc7 installed
xine-lib.x86_64 1.1.7-1.fc7 installed
xine-lib-extras.x86_64 1.1.7-1.fc7 installed
xine-lib-extras-nonfree.x86_64 1.1.7-1.lvn7 installed
xine-plugin.x86_64 1.0-3.fc7 installed
xine-plugin.i386 1.0-3.fc7 installed
Available Packages
mplayer.i386 1.0-0.76.20070612svn.l livna-32bit
mplayer-gui.i386 1.0-0.76.20070612svn.l livna-32bit
xine-lib-devel.i386 1.1.7-1.fc7 updates
xine-lib-devel.x86_64 1.1.7-1.fc7 updates
xinetd.x86_64 2:2.3.14-12.fc7 updates
[leigh@localhost ~]$

[root@localhost Desktop]# cd /usr/lib/mozilla/plugins/[root@localhost plugins]# ls -l
total 1436
lrwxrwxrwx 1 root root 39 2007-06-21 12:57 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so
lrwxrwxrwx 1 root root 58 2007-06-21 12:40 libjavaplugin_oji.so -> /usr/java/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 276892 2007-03-25 06:58 mplayerplug-in-dvx.so
-rwxr-xr-x 1 root root 276892 2007-03-25 06:58 mplayerplug-in-qt.so
-rwxr-xr-x 1 root root 276892 2007-03-25 06:58 mplayerplug-in-rm.so
-rwxr-xr-x 1 root root 278072 2007-03-25 06:58 mplayerplug-in.so
-rwxr-xr-x 1 root root 276892 2007-03-25 06:58 mplayerplug-in-wmp.so
-rw-r--r-- 1 root root 8260 2007-03-15 16:44 xine-logo.ogg
-rwxr-xr-x 1 root root 43404 2007-03-15 16:44 xineplugin.so


[root@localhost plugins]# cd /usr/lib64/mozilla/plugins/
[root@localhost plugins]# ls -l
total 2520
-rwxr-xr-x 1 root root 1080288 2007-06-18 18:52 libvlcplugin.so
-rwxr-xr-x 1 root root 278848 2007-03-25 06:54 mplayerplug-in-dvx.so
-rwxr-xr-x 1 root root 279072 2007-03-25 06:54 mplayerplug-in-qt.so
-rwxr-xr-x 1 root root 279104 2007-03-25 06:54 mplayerplug-in-rm.so
-rwxr-xr-x 1 root root 282560 2007-03-25 06:54 mplayerplug-in.so
-rwxr-xr-x 1 root root 279360 2007-03-25 06:54 mplayerplug-in-wmp.so
-rw-r--r-- 1 root root 8260 2007-03-15 16:45 xine-logo.ogg
-rwxr-xr-x 1 root root 45160 2007-03-15 16:45 xineplugin.so

cjnkns
24th June 2007, 02:31 AM
For some reason the 32 bit firefox isnt' working with java1.6?

I did this command to find the libjava* and got this

[root@localhost plugins]# which libjavaplugin_oji.so
/usr/bin/which: no libjavaplugin_oji.so in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/home/carl/bin)
[root@localhost plugins]# locate libjavaplugin_oji.so
/usr/java/jdk1.6.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so
/usr/java/jdk1.6.0_01/jre/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
/usr/lib/firefox-2.0.0.4/plugins/libjavaplugin_oji.so
/usr/lib/mozilla/plugins/libjavaplugin_oji.so
[root@localhost plugins]#


it exists in my plugins directory for firefox but not working?

leigh123linux
24th June 2007, 05:44 AM

If you want to try this howto with FC6 use this repo



[core-32bit]
name=Fedora Core $releasever - i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv libXvMC libdv mikmod slang aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[updates-32bit]
name=Fedora Core $releasever - i386 - Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag libXvMC libdv mikmod slang xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/i386/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=mplayer mplayer-gui mplayer-doc libdvdnav a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

dont forget that you also need livna 64 bit as well

su -
rpm -ivh http://rpm.livna.org/livna-release-6.rpm

cjnkns
28th June 2007, 12:49 PM
I notice in your post at the top about the 32 bit Firefox that it points to the /ur/lib/firefox-2.0.0.4/plugins/ directory without downloading 32bit Firefox... is 32 bit already on my system?
The reason I ask is because that directory already exists .. just curious...

leigh123linux
28th June 2007, 01:38 PM
I notice in your post at the top about the 32 bit Firefox that it points to the /ur/lib/firefox-2.0.0.4/plugins/ directory without downloading 32bit Firefox... is 32 bit already on my system?
The reason I ask is because that directory already exists .. just curious...

Well I didn't install firefox i386 ( It was already installed for me )

to check to see if its installed

yum list firefox


[leigh@localhost ~]$ su
Password:
[root@localhost leigh]# yum list firefox
Loading "installonlyn" plugin
Reducing Fedora Core 7 - i386 to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Installed Packages
firefox.x86_64 2.0.0.4-2.fc7 installed
firefox.i386 2.0.0.4-2.fc7 installed
[root@localhost leigh]#

gres
28th June 2007, 07:06 PM
2 leigh123@linux
I could't run java untill code this:

yum -y install compat-libstdc++-33

I found that at this site http://www.gagme.com/greg/linux/f7-tips.php#dvd
It says "The libraries in Fedora 7 are newer than the ones used by Sun's build so you'll also need to install a compatability library." It might be usefull to add in your HOW-TO. Thank's for your help with firefox!!!!

leigh123linux
28th June 2007, 07:11 PM
2 leigh123@linux
I could't run java untill code this:

yum -y install compat-libstdc++-33

I found that at this site http://www.gagme.com/greg/linux/f7-tips.php#dvd
It says "The libraries in Fedora 7 are newer than the ones used by Sun's build so you'll also need to install a compatability library." It might be usefull to add in your HOW-TO. Thank's for your help with firefox!!!!

Thanks for the info. ( I have added it )


Leigh

cjnkns
29th June 2007, 03:26 AM
When trying to install the mpalyer using the code above I get a missing dependency that when I try to install it says "Nothing to do" ....?

-> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer-gui
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer

leigh123linux
29th June 2007, 03:48 AM
When trying to install the mpalyer using the code above I get a missing dependency that when I try to install it says "Nothing to do" ....?

-> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer-gui
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer

Yum is playing up and is trying to install the 32 bit version of mplayer and mplayer-gui

try

su -
yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-docs mplayer-fonts

cjnkns
29th June 2007, 04:03 AM
still getting this...

--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer


BTW- the help you have provided is amazing... please keep up the good work! ;)

leigh123linux
29th June 2007, 04:14 AM
still getting this...

--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer


BTW- the help you have provided is amazing... please keep up the good work! ;)

I just removed mplayer and reinstalled using this command ( I added mencoder.x86_64 because removing mplayer took mencoder as well )


It looks like you are trying to install mplayer.i386 instead of mplayer.x86_64


[root@localhost leigh]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts mencoder.x86_64
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Reducing Fedora Core 7 - i386 to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Resolving Dependencies
--> Running transaction check
---> Package mplayer-doc.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mplayer.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mencoder.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mplayerplug-in.x86_64 0:3.40-1.lvn7 set to be updated
---> Package mplayer-gui.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mplayerplug-in.i386 0:3.40-1.lvn7 set to be updated
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated

Dependencies Resolved

================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
mencoder x86_64 1.0-0.76.20070612svn.lvn7 livna 2.8 M
mplayer x86_64 1.0-0.76.20070612svn.lvn7 livna 4.1 M
mplayer-doc x86_64 1.0-0.76.20070612svn.lvn7 livna 2.2 M
mplayer-fonts noarch 1.1-4.lvn6 livna-32bit 1.0 M
mplayer-gui x86_64 1.0-0.76.20070612svn.lvn7 livna 3.5 M
mplayerplug-in x86_64 3.40-1.lvn7 livna 511 k
mplayerplug-in i386 3.40-1.lvn7 livna-32bit 507 k

Transaction Summary
================================================== ===========================
Install 7 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 15 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): mplayer-fonts-1.1- 100% |=========================| 1.0 MB 00:01
(2/7): mplayerplug-in-3.4 100% |=========================| 507 kB 00:00
(3/7): mplayer-gui-1.0-0. 100% |=========================| 3.5 MB 00:05
(4/7): mplayerplug-in-3.4 100% |=========================| 511 kB 00:00
(5/7): mencoder-1.0-0.76. 100% |=========================| 2.8 MB 00:04
(6/7): mplayer-1.0-0.76.2 100% |=========================| 4.1 MB 00:06
(7/7): mplayer-doc-1.0-0. 100% |=========================| 2.2 MB 00:03
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: mplayer ######################### [1/7]
Installing: mplayer-doc ######################### [2/7]
Installing: mencoder ######################### [3/7]
Installing: mplayerplug-in ######################### [4/7]
Installing: mplayer-gui ######################### [5/7]
Installing: mplayerplug-in ######################### [6/7]
Installing: mplayer-fonts ######################### [7/7]

Installed: mencoder.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayer.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayer-doc.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayer-fonts.noarch 0:1.1-4.lvn6 mplayer-gui.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayerplug-in.x86_64 0:3.40-1.lvn7 mplayerplug-in.i386 0:3.40-1.lvn7
Complete!
[root@localhost leigh]#

cjnkns
29th June 2007, 04:31 AM
I tried that and get this...


root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-docs mplayer-fonts mencoder.x86_64
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
updates-32bit 100% |=========================| 1.9 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
livna-32bit 100% |=========================| 2.1 kB 00:00
core-32bit 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Resolving Dependencies
--> Running transaction check
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated
---> Package mplayerplug-in.i386 0:3.40-1.lvn7 set to be updated
--> Processing Dependency: mplayer >= 1.0-0.lvn.0.1.pre2 for package: mplayer-fonts
--> Processing Dependency: mplayer >= 1.0-0.lvn.0.26.pre7try2 for package: mplayerplug-in
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated
---> Package mplayerplug-in.i386 0:3.40-1.lvn7 set to be updated
---> Package mplayer.i386 0:1.0-0.76.20070612svn.lvn7 set to be updated
--> Processing Dependency: libdv.so.4 for package: mplayer
--> Processing Dependency: liblirc_client.so.0 for package: mplayer
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libcucul.so.0 for package: mplayer
--> Processing Dependency: libcaca.so.0 for package: mplayer
--> Processing Dependency: liblzo2.so.2 for package: mplayer
--> Processing Dependency: libaa.so.1 for package: mplayer
--> Processing Dependency: libxvidcore.so.4 for package: mplayer
--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Processing Dependency: libenca.so.0 for package: mplayer
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package lzo.i386 0:2.02-2.fc6 set to be updated
---> Package enca.i386 0:1.9-3.fc6 set to be updated
---> Package aalib.i386 0:1.4.0-0.12.rc5.fc7 set to be updated
---> Package libdvdread.i386 0:0.9.7-2.fc7 set to be updated
---> Package libdv.i386 0:1.0.0-1.fc7 set to be updated
---> Package lirc.i386 0:0.8.1-1.fc7 set to be updated
---> Package mplayer.i386 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package libcaca.i386 0:0.99-0.1.beta11.fc7 set to be updated
---> Package xvidcore.i386 0:1.1.2-2.lvn7 set to be updated
--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer

leigh123linux
29th June 2007, 04:42 AM
I tried that and get this...


root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-docs mplayer-fonts mencoder.x86_64
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
updates-32bit 100% |=========================| 1.9 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
livna-32bit 100% |=========================| 2.1 kB 00:00
core-32bit 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Resolving Dependencies
--> Running transaction check
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated
---> Package mplayerplug-in.i386 0:3.40-1.lvn7 set to be updated
--> Processing Dependency: mplayer >= 1.0-0.lvn.0.1.pre2 for package: mplayer-fonts
--> Processing Dependency: mplayer >= 1.0-0.lvn.0.26.pre7try2 for package: mplayerplug-in
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated
---> Package mplayerplug-in.i386 0:3.40-1.lvn7 set to be updated
---> Package mplayer.i386 0:1.0-0.76.20070612svn.lvn7 set to be updated
--> Processing Dependency: libdv.so.4 for package: mplayer
--> Processing Dependency: liblirc_client.so.0 for package: mplayer
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libcucul.so.0 for package: mplayer
--> Processing Dependency: libcaca.so.0 for package: mplayer
--> Processing Dependency: liblzo2.so.2 for package: mplayer
--> Processing Dependency: libaa.so.1 for package: mplayer
--> Processing Dependency: libxvidcore.so.4 for package: mplayer
--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Processing Dependency: libenca.so.0 for package: mplayer
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package lzo.i386 0:2.02-2.fc6 set to be updated
---> Package enca.i386 0:1.9-3.fc6 set to be updated
---> Package aalib.i386 0:1.4.0-0.12.rc5.fc7 set to be updated
---> Package libdvdread.i386 0:0.9.7-2.fc7 set to be updated
---> Package libdv.i386 0:1.0.0-1.fc7 set to be updated
---> Package lirc.i386 0:0.8.1-1.fc7 set to be updated
---> Package mplayer.i386 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package libcaca.i386 0:0.99-0.1.beta11.fc7 set to be updated
---> Package xvidcore.i386 0:1.1.2-2.lvn7 set to be updated
--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer

Ok edit the fedora32bit.repo and change the livna section to this

[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/i386/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

cjnkns
29th June 2007, 04:48 AM
hmm errors galore....

[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-docs mplayer-fonts mencoder.x86_64
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Resolving Dependencies
--> Running transaction check
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated
---> Package mplayerplug-in.i386 0:3.40-1.lvn7 set to be updated
--> Processing Dependency: mplayer >= 1.0-0.lvn.0.1.pre2 for package: mplayer-fonts
--> Processing Dependency: mplayer >= 1.0-0.lvn.0.26.pre7try2 for package: mplayerplug-in
--> Finished Dependency Resolution
Error: Missing Dependency: mplayer >= 1.0-0.lvn.0.1.pre2 is needed by package mplayer-fonts
Error: Missing Dependency: mplayer >= 1.0-0.lvn.0.26.pre7try2 is needed by package mplayerplug-in

leigh123linux
29th June 2007, 05:04 AM
Check to see that you dont have mplayer.i386 installed

[root@localhost leigh]# yum list mplayer*
Loading "installonlyn" plugin
Reducing Fedora Core 7 - i386 to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Installed Packages
mplayer.x86_64 1.0-0.76.20070612svn.l installed
mplayer-doc.x86_64 1.0-0.76.20070612svn.l installed
mplayer-fonts.noarch 1.1-4.lvn6 installed
mplayer-gui.x86_64 1.0-0.76.20070612svn.l installed
mplayerplug-in.i386 3.40-1.lvn7 installed
mplayerplug-in.x86_64 3.40-1.lvn7 installed
[root@localhost leigh]#

leigh123linux
29th June 2007, 05:21 AM
I have re-tuned this line again ( so that the dep "libdvdnav" is now provided )



[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/i386/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=mplayer mplayer-gui mplayer-doc libdvdnav a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

cjnkns
29th June 2007, 11:39 AM
Here is what it says -

[carl@localhost ~]$ yum list mplayer*
Loading "installonlyn" plugin
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Available Packages
mplayer-fonts.noarch 1.1-4.lvn6 livna-32bit
mplayerplug-in.i386 3.40-1.lvn7 livna-32bit

cjnkns
29th June 2007, 11:43 AM
I updated my 32 bit repo file with the line you have in red and it gave me the message below.

[root@localhost carl]# gedit /etc/yum.repos.d/fedora32bit.repo
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
updates-32bit 100% |=========================| 1.9 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
Error: Cannot open/read repomd.xml file for repository: livna-32bit

leigh123linux
29th June 2007, 11:44 AM
Here is what it says -

[carl@localhost ~]$ yum list mplayer*
Loading "installonlyn" plugin
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Available Packages
mplayer-fonts.noarch 1.1-4.lvn6 livna-32bit
mplayerplug-in.i386 3.40-1.lvn7 livna-32bit

Have you got the livna repo installed ?

[leigh@localhost ~]$ yum repolist
Loading "installonlyn" plugin
repo id repo name status
core-32bit Fedora Core 7 - i386 enabled
fedora Fedora 7 - x86_64 enabled
livna Livna for Fedora Core 7 - x86_64 - Base enabled
livna-32bit Livna for Fedora Core 7 - i386 - Base enabled
updates Fedora 7 - x86_64 - Updates enabled
updates-32bit Fedora Core 7 - i386 - Updates enabled
[leigh@localhost ~]$



If not install it

su -
rpm -ivh http://rpm.livna.org/livna-release-7.rpm

leigh123linux
29th June 2007, 11:49 AM
I updated my 32 bit repo file with the line you have in red and it gave me the message below.

[root@localhost carl]# gedit /etc/yum.repos.d/fedora32bit.repo
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
updates-32bit 100% |=========================| 1.9 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
Error: Cannot open/read repomd.xml file for repository: livna-32bit

sometimes you get this , check you 32 bit repo against this

[core-32bit]
name=Fedora Core $releasever - i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/i386/os/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv libXvMC libdv mikmod slang aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY


[updates-32bit]
name=Fedora Core $releasever - i386 - Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag libXvMC libdv mikmod slang xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/i386/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=mplayer mplayer-gui mplayer-doc libdvdnav a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

The 32 bit repo works heres

[root@localhost leigh]# yum list mplayer*
Loading "installonlyn" plugin
Reducing Fedora Core 7 - i386 to included packages only
Finished
Reducing Livna for Fedora Core 7 - i386 - Base to included packages only
Finished
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Installed Packages
mplayer.x86_64 1.0-0.76.20070612svn.l installed
mplayer-doc.x86_64 1.0-0.76.20070612svn.l installed
mplayer-fonts.noarch 1.1-4.lvn6 installed
mplayer-gui.x86_64 1.0-0.76.20070612svn.l installed
mplayerplug-in.i386 3.40-1.lvn7 installed
mplayerplug-in.x86_64 3.40-1.lvn7 installed
Available Packages
mplayer.i386 1.0-0.76.20070612svn.l livna-32bit
mplayer-doc.i386 1.0-0.76.20070612svn.l livna-32bit
mplayer-gui.i386 1.0-0.76.20070612svn.l livna-32bit
[root@localhost leigh]#

cjnkns
29th June 2007, 11:51 AM
Here is my repo list

[root@localhost carl]# yum repolist
Loading "installonlyn" plugin
repo id repo name status
core-32bit Fedora Core 7 - i386 enabled
fedora Fedora 7 - x86_64 enabled
livna-32bit Livna for Fedora Core 7 - i386 - Base enabled
updates Fedora 7 - x86_64 - Updates enabled
updates-32bit Fedora Core 7 - i386 - Updates enabled

leigh123linux
29th June 2007, 11:53 AM
Here is my repo list

[root@localhost carl]# yum repolist
Loading "installonlyn" plugin
repo id repo name status
core-32bit Fedora Core 7 - i386 enabled
fedora Fedora 7 - x86_64 enabled
livna-32bit Livna for Fedora Core 7 - i386 - Base enabled
updates Fedora 7 - x86_64 - Updates enabled
updates-32bit Fedora Core 7 - i386 - Updates enabled

Ok install the livna 64 bit key

su -
rpm -ivh http://rpm.livna.org/livna-release-7.rpm

cjnkns
29th June 2007, 11:56 AM
Still unable to read -



[root@localhost carl]# rpm -ivh http://rpm.livna.org/livna-release-7.rpm
Retrieving http://rpm.livna.org/livna-release-7.rpm
warning: /var/tmp/rpm-xfer.bPhagH: Header V3 DSA signature: NOKEY, key ID a109b1ec
Preparing... ########################################### [100%]
1:livna-release ########################################### [100%]
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
core-32bit 100% |=========================| 2.1 kB 00:00
livna 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 121 kB 00:00
Error: Cannot open/read repomd.xml file for repository: livna-32bit

leigh123linux
29th June 2007, 12:02 PM
Still unable to read -



[root@localhost carl]# rpm -ivh http://rpm.livna.org/livna-release-7.rpm
Retrieving http://rpm.livna.org/livna-release-7.rpm
warning: /var/tmp/rpm-xfer.bPhagH: Header V3 DSA signature: NOKEY, key ID a109b1ec
Preparing... ########################################### [100%]
1:livna-release ########################################### [100%]
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
core-32bit 100% |=========================| 2.1 kB 00:00
livna 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 121 kB 00:00
Error: Cannot open/read repomd.xml file for repository: livna-32bit

try

su -
yum clean all

if not try deleting the the 32 bit repo and redo it

su -
rm /etc/yum.repos.d/fedora32bit.repo

answer yes to delete

then

su -
gedit /etc/yum.repos.d/fedora32bit.repo

copy & paste

[core-32bit]
name=Fedora Core $releasever - i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/i386/os/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv libXvMC libdv mikmod slang aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[updates-32bit]
name=Fedora Core $releasever - i386 - Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag libXvMC libdv mikmod slang xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://rpm.livna.org/fedora/$releasever/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/i386/
ftp://mirrors.tummy.com/pub/rpm.livna.org/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=mplayer mplayer-gui mplayer-doc libdvdnav a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

cjnkns
29th June 2007, 12:08 PM
I tried the clean, but that gave me an error - then I proceeded to delete which worked ;) and replaced with the info you have above...

Here is what it returned



root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Error: Cannot open/read repomd.xml file for repository: livna-32bit

leigh123linux
29th June 2007, 01:23 PM
Can you do another yum clean all

su -
rm -rf /var/cache/yum/livna-32bit
yum clean all

and post the output

leigh123linux
29th June 2007, 01:32 PM
If this doesn't work try using this repo ( I have edited the livna mirrors )


[core-32bit]
name=Fedora Core $releasever - i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/i386/os/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv libXvMC libdv mikmod slang aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[updates-32bit]
name=Fedora Core $releasever - i386 - Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/7/i386/
enabled=1
gpgcheck=1
includepkgs=firefox libgnomeui libbonoboui libgnome SDL fribidi libXv aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag libXvMC libdv mikmod slang xine-plugin
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[livna-32bit]
name=Livna for Fedora Core $releasever - i386 - Base
baseurl=
http://livna-dl.reloumirrors.net/fedora/7/i386/
http://livna.cat.pdx.edu/fedora/$releasever/i386/
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/i386/
failovermethod=priority
enabled=1
gpgcheck=1
includepkgs=mplayer mplayer-gui mplayer-doc libdvdnav a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

JohnMichael
29th June 2007, 01:42 PM
I'm having an awful lot of trouble as well. I wish there was a way to do desktop sharing so someone could actually sync to my Fedora and help me. No plugins at all are being recognized by Firefox. It says they are all installed (except MPlayer which I'm having the same issues this guy is) but none are being picked up by Firefox itself. If nothing else I'd at least like to have Flash and Java working.

cjnkns
29th June 2007, 01:52 PM
[root@localhost carl]# rm -rf /var/cache/yum/livna-32bit
[root@localhost carl]# yum clean all
Loading "installonlyn" plugin
Cleaning up Everything
Error: Error accessing directory //var/cache/yum/livna/headers, [Errno 2] No such file or directory: '//var/cache/yum/livna/headers'
[root@localhost carl]#


Then I edited the repo with the new file you posted. and tired again

[root@localhost carl]# gedit /etc/yum.repos.d/fedora32bit.repo
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
core-32bit 100% |=========================| 2.1 kB 00:00
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 4.7 MB 00:30
Error: Cannot open/read repomd.xml file for repository: livna-32bit

leigh123linux
29th June 2007, 01:53 PM
I'm having an awful lot of trouble as well. I wish there was a way to do desktop sharing so someone could actually sync to my Fedora and help me. No plugins at all are being recognized by Firefox. It says they are all installed (except MPlayer which I'm having the same issues this guy is) but none are being picked up by Firefox itself. If nothing else I'd at least like to have Flash and Java working.


Have you got firefox.i386 installed

su -
yum install firefox.i386

I have checked and livna-32bit mirrors are working.

try the edited repo above if you are still having trouble .

leigh123linux
29th June 2007, 03:01 PM
[root@localhost carl]# rm -rf /var/cache/yum/livna-32bit
[root@localhost carl]# yum clean all
Loading "installonlyn" plugin
Cleaning up Everything
Error: Error accessing directory //var/cache/yum/livna/headers, [Errno 2] No such file or directory: '//var/cache/yum/livna/headers'
[root@localhost carl]#


Then I edited the repo with the new file you posted. and tired again

[root@localhost carl]# gedit /etc/yum.repos.d/fedora32bit.repo
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
core-32bit 100% |=========================| 2.1 kB 00:00
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 4.7 MB 00:30
Error: Cannot open/read repomd.xml file for repository: livna-32bit


when you copy & paste the 32 bit repo try leaving a couple of blank lines at the end .

Try this ( My version of yum clean all )

su -
rm -rf /var/cache/yum/*

JohnMichael
29th June 2007, 10:15 PM
Have you got firefox.i386 installed



I have checked and livna-32bit mirrors are working.

try the edited repo above if you are still having trouble .

Yes I did. Heres what it looks like:


http://img519.imageshack.us/img519/9803/snapshot1hl6.png

http://img116.imageshack.us/img116/9461/snapshot2uw5.png

http://img401.imageshack.us/img401/1350/snapshot3mn8.png

http://img401.imageshack.us/img401/3226/snapshot4ex0.png

http://img512.imageshack.us/img512/61/snapshot5rt2.png

http://img258.imageshack.us/img258/940/snapshot6tn3.png

So what should I do now?

cjnkns
29th June 2007, 11:11 PM
This just does NOT want to work for me...

I left 3 or 4 blank lines at the end of the repo... and got this


[carl@localhost ~]$ su
Password:
[root@localhost carl]# rm -rf /var/cache/yum/*
[root@localhost carl]# gedit /etc/yum.repos.d/fedora32bit.repo
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
core-32bit 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 3.8 MB 00:25
livna 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 121 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 4.7 MB 00:31
Error: Cannot open/read repomd.xml file for repository: livna-32bit

cjnkns
29th June 2007, 11:28 PM
Alright so I read online somewhere to change the enabled entry's in the repo from 1 to 0 and I think that worked...
It looks like it downloaded as you see below (not sure what the NO KEY thing is all about though.

So I hope doing it this way was .. umm ok to do and I didn't go causing myself more trouble but it seems to have worked ..



[root@localhost carl]# gedit /etc/yum.repos.d/fedora32bit.repo
[root@localhost carl]# yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
updates 100% |=========================| 1.9 kB 00:00
primary.sqlite.bz2 100% |=========================| 895 kB 00:05
Resolving Dependencies
--> Running transaction check
---> Package mplayer-gui.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mplayerplug-in.x86_64 0:3.40-1.lvn7 set to be updated
---> Package mplayer-doc.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mplayer-fonts.noarch 0:1.1-4.lvn6 set to be updated
---> Package mplayer.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
--> Processing Dependency: libdvdnavmini.so.4()(64bit) for package: mplayer
--> Processing Dependency: libaa.so.1()(64bit) for package: mplayer-gui
--> Processing Dependency: libcucul.so.0()(64bit) for package: mplayer-gui
--> Processing Dependency: libenca.so.0()(64bit) for package: mplayer
--> Processing Dependency: liblirc_client.so.0()(64bit) for package: mplayer
--> Processing Dependency: libdvdnavmini.so.4()(64bit) for package: mplayer-gui
--> Processing Dependency: libxvidcore.so.4()(64bit) for package: mplayer-gui
--> Processing Dependency: libcaca.so.0()(64bit) for package: mplayer-gui
--> Processing Dependency: liblirc_client.so.0()(64bit) for package: mplayer-gui
--> Processing Dependency: libenca.so.0()(64bit) for package: mplayer-gui
--> Processing Dependency: libcucul.so.0()(64bit) for package: mplayer
--> Processing Dependency: liblzo2.so.2()(64bit) for package: mplayer
--> Processing Dependency: libaa.so.1()(64bit) for package: mplayer
--> Processing Dependency: libcaca.so.0()(64bit) for package: mplayer
--> Processing Dependency: liblzo2.so.2()(64bit) for package: mplayer-gui
--> Processing Dependency: libxvidcore.so.4()(64bit) for package: mplayer
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package libdvdnav.x86_64 0:0.1.10-3.20070503.lvn7 set to be updated
---> Package mplayer.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package mplayer-gui.x86_64 0:1.0-0.76.20070612svn.lvn7 set to be updated
---> Package libcaca.x86_64 0:0.99-0.1.beta11.fc7 set to be updated
---> Package lzo.x86_64 0:2.02-2.fc6 set to be updated
---> Package aalib.x86_64 0:1.4.0-0.12.rc5.fc7 set to be updated
---> Package lirc.x86_64 0:0.8.1-1.fc7 set to be updated
---> Package enca.x86_64 0:1.9-3.fc6 set to be updated
---> Package xvidcore.x86_64 0:1.1.2-2.lvn7 set to be updated

Dependencies Resolved

================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
mplayer x86_64 1.0-0.76.20070612svn.lvn7 livna 4.1 M
mplayer-doc x86_64 1.0-0.76.20070612svn.lvn7 livna 2.2 M
mplayer-fonts noarch 1.1-4.lvn6 livna 1.0 M
mplayer-gui x86_64 1.0-0.76.20070612svn.lvn7 livna 3.5 M
mplayerplug-in x86_64 3.40-1.lvn7 livna 511 k
Installing for dependencies:
aalib x86_64 1.4.0-0.12.rc5.fc7 fedora 75 k
enca x86_64 1.9-3.fc6 fedora 124 k
libcaca x86_64 0.99-0.1.beta11.fc7 fedora 159 k
libdvdnav x86_64 0.1.10-3.20070503.lvn7 livna 121 k
lirc x86_64 0.8.1-1.fc7 fedora 250 k
lzo x86_64 2.02-2.fc6 fedora 57 k
xvidcore x86_64 1.1.2-2.lvn7 livna 220 k

Transaction Summary
================================================== ===========================
Install 12 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 12 M
Is this ok [y/N]: y
Downloading Packages:
(1/12): mplayer-fonts-1.1 100% |=========================| 1.0 MB 00:07
(2/12): xvidcore-1.1.2-2. 100% |=========================| 220 kB 00:01
(3/12): enca-1.9-3.fc6.x8 100% |=========================| 124 kB 00:00
(4/12): lirc-0.8.1-1.fc7. 100% |=========================| 250 kB 00:01
(5/12): aalib-1.4.0-0.12. 100% |=========================| 75 kB 00:00
(6/12): lzo-2.02-2.fc6.x8 100% |=========================| 57 kB 00:01
(7/12): libcaca-0.99-0.1. 100% |=========================| 159 kB 00:01
(8/12): mplayerplug-in-3. 100% |=========================| 511 kB 00:03
(9/12): mplayer-gui-1.0-0 100% |=========================| 3.5 MB 00:22
(10/12): mplayer-1.0-0.76 100% |=========================| 4.1 MB 00:26
(11/12): libdvdnav-0.1.10 100% |=========================| 121 kB 00:00
(12/12): mplayer-doc-1.0- 100% |=========================| 2.2 MB 00:13
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a109b1ec
Importing GPG key 0xA109B1EC "Livna.org rpms <rpm-key@livna.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
Is this ok [y/N]: y
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: xvidcore ####################### [ 1/12]
Installing: enca ####################### [ 2/12]
Installing: lirc ####################### [ 3/12]
Installing: aalib ####################### [ 4/12]
Installing: lzo ####################### [ 5/12]
Installing: libcaca ####################### [ 6/12]
Installing: libdvdnav ####################### [ 7/12]
Installing: mplayer ####################### [ 8/12]
Installing: mplayer-doc ####################### [ 9/12]
Installing: mplayer-gui ####################### [10/12]
Installing: mplayerplug-in ####################### [11/12]
Installing: mplayer-fonts ####################### [12/12]

Installed: mplayer.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayer-doc.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayer-fonts.noarch 0:1.1-4.lvn6 mplayer-gui.x86_64 0:1.0-0.76.20070612svn.lvn7 mplayerplug-in.x86_64 0:3.40-1.lvn7
Dependency Installed: aalib.x86_64 0:1.4.0-0.12.rc5.fc7 enca.x86_64 0:1.9-3.fc6 libcaca.x86_64 0:0.99-0.1.beta11.fc7 libdvdnav.x86_64 0:0.1.10-3.20070503.lvn7 lirc.x86_64 0:0.8.1-1.fc7 lzo.x86_64 0:2.02-2.fc6 xvidcore.x86_64 0:1.1.2-2.lvn7
Complete!

JohnMichael
29th June 2007, 11:31 PM
Didn't work for me:

--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer

Besides the fact none of the other plugins installed to Firefox.

cjnkns
29th June 2007, 11:42 PM
For the java plugin I downloaded the JDK simply because I write java programs (obviously mostly on Windows)
But, I downloaded the jdk*.bin to my /opt directory extracted and the did a ln -s (soft link) from the libjavaplugin to my /usr/lib/firefox2.0.0.4/plugins directory which gave me java plugin in my firefox browser w/ no problems.

The flash I used leigh123's commands from the first page which worked fine....

In order to fix that issue above on the 3rd page here leigh123 shows a command the cleans out the yum cache...

su -
rm -rf /var/cache/yum/*

I ran that then opened up the 32bit repot and replaced it (added a few lines at the end for good measure like leigh mentions .. then I changed the enabled=1 to enabled=0 and BINGO.....

cjnkns
29th June 2007, 11:43 PM
Although - after looking I don't see any other plugins for my 32bit firefox .. the only ones i have are flash and java.. I wonder is that all were supposed to have?

Seve
29th June 2007, 11:54 PM
Although - after looking I don't see any other plugins for my 32bit firefox .. the only ones i have are flash and java.. I wonder is that all were supposed to have?
Hello:
You can install several plugins, so which one(s) is/are up to you.
Here are the plugins et al, that I have installed on my 32bit ff browser running in F7 X86_64

The mplayerplug-in from livna provides the :

- DivX Browser Plug-In
- mplayerplug-in 3.40
- QuickTime Plug-in 6.0 / 7
- RealPlayer 9
- Windows Media Player Plugin


Seve

leigh123linux
29th June 2007, 11:58 PM
Although - after looking I don't see any other plugins for my 32bit firefox .. the only ones i have are flash and java.. I wonder is that all were supposed to have?

Ok try this for the 32 bit plugins

su
yum install xine xine-plugin xine-plugin.i386 xine-lib-extras-nonfree
wget http://livna-dl.reloumirrors.net/fedora/7/i386/mplayerplug-in-3.40-1.lvn7.i386.rpm
rpm -i mplayerplug-in-3.40-1.lvn7.i386.rpm
ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.4/plugins/


close all the running firefox windows then start firefox 32 bit from the menu link you created or start another terminal and type as non-root

usr/lib/firefox-2.0.0.4/firefox-bin

then in the address bar type

about:plugins

leigh123linux
30th June 2007, 12:07 AM
Yes I did. Heres what it looks like:


http://img519.imageshack.us/img519/9803/snapshot1hl6.png

http://img116.imageshack.us/img116/9461/snapshot2uw5.png

http://img401.imageshack.us/img401/1350/snapshot3mn8.png

http://img401.imageshack.us/img401/3226/snapshot4ex0.png

http://img512.imageshack.us/img512/61/snapshot5rt2.png

http://img258.imageshack.us/img258/940/snapshot6tn3.png

So what should I do now?


your screen shots look like the 64 bit version of firefox , close all firefox windows and then type this to start firefox 32bit

usr/lib/firefox-2.0.0.4/firefox-bin


If you dont close all the 64 bit firefox's this command will spawn another 64 bit firefox window

cjnkns
30th June 2007, 12:10 AM
It looks like that worked!

You have no idea how much I appreciate all your help... I hope others will find this thread useful also.

Here is what about:plugins says I have now...

Shockwave Flash
mplayerplug-in 3.40
Windows Media Player Plugin
RealPlayer 9
QuickTime Plug-in 6.0 / 7
DivX Browser Plug-In
Java(TM) Plug-in 1.6.0_01-b06

leigh123linux
30th June 2007, 12:10 AM
Hello:
You can install several plugins, so which one(s) is/are up to you.
Here are the plugins et al, that I have installed on my 32bit ff browser running in F7 X86_64

The mplayerplug-in from livna provides the :

- DivX Browser Plug-In
- mplayerplug-in 3.40
- QuickTime Plug-in 6.0 / 7
- RealPlayer 9
- Windows Media Player Plugin


Seve

Hi Seve,

Could you run the 32 bit repo from post # 1 to check it ( its working ok here )

and check this command to see if all the deps are met.

yum install mplayer.x86_64 mplayerplug-in mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts

Thanks Leigh

leigh123linux
30th June 2007, 12:13 AM
It looks like that worked!

You have no idea how much I appreciate all your help... I hope others will find this thread useful also.

Here is what about:plugins says I have now...

Shockwave Flash
mplayerplug-in 3.40
Windows Media Player Plugin
RealPlayer 9
QuickTime Plug-in 6.0 / 7
DivX Browser Plug-In
Java(TM) Plug-in 1.6.0_01-b06

That looks good , I'm sorry that you had so much trouble with the 32 bit livna repo. ( you will need to update the mplayerplug-in.i386 manually if it's ever updated )

JohnMichael
30th June 2007, 04:28 AM
Now we're getting somewhere. But not quite there yet. What do I do now? (Sorry if this is redundant)

http://img261.imageshack.us/img261/6341/snapshot7zc6.png
http://img256.imageshack.us/img256/7379/snapshot8co2.png

leigh123linux
30th June 2007, 06:19 AM
su
yum install mplayer.x86_64 mplayerplug-in.x86_64 mplayer-gui.x86_64 mplayer-doc mplayer-fonts

if the mplayer command gives a error stop here


wget http://livna-dl.reloumirrors.net/fedora/7/i386/mplayerplug-in-3.40-1.lvn7.i386.rpm
rpm -i mplayerplug-in-3.40-1.lvn7.i386.rpm
ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.4/plugins/

JohnMichael
30th June 2007, 03:07 PM
[root@localhost]# yum install mplayer.x86_64 mplayerplug-in.x86_64 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Nothing to do

[root@localhost]# [root@localhost johnny]# wget http://livna-dl.reloumirrors.net/fedora/7/i386/mplayerplug-in-3.40-1.lvn7.i386.rpm
--10:09:24-- http://livna-dl.reloumirrors.net/fedora/7/i386/mplayerplug-in-3.40-1.lvn7.i386.rpm
=> `mplayerplug-in-3.40-1.lvn7.i386.rpm.2'
Resolving livna-dl.reloumirrors.net... 193.28.235.37
Connecting to livna-dl.reloumirrors.net|193.28.235.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 518,935 (507K) [application/x-rpm]

100%[================================================== ======>] 518,935 302.58K/s

10:09:26 (301.88 KB/s) - `mplayerplug-in-3.40-1.lvn7.i386.rpm.2' saved [518935/518935]


[root@localhost]# rpm -i mplayerplug-in-3.40-1.lvn7.i386.rpm
warning: mplayerplug-in-3.40-1.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: Failed dependencies:
mplayer >= 1.0-0.lvn.0.26.pre7try2 is needed by mplayerplug-in-3.40-1.lvn7.i386

So what should I do now?

Seve
30th June 2007, 06:55 PM
[root@localhost]# yum install mplayer.x86_64 mplayerplug-in.x86_64 mplayer-gui.x86_64 mplayer-doc mplayer-fonts
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Reducing Fedora Core 7 - i386 - Updates to included packages only
Finished
Reducing Fedora Core 7 - i386 to included packages only
Finished
Nothing to do

[root@localhost]# [root@localhost johnny]# wget http://livna-dl.reloumirrors.net/fedora/7/i386/mplayerplug-in-3.40-1.lvn7.i386.rpm
--10:09:24-- http://livna-dl.reloumirrors.net/fedora/7/i386/mplayerplug-in-3.40-1.lvn7.i386.rpm
=> `mplayerplug-in-3.40-1.lvn7.i386.rpm.2'
Resolving livna-dl.reloumirrors.net... 193.28.235.37
Connecting to livna-dl.reloumirrors.net|193.28.235.37|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 518,935 (507K) [application/x-rpm]

100%[================================================== ======>] 518,935 302.58K/s

10:09:26 (301.88 KB/s) - `mplayerplug-in-3.40-1.lvn7.i386.rpm.2' saved [518935/518935]


[root@localhost]# rpm -i mplayerplug-in-3.40-1.lvn7.i386.rpm
warning: mplayerplug-in-3.40-1.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: Failed dependencies:
mplayer >= 1.0-0.lvn.0.26.pre7try2 is needed by mplayerplug-in-3.40-1.lvn7.i386

So what should I do now?
Hello:
You need to first install the livna repo
from a terminal, logged in as root
Copy and Paste the following:
rpm -Uvh http://rpm.livna.org/livna-release-7.rpm
Then use yum to install the package that you want

Seve

JohnMichael
30th June 2007, 07:23 PM
Thank you Seve and leigh for all your help.

Its saying its installed now but its still not showing up in the plugins, neither is Java.

http://img513.imageshack.us/img513/5233/snapshot11ju8.png
http://img520.imageshack.us/img520/5227/snapshot12dc6.png
http://img512.imageshack.us/img512/1817/snapshot13ae9.png

leigh123linux
30th June 2007, 08:21 PM
You didn't have the java rpm in the path !!

su
wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=11186
sh ./jre*.bin
ln -sf "$(rpm -ql jre|grep plugin|grep ns7/|grep \\.so$)" /usr/lib/mozilla/plugins/libjavaplugin_oji.so
ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.4/plugins/

JohnMichael
30th June 2007, 08:47 PM
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
replace jre-6u1-linux-i586.rpm? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: jre-6u1-linux-i586.rpm
Preparing... ########################################### [100%]
package jre-1.6.0_01-fcs is already installed

Done.
[root@localhost johnny]# ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.4/plugins/
[root@localhost johnny]# ln -sf "$(rpm -ql jre|grep plugin|grep ns7/|grep \\.so$)" /usr/lib/mozilla/plugins/libjavaplugin_oji.so
[root@localhost johnny]# ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.4/plugins/
[root@localhost johnny]#

Still no good.

leigh123linux
30th June 2007, 10:05 PM
can you post

cd /usr/lib/mozilla/plugins/
ls -l

JohnMichael
30th June 2007, 10:41 PM
[johnny@localhost ~]$ cd /usr/lib/mozilla/plugins/
[johnny@localhost plugins]$ ls -l
total 1472
lrwxrwxrwx 1 root root 39 2007-06-29 00:38 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so
lrwxrwxrwx 1 root root 58 2007-06-30 15:48 libjavaplugin_oji.so -> /usr/java/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-dvx.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-qt.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-rm.so
-rwxr-xr-x 1 root root 278072 2007-03-25 01:58 mplayerplug-in.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-wmp.so
-rw-r--r-- 1 root root 8260 2007-03-15 12:44 xine-logo.ogg
-rwxr-xr-x 1 root root 43404 2007-03-15 12:44 xineplugin.so

Yet in About:Plugins nothing is showing up

leigh123linux
30th June 2007, 10:51 PM
[johnny@localhost ~]$ cd /usr/lib/mozilla/plugins/
[johnny@localhost plugins]$ ls -l
total 1472
lrwxrwxrwx 1 root root 39 2007-06-29 00:38 libflashplayer.so -> /usr/lib/flash-plugin/libflashplayer.so
lrwxrwxrwx 1 root root 58 2007-06-30 15:48 libjavaplugin_oji.so -> /usr/java/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-dvx.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-qt.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-rm.so
-rwxr-xr-x 1 root root 278072 2007-03-25 01:58 mplayerplug-in.so
-rwxr-xr-x 1 root root 276892 2007-03-25 01:58 mplayerplug-in-wmp.so
-rw-r--r-- 1 root root 8260 2007-03-15 12:44 xine-logo.ogg
-rwxr-xr-x 1 root root 43404 2007-03-15 12:44 xineplugin.so

Yet in About:Plugins nothing is showing up

That is probably because you are using the 64 bit firefox :(

check that the plugins are linked here as well

cd /usr/lib/firefox-2.0.0.4/plugins/
ls -l

Then make sure all running firefox's are shut down ( IF YOU ALREADY HAVE A 64 BIT FIREFOX RUNNING YOU WONT BE ABLE TO START ANY 32 BIT FIREFOX )

To start a 32 bit firefox either use this command or create a menu entry

/usr/lib/firefox-2.0.0.4/firefox-bin

JohnMichael
30th June 2007, 11:47 PM
Just got it to work. Thank you so much man. Now if you know anything about getting XPDE to work that would be awesome. But I'll post that in another topic.

leigh123linux
1st July 2007, 12:06 AM
Just got it to work. Thank you so much man. Now if you know anything about getting XPDE to work that would be awesome. But I'll post that in another topic.


I dont use a PDF a lot


su
yum install xpdf


Then I set xpdf as the default app in firefox to open pdf ( I dont use any pdf plugin )

JohnMichael
1st July 2007, 12:10 AM
no no XPDE is a GUI. Has nothing to do with Firefox plugins:

http://www.xpde.com

I got it to go in but when the GUI starts its a bunch of menus that link to nothing. My problem is getting the shortcuts to work.

leigh123linux
1st July 2007, 12:26 AM
no no XPDE is a GUI. Has nothing to do with Firefox plugins:

http://www.xpde.com

I got it to go in but when the GUI starts its a bunch of menus that link to nothing. My problem is getting the shortcuts to work.


Sorry , I haven't heard of XPDE

JohnMichael
1st July 2007, 12:29 AM
Sorry , I haven't heard of XPDE

Yeah its new. The GUI is extremely similar to Windows XP. As much as I detest Microsoft and the way the actual Windows Systems are setup (nor do I plan to install Windows ever again seeing as how I have everything I want working on Fedora), it is nice having the look and feel of it. And XPDE can do that. And still maintain the benefits of having Fedora.

leigh123linux
6th July 2007, 12:33 AM
I have simplified the howto :cool:



Name : firefox-32
Arch : x86_64
Version: 0.0.1
Release: 5.fc7
Size : 422
Repo : installed
Summary: Alternate Launcher for 32bit Firefox

Description:
Alternate Launcher for 32bit Firefox on Multilib Systems
If you have both 32bit and 64bit Firefox installed, the standard
/usr/bin/firefox launcher will run only the 64bit version. This
launcher allows you to choose to run the 32bit browser by running
/usr/bin/firefox-32. Please be sure that all Firefox instances
are closed before running this launcher.

JohnMichael
6th July 2007, 03:38 AM
I used some kind of Nwrapping now. Actually with that I can now use Flash on 64 bit Firefox. Unlike before when I was tied to using Firefox 32 bit. But still can't use Java yet. I have a bigger problem (http://fedoraforum.org/forum/showthread.php?t=159709) in Fedora anyways to deal with then to be worrying about a Java Plugin right now.

http://fedoraforum.org/forum/showthread.php?t=159709

Arkan
24th July 2007, 05:16 PM
WORKED LIKE A CHARM .....
thanx leigh :)

lphilosophy
2nd August 2007, 08:01 AM
Got it to work, though I have questions marked by "==>" If an expert could chime in, much thanks in advance

How I did it:

Preface

I already had the following: livna repo/key, adobe repo & lash-plugin, firefox.i386 . Also, I had previously attempted to install Sun's jre via .bin tarball method (following instructions from www.fedorafaq.org for FC6, which failed to build the plugin). I had previously found that 32 bit firefox will launch from the GNOME panel (htmlview) by simply removing all versions of firefox before #yum install firefox.i386. In other words, if only the 32 bit version is installed, then clicking the icon just works. Final thing to mention: I'm a dinosaur who uses vim from the command line (I'm fairly paranoid about root). So this is what I did

Step "1."

$ su -
# vi /etc/yum.repos.d/fedora32bit.repo

-- cut and pasted the repo as provided by leigh (how to use vi: i to insert, highlight in Firefox with mouse's left button then middle mouse button in terminal to paste, Esc, ZZ to save)

-- double checked what I had & what I needed
# yum list firefox* compat-libstdc* flash* totem-moz* xine* mplayer*
Installed Packages
firefox.i386 2.0.0.5-1.fc7 installed
flash-plugin.i386 9.0.48.0-release installed
totem-mozplugin.x86_64 2.18.1-3.fc7 installed
Available Packages
compat-libstdc++-296.i386 2.96-138 fedora
compat-libstdc++-33.x86_64 3.2.3-61 fedora
compat-libstdc++-33.i386 3.2.3-61 fedora
firefox.x86_64 2.0.0.5-1.fc7 updates
firefox-32.x86_64 0.0.1-5.fc7 fedora
firefox-devel.i386 2.0.0.5-1.fc7 updates
firefox-devel.x86_64 2.0.0.5-1.fc7 updates
mplayer.i386 1.0-0.80.20070715svn.l livna-32bit
mplayer-doc.i386 1.0-0.80.20070715svn.l livna-32bit
mplayer-fonts.noarch 1.1-4.lvn6 livna-32bit
mplayer-gui.i386 1.0-0.80.20070715svn.l livna-32bit
mplayerplug-in.i386 3.40-1.lvn7 livna-32bit
xine-lib.i386 1.1.7-1.fc7 updates
xine-lib.x86_64 1.1.7-1.fc7 updates
xine-lib-devel.i386 1.1.7-1.fc7 updates
xine-lib-devel.x86_64 1.1.7-1.fc7 updates
xine-lib-extras.x86_64 1.1.7-1.fc7 updates
xine-plugin.x86_64 1.0-3.fc7 fedora
xine-plugin.i386 1.0-3.fc7 core-32bit
xinetd.x86_64 2:2.3.14-12.fc7 updates

I noticed that livna is now called livna-32. From previously, I have livna.repo which has more mirrors. I _really_ want yum-updatesd to NOT break, because of previous bad experiences. I have linva.repo disabled for that reason. I feel better to see the restricted list of packages the repo applies to, but I'm no expert, so:

==> big question: Is there any chance of entering dependancy hell using default automatic yum updates with the above repo setup? For example, are there any packages I should not allow to update automatically?

==> flip side: if the lines in fedora32bit.repo are set to "enabled=0", will it break yum-updatesd?


..continuing:

Step "1.b/2"

# yum install firefox-32 compat-libstdc++-33 (This got the 32 and 64 bit versions of the compat package)

Step "2"

Downloaded the *rpm.bin from Sun's site. http://java.com/en/download/index.jsp

# cd /home/user/Downloads/
# sh ./jre*rpm.bin

-- space space read read (uh.. who would argue with Sun??) then type "yes"]# rpm -q jre
jre-1.6.0_02-fcs
# ln -sf "$(rpm -ql jre|grep plugin|grep ns7/|grep \\.so$)" /usr/lib/mozilla/plugins/libjavaplugin_oji.so

Step "3" -- no need, already had it

Step "4"

# yum remove totem-mozplugin
# yum --enablerepo=livna install mplayer.x86_64 mplayerplug-in.i386 mplayer-gui.x86_64 mplayer-doc mplayer-fonts

--> NOTE: my livna.repo is disabled by default, had to enable it for the above install (which installed 32 and 64 bit versions of mplayer-doc)

-- Lesser question: why both mplayerplug-in and mplayerplugin-in.i386? Don't they both point to the 32 bit version?
-- Lesser question#2: why does Leigh keep both the 64 and 32 bit versions of the plugins and firefox? Why would anyone need both?

Step "5"

# yum --enablerepo=livna install xine xine-plugin xine-plugin.i386 xine-lib-extras-nonfree

Step "6"

ln -sf /usr/lib/mozilla/plugins/* /usr/lib/firefox-2.0.0.5/plugins/

-- I was trying to find a clever/elegant way for bash to find the most recent firefox, but # rpm -q firefox | perl -e 'print(chop(chop(chop(chop($_)))))' didn't work. (Wanted to cut the .fc7 from the end)

Step "exit & restart Firefox"

# exit
$ ps -u user | grep firefox
##### firefox-bin
$ kill #####

-- "user" is your main, non-root user. ##### will be a number like 54321, different for every program running on your machine.

>> Start firefox. For me, click in GNOME. Click "restore session". This kill method is the lazy way to return to the tabs you had open. Works for login/logout too

Post, and comments$ yum list firefox* compat-libstdc* flash* totem-moz* xine* mplayer*
Installed Packages
compat-libstdc++-33.i386 3.2.3-61 installed
compat-libstdc++-33.x86_64 3.2.3-61 installed
firefox.i386 2.0.0.5-1.fc7 installed
firefox-32.x86_64 0.0.1-5.fc7 installed
flash-plugin.i386 9.0.48.0-release installed
mplayer.x86_64 1.0-0.80.20070715svn.l installed
mplayer-doc.i386 1.0-0.80.20070715svn.l installed
mplayer-doc.x86_64 1.0-0.80.20070715svn.l installed
mplayer-fonts.noarch 1.1-4.lvn6 installed
mplayer-gui.x86_64 1.0-0.80.20070715svn.l installed
mplayerplug-in.i386 3.40-1.lvn7 installed
Available Packages
compat-libstdc++-296.i386 2.96-138 fedora
firefox.x86_64 2.0.0.5-1.fc7 updates
firefox-devel.i386 2.0.0.5-1.fc7 updates
firefox-devel.x86_64 2.0.0.5-1.fc7 updates
mplayer.i386 1.0-0.80.20070715svn.l livna-32bit
mplayer-gui.i386 1.0-0.80.20070715svn.l livna-32bit
totem-mozplugin.x86_64 2.18.1-3.fc7 fedora

-- in Firefox, location= about:Plugins lists an impressively large & useful list.

-- the jre*rpm.bin apparently lives happily (or simply over-wrote) my previous failed attempt using the not-rpm-bin version


PS Sorry this is long, but A) in case it matters to the experts B) curious if someone knows a better way to link to the most recent Firefox in Step 6

Thanks

PS2 Will packages not listed in fedora32bit.repo be listed under "livna" as opposed to "livna-32"?

leigh123linux
2nd August 2007, 12:08 PM
Hi ,

==> big question: Is there any chance of entering dependancy hell using default automatic yum updates with the above repo setup? For example, are there any packages I should not allow to update automatically?

I have been running with all the 32 bit repo's enabled ( they are limited to certain packages ) and had no problems from it .


i.e

firefox libgnomeui libbonoboui libgnome SDL fribidi libXv libXvMC libdv mikmod slang aalib enca imlib2 libmpcdec lirc lzo openal portaudio xmms-libs libid3tag xine-plugin mplayer mplayer-gui mplayer-doc libdvdnav a52dec faac faad2 ffmpeg gsm lame libdvdread libmad libmp4v2 mplayer-fonts xvidcore lame-libs mplayerplug-in

all the others are excluded .


==> flip side: if the lines in fedora32bit.repo are set to "enabled=0", will it break yum-updatesd?

There will be times that yum-updatesd wont be able to update if disabled ( this is the same if you have livna disabled )

-- Lesser question: why both mplayerplug-in and mplayerplugin-in.i386? Don't they both point to the 32 bit version?

one plugin is installed in /usr/lib64/firefox and the other in /usr/lib/firefox so both are needed , I also only use mplayer.x86_64

Installed Packages
mplayer.x86_64 1.0-0.80.20070715svn.l installed
mplayer-codecs.x86_64 3:20061022-1 installed
mplayer-codecs-extra.x86_64 3:20061022-1 installed
mplayer-doc.x86_64 1.0-0.80.20070715svn.l installed
mplayer-fonts.noarch 1.1-4.lvn6 installed
mplayer-gui.x86_64 1.0-0.80.20070715svn.l installed
mplayer-skins.noarch 1.8-1 installed
mplayerplug-in.i386 3.40-1.lvn7 installed
mplayerplug-in.x86_64 3.40-1.lvn7 installed
Available Packages





-- Lesser question#2: why does Leigh keep both the 64 and 32 bit versions of the plugins and firefox? Why would anyone need both?


I prefer using 64 bit but keep the 32 bit for java .



Leigh

lphilosophy
3rd August 2007, 01:48 AM
There will be times that yum-updatesd wont be able to update if disabled ( this is the same if you have livna disabled )The update problem I encountered in FC6 happened after I fixed beagle, which meant installing non-Fedora mono and mono.repo. I noticed beagle isn't installed by default on "workstation" anymore. ... Thanks for the tip on livna.repo, I'll enable it again.

one plugin is installed in /usr/lib64/firefox and the other in /usr/lib/firefox so both are needed , I also only use mplayer.x86_64
~snip~
I prefer using 64 bit but keep the 32 bit for java .Just curuious, but functionality-wise, are there any practical differences between 64 and 32 bit Firefox? Why not keep only one copy for simplicity?

.. I'm thinking in terms of anyone new to Fedora, who might also have a slow net connection. The prototypical www.fedorafaq.org audience.

I've noticed that the firefox-bin process uses slighly more processor time now, but I simply assumed that was because flash was working correctly now. I guess I don't understand the benefit of wide processors for applications besides number crunching

GregLee
19th August 2007, 07:45 AM
I couldn't get the 64 bit Java plugin from Blackdown working in 64 bit Firefox until today, when I found one or two mistakes I had made previously. As you know, part of the installation procedure is to make a soft link from Firefox's plugins directory to the plugin in the Java directory. I had done that previously as root, but today I tried as just me, and found that I couldn't, because Blackdown had arranged for the directory j2sdk1.4.2 to be installed without read or execute permission for "other". So as root, I said "chmod o+rx /home/j2sdk1.4.2" and then made the link as directed in the document here (http://plugindoc.mozdev.org/linux-amd64.html) -- that is, I created the directory ~/.mozilla/plugins, then did "ln -s /home/j2sdk1.4.2/jre/plugin/amd64/mozilla/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so" . Now it works.

Kevin Sumner
16th September 2007, 01:03 PM
thanks leigh.... worked on my 64-bit system perfect.

clearer
22nd October 2007, 04:39 PM
A lot of things are changing with F8 so I suggest this one be closed and a new thread be started for F8.

mwette
28th October 2007, 07:23 PM
Something happened w/ recent updates. This has been working for me
but now, I seem to be running x64 version again. Flash is not working :(
Any hints to get going w/ firefox-32 again? -- Thanks, Matt