Acrobat problems
I remember working through this problems many years ago but have run in
to it again and can't remember the fix:
Acrobat 4.05 for Solaris x86 (8 & 10) installs fine. When I try to run it I get this
error:
# ./acroread
ld.so.1: ./acroread: fatal: libreadcore.so: open failed: No such file or
directory
Killed
#
Any suggestions?
Bill
[403 byte] By [
Nitabills] at [2007-11-26 10:37:00]

# 1
Problem solved.
Like a bad dream it came back to me (only after much weeping, wailing, and gnashing of teeth):
There seems to be two acroread executables:
/opt/Acrobat4/bin/acroread
&
/opt/Acrobat4/Reader/intelsolaris/bin/acroread
It turns out:
/opt/Acrobat4/Reader/intelsolaris/bin/acroread is the actual executable binary. However, it needs certain variables to be set; running it results in a dependency error.
The file /opt/Acrobat4/bin/acroread is a startup script that sets up the environment necessary for the actual binary; running the script (/opt/Acrobat4/bin/acroread) works like a champ!
I hope this saves someone else some problems
Bill