SCM install fails with "I18PRNTF: not found [No such file or directory]"
search cancel

SCM install fails with "I18PRNTF: not found [No such file or directory]"

book

Article ID: 45294

calendar_today

Updated On:

Products

CA Harvest Software Change Manager - OpenMake Meister CA Harvest Software Change Manager

Issue/Introduction

Harvest SCM component installation fails on LINUX

./INSTALL.SH[3433]: I18PRNTF: not found [No such file or directory]

Environment

Harvest-Software Change Manager
All versions
Linux/Unix operating systems

Cause

The script might have been written to invoke the Korn shell instead of the Bash or C-shell.

Resolution

If you encounter this problem, you can request that Engineering provide a new script invoking the correct Linux/Unix shell.

However, it is also possible to fix the script with the following Unix/Linux command:

sed -i 's/ksh/sh/g' <script name>