LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fixing acrobat reader on redhat 8 (https://www.linuxquestions.org/questions/linux-software-2/fixing-acrobat-reader-on-redhat-8-a-60700/)

macewan 05-19-2003 04:14 PM

fixing acrobat reader on redhat 8
 
from term window type this:

su

vi /usr/local/Acrobat5/bin/acroread

* add this *

LANG=en_US
export LANG


///////////// the top of the file should look like this //////////////////

#!/bin/sh
#
LANG=en_US
export LANG
ver=5.0
install_dir=/usr/local/Acrobat5/Reader




/////////////////////////////////////////////////////////////

//////////////////// before it looked like this ///////////////////////////
#!/bin/sh
#


ver=5.0
install_dir=/usr/local/Acrobat5/Reader

//////////////////////////////////////////////////

note the difference is:

LANG=en_US
export LANG


now save the file

:wq
exit

^- don't forget to exit from root =)

whoami
bob
acroread

http://www.deadmule.com/macewan/scre...p/acroread.jpg

http://www.deadmule.com/macewan/scre...wserPlugin.jpg

jessepangburn 06-06-2003 10:50 AM

thanks macewan!!! worked like a charm on Redhat 9 too.


All times are GMT -5. The time now is 03:30 AM.