Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Software installation problem

Status
Not open for further replies.

dupstef

Technical User
Jan 8, 2002
3
FR
I have to install a software on SCO openServer 5.0.6, which was designed to run on SCO openServer 5.0.0. The installation guide tells we have to use Install.sh, after having mounted the cdrom. When in execute Install.sh (that is in /usr/lbin) the system reads the floppydrive and asks me how many floppies I have.
And when I use SCOADMIN SO, it returns me an error message.
What can I do ?
Thanks a lot.
Dupstef
 
I have never used any software that used the Install.sh but looking at the script it is for packages in the "PLUS" format. You might be able to specify the "DRIVE" on the command line :

if [ $# -eq 2 ]
then DRIVE=$1
else DRIVE=/dev/rdsk/f0
fi

ie /usr/lbin/Install.sh /$CDROMMOUNTPOINT

hth
stan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top