ArcSDE 9.2 SP3 applypatch script fails when TAR command resides in non-default location.
上次发布: August 31, 2014No Product Found
漏洞 ID 编号
NIM011995
已提交
September 25, 2007
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
1. Backup the applypatch script.2. Edit applypatch script.3. Duplicate the TAR variable line in the defaults section. 4. Comment out one of the TAR variables.5. Change the directory the TAR variable uses to the value returned by the "which" command. i.e. TAR="/usr/bin/tar" # TAR="/bin/tar"6. save the updated script.7. Execute applypatch.