Having run into the nasty problem with acrobat reader in the Linux (Fedora 13 64bit):
/opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libfontconfig.so.1: wrong ELF class: ELFCLASS64
it says I should find a 64 bit version of libfontconfig library?
Solution simple but efficacious - reinstall the 64 bit version :
yum list uninstalled "*fontconfig*"
---
# yum list uninstall "*fontconfig*"
Loaded plugins: presto, refresh-packagekit
Available Packages
fontconfig.i686 2.8.0-1.fc12 @updates
fontconfig.x86_64 2.8.0-1.fc12 @updates
fontconfig-devel.x86_64 2.8.0-1.fc12 @updates
fontconfig-devel.i686 2.8.0-1.fc12 updates
mingw32-fontconfig.noarch 2.6.0-10.fc12 fedora
should it be the fontconfig*.x86_64?
yum -y install fontconfig.x86_64 fontconfig-devel.x86_64
ok, now take another try with acroread, actually it started up but seemingly unpleasantly. Here is the complaints:
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(acroread:15712): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: wrong ELF class: ELFCLASS64
Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: wrong ELF class: ELFCLASS64
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64
3 comments:
or just download some released library(64bit) to replace the incompatible on in /usr/lib
http://www.xinotes.org/notes/note/1005/
For latest information you have to pay a quick visit world-wide-web and on internet I found this web page as a best site
for newest updates.
Here is my web-site; orquesta atraccion
Post a Comment