Acrobat Reader problem

Tom 'Needs A Hat' Mitchell mitch48 at sbcglobal.net
Sun Apr 4 17:17:57 UTC 2004


On Sun, Apr 04, 2004 at 08:00:54PM +0300, Jose Kilpua wrote:
> 
> I downloaded Acrobat Reader for Linux from Adobe. I installed it - no 
> errors.
> Now I try to use it (as user and as root) , it says Aborted. What I should 
> do, to get it running?
> I am using latest stable kernel 2.4.22-1.2174.nptl
> [jose at josehost bin]$ /usr/local/Acrobat5/bin/acroread /home/jose/TSG03.pdf
> Warning: charset "UTF-8" not supported, using "ISO8859-1".
> Aborted

Try this little wrapper:

    #!/bin/bash
    export LANG=en_US
    export LC_ALL=en_US
    #/usr/local/Acrobat4/bin/acroread $*
    /usr/local/Acrobat5/bin/acroread $*


-- 
	T o m  M i t c h e l l 
	/dev/null the ultimate in secure storage.





More information about the fedora-list mailing list