このガイドに従って、UK2 共有ホスティング サーバーに git をインストールしようとしています。
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 をインストールできません。
欠けているものはありますか、それとも私のホスティング サーバーでは不可能ですか?
どうもありがとう