**
Ubuntu18.04 配置php7.3.0报错
**
错误:checking for pkg-config… no
configure: error: libxml2 not found. Please check your libxml2 installation.
@解决: apt install pkg-config
++++++++++++++++++++++++++++++++++++++++++
错误:configure: error: libxml2 not found.
@解决: apt install libxml2-dev
++++++++++++++++++++++++++++++++++++++++++
错误:configure: error: Cannot find OpenSSL’s <evp.h>
@解决: apt install libssl-dev
++++++++++++++++++++++++++++++++++++++++++
错误:checking for cURL 7.15.5 or greater… configure: error: cURL version 7.15.5 or later is required to compile php with cURL support
@解决: wget https://curl.haxx.se/download/curl-7.63.0.tar.gz 编译安装
++++++++++++++++++++++++++++++++++++++++++
错误:configure: error: jpeglib.h not found.
@解决: apt install jpeglib-dev
+++++++++++++++++++++++++++++++++++++
错误:configure: error: png.h not found.
@解决: apt install pnglib-dev
++++++++++++++++++++++++++++++++++++
错误:configure: error: freetype-config not found.
@解决: apt install libfreetype6-dev
++++++++++++++++
错误:checking for libzip… not found
configure: error: Please reinstall the libzip distribution
@解决: wget https://libzip.org/download/libzip-1.5.1.tar.gz