OK, I’ve found the problem, but not necessarily the solution.
For someone looking for a nice, plain English way of installing Real Player, looky-here: http://elearning.ibc.ac.th/node/36
While poking around in Firefox, I’ve needed to change a value in about:config. When you open this, you’ll get a scary error message. Just open it, search for plugin.expose_full_path, and set to TRUE (double-click).
I’ve got this working, after tying myself in knots, by following the instructions above to the letter. The three lines at the bottom were what fixed it for me.
So, I’m going to pop them here as well. I normally don’t do this, but I definitely don’t want to lose this info!
The following steps show how to install Real Player 11 and Mozilla Plugin for Firefox 3.0 browsers running on Hardy Heron.
Download Real Player 11 from:
www.real.com/linux
Open a terminal and change to the directory where the file was downloaded. Grant execute permissions and run the setup using the following commands:
chmod 770 RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
Use the following default installation directory during the installation:
/opt/real/RealPlayer
The installer will copy the files and create menu shortcuts. Then run the following commands.
cd /usr/lib/firefox-addons/plugins
sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.xpt nphelix.xpt
sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.so nphelix.so
sudo mv /usr/lib/totem/gstreamer/libtotem-complex-plugin.so ~/.
Open Firefox and type about:plugins in the address bar. Scroll down and look for the following entry.
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible
File name: /opt/real/RealPlayer/mozilla/nphelix.so
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.4005 built
with gcc 3.4.3 on Feb 25 2008
If found, your Real Plugin is installed properly!