12 Kasım 2013 Salı

sh: adchkutl.sh: command not found

Problem:

sh: adchkutl.sh: command not found
i got this error while cloning
I ran
perl adcfgclone.pl dbTier
I got this error

Solution:


Add the directory with the PERL executable to the path (added . to the path, so that #2 will not occur).
Instead of:
perl adcfgclone.pl dbTier

Use:

perl ./adcfgclone.pl dbTier


Note:./filename - You are referring to filename in current directory

Hiç yorum yok:

Yorum Gönder