User Tools

Installing OpenGenera 2.0 on Tru64 5.1B

For whatever reason, the installation of OpenGenera 2.0 on Tru64 5.1B fails due to broken paths in the installer script. You can fix this by modifying the installer script, or:

mount -t cdfs -o noversion /dev/disk/cdrom0c /cdrom
mkdir -p /usr/local/genera           # temporary location for installer files
mkdir -p /usr/local/temp/genera      # temporary location for resulting setld files
mkdir /usr/local/temp/genera/instctrl
cp -r /cdrom/* /usr/local/genera
Source="/usr/local/genera/AXP/OSF"
Target="/usr/local/temp/genera"
ln -s $Source/VLM.image $Target/VLM.image
ln -s $Source/VLMBASE200 $Target/VLMBASE200
ln -s $Source/SUBSETS/VLM.image $Target/instctrl/VLM.image
ln -s $Source/SUBSETS/VLM200.comp $Target/instctrl/VLM200.comp
ln -s $Source/SUBSETS/VLMBASE200.ctrl $Target/instctrl/VLMBASE200.ctrl
ln -s $Source/SUBSETS/VLMBASE200.inv $Target/instctrl/VLMBASE200.inv
ln -s $Source/SUBSETS/VLMBASE200.scp $Target/instctrl/VLMBASE200.scp
setld -l /usr/local/temp/genera

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information