CSUF LogoCSUF Site Navigation
optics.csufresno.edu

F8 Multimedia-Based Applications & Setup Acrobat Reader

Department of Electrical and Computer Engineering
Assistant Professor Gregory R. Kriehn
Forums
Wiki
F8 Acrobat Reader & Plugin

To start, head over to Adobe's website:

http://www.adobe.com/products/acrobat/readstep2.html

Verify that you are going to down load the Linux .rpm, version 8.1.1, and click on Download now. Once it is downloaded, install the rpm: with the su -c command:

~> su -c  'rpm -vhi AdobeReader_enu-8.1.1-1.i486.rpm'
You should see the rpm successfully install:
Preparing...                ########################################### [100%]
   1:AdobeReader_enu        ########################################### [100%]
The browser comes with a plugin module called nppdf.so, which allows the Adobe Reader to be launched inside a Firefox window. Unfortunately, it installs into multiple locations, when the only place it really needs to be is in /usr/lib/mozilla/plugins. To fix the problem, delete the other locations where the plugin was installed:
~> sudo rm /usr/lib/firefox-*/plugins/nppdf.so
~> sudo rm /root/.mozilla/plugins/nppdf.so
~> sudo rm ~/.mozilla/plugins/nppdf.so
Then verify that the plugin is located in /usr/lib/mozilla/plugins:
~> ls /usr/lib/mozilla/plugins/nppdf.so
/usr/lib/mozilla/plugins/nppdf.so
Note:  If SELinux prevents the Acrobat browser plugin from loading properly, change its security context:
~> sudo chcon -t textrel_shlib_t /usr/lib/mozilla/plugins/nppdf.so
Adobe Acrobat Reader is now installed for F8.