hello,
Did anyone get acrobat7 running on x86_4 machine?
In my case it looks like this:
[~]$ /usr/local/Adobe/Acrobat7.0/bin/acroread /usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory [~]$ locate libXext.so.6 /usr/X11R6/lib64/libXext.so.6.4 /usr/X11R6/lib64/libXext.so.6 [~]$
then I look here
[~]$ cat /etc/ld.so.conf include ld.so.conf.d/*.conf
[~]$ ls /etc/ld.so.conf.d/ qt-x86_64.conf xorg-x11-x86_64.conf [~]$ cat /etc/ld.so.conf.d/xorg-x11-x86_64.conf /usr/X11R6/lib64 [~]$
so what is wrong?