|
|
发表于 2004-9-21 21:04:03
|
显示全部楼层
查看错误信息,
如果是类似如下内容:
Warning: charset "ZH.EUC" not supported, using "ISO8859-1".
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 45 (X_OpenFont)
Value in failed request: 0x2a00011
Serial number of failed request: 162
Current serial number in output stream: 163
用如下方法:
# vi /usr/local/Acrobat5/bin/acroread 参看自己的实际安装位置
在 #!/bin/sh下面添加
LANG=en_US
export LANG |
|