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!
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!