- 论坛徽章:
- 0
|
Hi,All
原来FC5下使用AdobeReader(acroread)没有问题,升级到了FC6之后出问题了:
运行acroread报错:expr: 语法错误
网上找了一下,说是找gtklib的时候不能匹配:
Install Adobe Acrobat
10 October 2006
To view PDF files, Fedora includes evince, however this application is very basic and may not work will all PDF's.
Download Acrobat from: http://www.adobe.com/products/acrobat/readstep2_allversions.html
Select:
Operating system: Unix/Linux
Version: Linux (.rpm)
Your language.
The current version of Adobe Acrobat is 7.0.8 and download size is between 45-60MB depending on your language. (Not all languages are supported under Linux).
- [mirandam@charon downloads]$ sudo rpm -ivh AdobeReader_enu-7.0.8-1.i386.rpm
复制代码
NOTE: There is a problem with v7.0.8 and will not work properly in FC6.
To fix, edit as root:
- [mirandam@charon ~]$ sudo gedit /usr/bin/acroread
复制代码
Make the following changes:
Line ~418:
From:
- echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
复制代码
To:
- echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
复制代码
Line ~643:
From:
To:
More information: http://www.adobeforums.com/cgi-bin/webx/.3bc14512
Acrobat Browser Plugin
The browser plugin is NOT automatically installed. This is optional. To install it:
- [mirandam@charon downloads]$ sudo ln -s /usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so /usr/lib/mozilla/plugins/nppdf.so
复制代码
按照上面的修改,倒是不报错了,但是还是用不了,执行之后还是没反应
后来改装英文版之后修改,依然。
有没有解决了的,如何解决?
谢谢! |
|