Estou tentando configurar o qemu com este comando:
$ ./configure \
--target-list=aarch64-softmmu \
--cross-prefix=aarch64-linux-gnu- \
--with-coroutine=gthread \
--enable-fdt \
--enable-kvm \
--disable-werror \
--audio-drv-list="" \
--static
Mas recebo este erro:
ERROR: zlib check failed
Make sure to have the zlib libs and headers installed.
Mesmo que eu tenha instalado e usando este comando:
$ whereis zlib.*
Eu recebo esta saída:
$ zlib: /usr/include/zlib.h /usr/share/man/man3/zlib.3.gz
Alguém pode me dizer por que diz que o teste zlib falhou? e como devo proceder?