我正在尝试按照本指南将 git 安装到我的 UK2 共享托管服务器上:
http://www.randallkent.com/development/install-git-on-a-cpanel-shared-hosting-account
当我收到以下错误时,我必须执行最后几个步骤“make”和“make install”:
config.status: executing config.mak.autogen commands
* new build flags
CC credential-store.o
In file included from credential-store.c:1:
cache.h:19:18: warning: zlib.h: No such file or directory
In file included from credential-store.c:1:
cache.h:21: error: expected specifier-qualifier-list before ‘z_stream’
make: *** [credential-store.o] Error 1
我的托管服务提供商为我启用了 zlib 压缩,但我仍然无法安装 git。
有什么我遗漏的东西还是在我的托管服务器上不可能?
非常感谢