1
我們在Unix服務器(Solaris 10)上安裝了GIT軟件包。安裝後,我們在運行GIT命令時收到錯誤。由於.profile設置未找到版本'SUNW_1.2'的Solaris 10 GIT
[email protected]:/home/acdbad1> git
ld.so.1: git: fatal: libz.so.1: version 'SUNW_1.2' not found (required by file /opt/git/bin/git) ld.so.1: git: fatal: libz.so.1: open failed: No such file or directory Killed
我們已經回到UNIX支持,但不能得到滿意的答覆。他們一直在說我的.profile
有一些不能讓它通過的設置。
我們重命名了我們的.profile
文件並試用了它,並且我們能夠運行git命令。但我們的.profile
有很多我們不想避免的設置。
那麼,有人可以告訴我們我們可以在服務器上運行git而不忽略.profile
文件嗎?
如果需要,將能夠提供更多細節。
問候, 拉克什曼
這不是問題的答案。 –
以下是我們導出的路徑 LD_LIBRARY_PATH =/app/localapps/oracle/oracle64/lib32:/ usr/lib:/ usr/local/lib:/ lib:/ opt/csw/lib/sparcv9 LD_LIBRARY_PATH = $ {LD_LIBRARY_PATH} $ {LD_LIBRARY_PATH_32}: export LD_LIBRARY_PATH PATH =/app/localapps/pcre/bin:/ app/localapps/apr/bin:/usr/perl5/5.8.4/bin:/ app/localapps// usr/lib:/ usr/sfw/lib:/ usr/dt/lib:/ usr/openwin/lib:/ usr/lib:/ lib:/ usr/s 012/163 /斌:在/ usr/CCS /斌:在/ usr/UCB中:/ etc:/應用/ localapps/ORACLE/oracle64 /斌:/家庭/ acdbad1/bin中:/應用/ localapps/ORACLE/oracle64/LIB32:$ {GIT_HOME} :。 export PATH – Lakshman
ldd git報告什麼? – c0t0d0s0