Posted by: Administrator
on July 07, 2004 04:30 AM
The acroread downloaded from Adobe's website not working has been an issue for quite some time. The problem is that Acrobat 5 doesn't handle Unicode locales properly. To fix the issue just change the link in<nobr> <wbr></nobr>/usr/local/bin to a script:
Adobe's Acroread not working
Posted by: Administrator on July 07, 2004 04:30 AM#!/bin/bash
env LANG=C<nobr> <wbr></nobr>/usr/local/Acrobat5/bin/acroread $@
#