Using splunk in Fedora9 x86_64
For those who use Linux as their primary desktop, using splunk can be a chore. Splunk dashboards are built on Flash9. So, you will likely need the following commands (as root, or sudo) to get Flash working.
- rpm -ivh http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-9.0.124.0-release.i386.rpm
- yum install nspluginwrapper.{i386,x86_64} pulseaudio-lib.i386
- yum install flash-plugin
- yum erase rhythmbox.*
- mozilla-plugin-config -i -g -v
- mozilla-plugin-config nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
(Optionally, if you haven’t imported the Adobe GPG key, you will have to run the following command)
- #rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
