Git installation RHEL Linux failing with "warning: zlib.h: No such file or directory" -
i installing git following document.
but getting below error after running make command http://www.thegeekstuff.com/2011/08/git-install-configure/
[root@liaan17 git-1.8.2.3]# make cc credential-store.o
in file included credential-store.c:1:
cache.h:19:18: warning: zlib.h: no such file or directory
in file included credential-store.c:1:
cache.h:21: error: expected specifier-qualifier-list before ‘z_stream’
Comments
Post a Comment