How to Install PHP 7.3+ on CentOS and Fix /usr/local/include/zip.h:59:21: fatal error:

CentOS 7 PHP 7.3+ Installation Error Fix

/usr/local/include/zip.h:59:21: fatal error: zipconf.h: No such file or dire…

# Solution: Manually copy the file

cp /usr/local/lib/libzip/include/zipconf.h /usr/local/include/zipconf.h

Leave a Comment

Your email address will not be published.