码迷,mamicode.com
首页 > 其他好文 > 详细

安装编译qemu-kvm报错Make sure to have the zlib libs and headers installed.

时间:2014-07-14 12:08:30      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:qemu-kvm

[root@node2 qemu-kvm.git]# ./configure


Error: zlib check failed

Make sure to have the zlib libs and headers installed.

解决上面报错需要安装zlib相关的软件

[root@node2 qemu-kvm.git]# yum install zlib*


安装完上面软件后继续出现下面报错

[root@node2 qemu-kvm.git]# ./configure

glib-2.12 required to compile QEMU


解决上面的报错继续安装glib相关的模块

[root@node2 qemu-kvm.git]# yum install -y glib*


再次执行配置操作可以正常执行

[root@node2 qemu-kvm.git]# ./configure

Install prefix    /usr/local

BIOS directory    /usr/local/share/qemu

binary directory  /usr/local/bin

library directory /usr/local/lib

libexec directory /usr/local/libexec

include directory /usr/local/include

config directory  /usr/local/etc

Manual directory  /usr/local/share/man

ELF interp prefix /usr/gnemul/qemu-%M

Source path       /root/kvm/qemu-kvm.git

C compiler        gcc

Host C compiler   gcc

Objective-C compiler gcc

CFLAGS            -O2 -D_FORTIFY_SOURCE=2 -g 

QEMU_CFLAGS       -Werror -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -fstack-protector-all -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits

LDFLAGS           -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g 

make              make

install           install

python            python

smbd              /usr/sbin/smbd

host CPU          x86_64

host big endian   no

target list       x86_64-softmmu

tcg debug enabled no

gprof enabled     no

sparse enabled    no

strip binaries    yes

profiler          no

static build      no

-Werror enabled   yes

SDL support       no

curses support    no

curl support      no

mingw32 support   no

Audio drivers     oss

Extra audio cards ac97 es1370 sb16 hda

Block whitelist   

Mixer emulation   no

VirtFS support    no

VNC support       yes

VNC TLS support   no

VNC SASL support  no

VNC JPEG support  no

VNC PNG support   no

xen support       no

brlapi support    no

bluez  support    no

Documentation     no

NPTL support      yes

GUEST_BASE        yes

PIE               yes

vde support       no

Linux AIO support no

ATTR/XATTR support yes

Install blobs     yes

KVM support       yes

TCG interpreter   no

fdt support       no

preadv support    yes

fdatasync         yes

madvise           yes

posix_madvise     yes

uuid support      no

libcap-ng support no

vhost-net support yes

Trace backend     nop

Trace output file trace-<pid>

spice support     no (/)

rbd support       no

xfsctl support    no

nss used          no

usb net redir     no

OpenGL support    no

libiscsi support  no

build guest agent yes

seccomp support   no

coroutine backend ucontext

GlusterFS support no

[root@node2 qemu-kvm.git]# 

[root@node2 qemu-kvm.git]# 



本文出自 “zhanguo1110” 博客,请务必保留此出处http://zhanguo1110.blog.51cto.com/5750817/1437785

安装编译qemu-kvm报错Make sure to have the zlib libs and headers installed.,布布扣,bubuko.com

安装编译qemu-kvm报错Make sure to have the zlib libs and headers installed.

标签:qemu-kvm

原文地址:http://zhanguo1110.blog.51cto.com/5750817/1437785

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!