Kbase 13844: Motorola install - mt: not found - add /usr/ucb to $PATH
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Motorola install - mt: not found - add /usr/ucb to $PATH
DRAFT COPY - Currently under review and edit.
INTRODUCTION:
============
This PROGRESS Software Technical Support Knowledgebase
entry describes how to correct an installation error you
may receive when installing on a Motorola.
WHY YOU NEED THIS:
=================
If you get the error:
ux:sh ./proinstall: error mt: not found
during a Motorola installation, then your environment
variable PATH may need modifying.
PROCEDURAL APPROACH:
===================
If you get the above error, then make sure the path for
'mt' is in your PATH. It may be found in /usr/ucb if you
don't know where to look. Once the PATH has been updated,
the installation should run fine.
Set PATH to include /usr/ucb as follows:
For Bourne Shell:
PATH=$PATH:/usr/ucb; export PATH
For C Shell:
setenv PATH: $PATH:/usr/ucb
REFERENCES TO WRITTEN DOCUMENTATION:
===================================
Systems Administration Guide
Progress Software Technical Support Note # 13844