Instalation Problems - fatal error: zlib.h missing

Issue #1 resolved
Former user created an issue

Hi! I'm trying to install KMA but there is a problem when do "make". I' using Ubuntu 18.04.03. I cloned KMA from bitbucket, type make and receive this mensage:

cc -Wall -O3 -std=c99 -c -o align.o align.c cc -Wall -O3 -std=c99 -c -o alnfrags.o alnfrags.c In file included from alnfrags.h:24:0, from alnfrags.c:23: filebuff.h:21:10: fatal error: zlib.h: No such file or directory #include <zlib.h> ^~~~ compilation terminated. <builtin>: recipe for target 'alnfrags.o' failed make: *** [alnfrags.o] Error 1

Can you help me? Thanks a lot

Rondon Neto

Comments (3)

  1. ptlcc

    Hi Rondon

    It seems you are missing the zlib library, you can install it this cmd:

    sudo apt-get install libz-dev

    Best,

    Philip

  2. Log in to comment