Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm having an absolute nightmare with upgrading from Suse 10.2 to 10.3. Long story short, I had to wipe and start over, and now that everything is for the most part back up and running, I'm having some small strange issues that I didn't have with my laptop (which upgraded from 10.2 to 10.3 without a hitch).
Specifically, Firefox refuses to take the Flash and Adobe Reader plugins (even though they do work in Konqueror). I'm also having trouble relocating the microsoft core font package.
I do have packman, the OSS and the Non-Oss repositories enabled but I'm still having a ridiculous amount of trouble with this stuff. I think it all stems from installing from the CD without a live network connection...maybe something to do with that particular base system that is screwing with my ability to get some of this other stuff to work?
I've tried uninstalling, reinstalling, force updating and just about everything I can think of to get flash to work in Firefox, up to trying to download and install directly. At best, I'll get a placeholder for the flash object in the browser, but nothing will ever load.
As for the fonts, I was pretty sure I've gotten the microsoft fonts as part of a basic software update (they were always optional installs in past versions), but I can't seem to find the package anywhere.
download the flash.tar.gz instead of the flash.rpm and extract it with this command tar zxvf flashplayer-x.tar.gz (the x is the version number). then logon as root to copy the flashplayer.so to /usr/lib/mozilla/plugins/
the command will be (cp flashplayer .so /usr/lib/mozilla/plugins/
remember linux is to enjoy the freedom of choice and control your destiny.
When I do this, I'm getting an error that says: ERROR: Your architecture, \'x86_64\', is not supported by the Adobe Flash Player installer.
Prior to upgrading to 10.3, flash worked fine, so I know that error can't be right. I downloaded the tar.gz from Adobe's official location....Is there somewhere else I should be looking?
There is a flash-player package on the install disk, or you can install it form the repository.
I think it creates a wrapper in /usr/lib64/browser-plugins/ that uses the library in /usr/lib/browser-plugins/.
Code:
rpm -qa | grep flash
flash-player-9.0.48.0-16
hpamd64:/home/jschiwal/delllapinitrd # rpm -qiq flash-player
Name : flash-player Relocations: (not relocatable)
Version : 9.0.48.0 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release : 16 Build Date: Fri Sep 21 17:02:40 2007
Install Date: Sun Nov 11 06:08:59 2007 Build Host: poincare.suse.de
Group : Productivity/Networking/Web/Browsers Source RPM: flash-player-9.0.48.0-16.src.rpm
Size : 13930456 License: Any commercial, individual distribution permission.
Signature : DSA/SHA1, Fri Sep 21 17:05:39 2007, Key ID a84edae89c800aca
Packager : http://bugs.opensuse.org
Summary : Macromedia Flash Plug-In
Description :
This package contains Macromedia's Flash plug-in for the supported Web
browsers. This includes Netscape6, Mozilla (all Gecko browsers), and
Konqueror.
Authors:
--------
Adobe Systems Incorporated
Distribution: openSUSE 10.3 (i586)
hpamd64:/home/jschiwal/delllapinitrd # rpm -ql flash-player
/usr/bin/flashplayer
/usr/lib/browser-plugins/flashplayer.xpt
/usr/lib/browser-plugins/libflashplayer.so
/usr/share/doc/packages/flash-player
/usr/share/doc/packages/flash-player/README
hpamd64:/home/jschiwal/delllapinitrd # file /usr/lib/browser-plugins/libflashplayer.so
/usr/lib/browser-plugins/libflashplayer.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
hpamd64:/home/jschiwal/delllapinitrd # locate libflashplayer.so
/usr/lib/browser-plugins/libflashplayer.so
/usr/lib64/browser-plugins/npwrapper.libflashplayer.so
I am running SuSE 10.3 on a HP zv5000 AMD64 laptop. It is the 64 bit distro.
Also look in YaST2. The Software section has a module to select alternate repositories. The ones in this list seem to work better than others for Media type packages.
I figured out the flash trouble. Turns out that the latest version of nspluginwrapper was getting some sort of error every time it tried to install either the acroread or the flash plugins. I reinstalled an older version of nspluginwrapper, and now everything is golden.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.