Linux|系统管理|WEB开发

关注Linux,系统管理,WEB开发以及开源世界

在64位Linux系统上安装Adobe Air

| Comments

安装方法其实32位上没有区别,只是安装后,不做一些修改,会出现下面的错误:

$ Adobe AIR Application Installer
 Error loading the runtime (libadobecertstore.so: cannot open shared object file: No such file or directory)

我们要做的工作就是把这个库文件copy到32位库目录上

cp /usr/lib/libadobecertstore.so /usr/lib32

Comments