ftp ftp.adobe.com (log in as user ftp) cd /pub/adobe/acrobatreader/unix/3.x get ar302lin.tar.Z
tar xvf ar302lin.tar.ZThis creates a sub-directory named ILINXR.install containing the installation program and readmes.
With your favorite text editor, create /usr/lib/linux/bin/uname to include the following:
#! /bin/sh # @(#) uname spoofer for lxrun # place into /usr/lib/linux/bin as uname (executable) # Put that pathname earlier in PATH before system uname (/usr/bin) # uname spoof # if [ -z "$1" ] ; then echo "Linux" else case "$1" in "-s") echo "Linux" ;; "-n") node=`/usr/bin/uname -n` echo $node ;; "-r") echo "2.0.34" ;; "-v") echo "uw7lxrun" ;; "-a") node=`/usr/bin/uname -n` echo "Linux $node 2.0.34 uw7lxrun i486 SCO" ;; "-m") echo "i486" ;; *) echo "uname spoofer for lxrun" echo "usage: uname [-snrvma]" ;; esac fi
chmod a+x /usr/lib/linux/bin/uname PATH=/usr/lib/linux/bin/:$PATH
mkdir /usr/lib/linux/usr/local/Acrobat3 cd /usr/local ln -s /usr/lib/linux/usr/local/Acrobat3 Acrobat3
./INSTALL
Follow the installation prompts, accepting the defaults shown. Be sure to accept /usr/local/Acrobat3 as the installation directory.
A basic sanity test is to open the file listed at the bottom of the File menu (reader.pdf).
To set up your system to run Adobe Acrobat directly, you can either: