[Solved] utils.c:33:18: fatal error: zlib.h: No such file or directory

1. Error Message:

utils.c:33:18: fatal error: zlib.h: No such file or directory

 

2. Solution:

Execute the following command:

yum install zlib-devel zlib

Then re-compile, it will be OK!

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *