Jos Vos schrieb:
On Wed, Nov 12, 2003 at 09:43:53AM +0100, Mirko Streckenbach wrote:
Has anybody gotten Acrobat Reader 5.08 to work? It crashesTry LANG=C.
here on several occasions:
with 5.0.7 no problems eg 4 pdf-files with 300 - 500 pages
-------- # vi `which acroread`
#!/bin/sh
#
ver=5.0.7 install_dir=/usr/local/Acrobat5/Reader ## here eg. C de_DE en_EN ... export LANG=de_DE # # Prepend a colon separated environment variable # $1 string to be prepended # $2 environment variable [...........] --------
-- shrek-m