On 02/28/2013 01:46 PM, Dale Galekovic wrote:

*All,*

**

*I didn’t see any threads on this so I’m going to post this.*

**

*Trying to configure qemu and get the following error message*

**

*This happened on Fedora 17 & 18*

**

*With just configure*

**

*[root@d630-image qemu-1.4.0]# ./configure*

**

*Error: zlib check failed*

*Make sure to have the zlib libs and headers installed.*


you probably just need to install the zlib-devel package to fix this.

*With configure with –disable-zlib-test*

**

*[root@d630-image qemu-1.4.0]# ./configure --disable-zlib-test*

*glib-2.12 required to compile QEMU*

**

*glib is glib-1.2.10-37.fc18.i686*


glib-2.x is in the glib2 package and not glib. i'm guessing you dont have glib2-devel installed and installing that might fix the problem.

mike

Reply via email to