Hi, I am installing SAMTOOLS in my SuSE Enterprise server.
I am getting this error:
gcc -c -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_USE_KNETFILE -D_CURSES_LIB=1 -I. bgzf.c -o bgzf.o
In file included from bgzf.c:36:
bgzf.h:29:18: error: zlib.h: No such file or directory
The zlib library is already installed. I tried to install zlib1g-dev, but it is not available in the Enterprise repositories, and couldn't find the rpm file.
Could anyone help me to solve this problem?
Thanks
I am getting this error:
gcc -c -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_USE_KNETFILE -D_CURSES_LIB=1 -I. bgzf.c -o bgzf.o
In file included from bgzf.c:36:
bgzf.h:29:18: error: zlib.h: No such file or directory
The zlib library is already installed. I tried to install zlib1g-dev, but it is not available in the Enterprise repositories, and couldn't find the rpm file.
Could anyone help me to solve this problem?
Thanks
Comment