安裝或執行clone報錯 Unable to find 'kshell' in path
今天在試驗透過autoconfig修改ebs 11i的主機名和IP,執行perl adcfgclone.pl appsTier的時候報錯:
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for cc... found - /usr/bin/cc
Checking for ar... found - /usr/bin/ar
Checking for ksh...
Unable to find 'kshell' in path
Unable to locate all utilities with system path.
檢查ksh版本
[oracle@ebs11i webui]$ which ksh
/usr/bin/ksh
[oracle@ebs11i webui]$ ll /usr/bin/ksh
lrwxrwxrwx 1 root root 28 Sep 7 2009 /usr/bin/ksh -> /etc/alternatives/ksh-usrbin
[oracle@ebs11i webui]$ ll /etc/alternatives/ksh-usrbin
lrwxrwxrwx 1 root root 8 Nov 26 09:53 /etc/alternatives/ksh-usrbin -> /bin/ksh93
作業系統的版本redhat linux 5.4,ksh是ksh93的,
EBS 11i上歲數了,這麼生猛的東西好像消化不了,還是吃點米粥鹹菜吧
執行 export KSH_VERSION='@(#)PD KSH v5.2.14 99/07/13.2',讓它相容ksh88的規範,然後再執行clone操作。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11289933/viewspace-749949/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SSL - SSLHandshakeException: unable to find valid certification path to requested targetException
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- 終端報錯"xcrun: error: unable to find utility “xcodebuild”, not a developer tool orErrorXCodeUIDeveloper
- Vue安裝依賴報錯:checking for Python executable "python" in the PATHVuePython
- windows下安裝python3.6.4完成,執行報錯WindowsPython
- Unable to find a specification for ''
- 記一次 報錯:Android ClassNotFoundException: Didn't find class on pathAndroidException
- OEL6.8上安裝11.2.0.2執行root.sh報錯
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI
- 在 Ubuntu 上安裝 .NET SDK 或 .NET 執行時Ubuntu
- 安裝heapster報錯
- 安裝VUE報錯Vue
- pip install scrapy報錯:error: UnableError
- 【INSTALL】Oracle12c 在centos8.3安裝報錯“no oraInstaller in java.library.path”OracleCentOSAIJava
- CentOS7中使用yum安裝時報cannot find a valid baseurl for repo錯誤CentOS
- WordPress 線上安裝或更新錯誤
- 執行用例報錯
- freeipa server安裝報錯Server
- Linux安裝virtualenvwrapper報錯LinuxAPP
- snipMate安裝後報錯
- CDC linux安裝報錯Linux
- pip 安裝 grpcio 報錯RPC
- eslint-plugin-import Unable to resolve path to moduleEsLintPluginImport
- 安裝ROS出現 Unable to Correct Problems ‘You have Held Broken Packages’ 錯誤ROSPackage
- npm 或 yarn安裝依賴報錯 EPERM: operation not permitted, unlink 解決方法NPMYarnMIT
- iOS-第一次安裝cocoapods很慢或出錯怎麼辦?Unable to add a source with url https://github.com...iOSHTTPGithub
- Kibana安裝與執行
- yii執行phpunit時報錯PHP
- idea上執行scala報錯Idea
- 執行web專案報錯Web
- sh指令碼執行報錯指令碼
- 關於安裝ros和執行tuetlebot3的錯誤ROS
- 安裝grid軟體報錯
- eclipse 4.8安裝fat報錯Eclipse
- Composer 安裝 Laravel/passport 報錯LaravelPassport
- Kubernetes安裝報錯總結
- python (pip)安裝talib報錯Python
- 完美解決xhost +報錯: unable to open display
- 安裝ElasticSearch-6.2.3所遇到的安裝報錯Elasticsearch