On Sun, 25 May 2003, Thomas V. Fischer wrote:
I have installed RH9 and the latest kernel update. When I run acrobat
reader, it tries to start but then bails out giving a segment fault. I
installed the latest version of acrobat on adobe.com
Unicode hassles. Acrobat reader can't handle it.
Workaround:
Define an alias in /etc/bashrc:
alias acroread='LANG=C acroread'
# vi `which acroread`
#!/bin/sh #
ver=5.0 install_dir=/usr/local/Acrobat5/Reader # RHL 8.0 LANG=C export LANG
# # Prepend a colon separated environment variable # $1 string to be prepended # $2 environment variable #
-- shrek-m