原创

Ubuntu - 安装报错处理

1、configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works

处理方法

apt-get install libicu-dev


2、configure: error: Please reinstall readline - I cannot find readline.h

apt-get install libreadline6-dev


3、configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution

apt-get install libxslt-dev


4、configure: error: Please reinstall the libzip distribution

apt-get install libzip-dev


5、configure: error: jpeglib.h not found.

apt-get install libjpeg-dev


6、configure: error: png.h not found.

apt-get install libpng-dev -y


7、configure: error: Unable to locate gmp.h

apt-get install libgmp-dev -y


8、configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.

apt-get install libmagickcore-dev libmagickwand-dev


9、configure: error: YAZ not found

apt-get install libyaz-dev


10、configure: error: Cannot find OpenSSL's <evp.h>

apt-get install libssl-dev


11、configure: error: Please reinstall the libcurl distribution

apt-get install curl
apt-get install libcurl4-gnutls-dev


12、Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment vari

apt-get install autoconf -y
正文到此结束
评论

登录后才能发表评论 登录/注册

0评论
  • 还没有评论,快来抢沙发吧!