具体错误:

checking for libpcre >= 7.8... Package libpcre was not found in the pkg-config search path. Perhaps you should add the directory containing `libpcre.pc' to the PKG_CONFIG_PATH environment variable No package 'libpcre' found
configure: error: Library requirements (libpcre >= 7.8) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

安装依赖库:

sudo apt install -y libpcre3-dev

configure: error: Library requirements (libpcre >= 7.8) not met相关推荐

  1. configure: error: Package requirements (libzip >= 0.11 libzip ≠ 1.3.1 libzip ≠ 1.7.0) were not met

    configure出现这个问题,不要慌,我来告诉你怎么解决 根据字面意思,是libzip包有问题,且libzip应该大于0.11版本且不等于1.3.1或者1.7.0 什么是libzip? Qt使用一些 ...

  2. configure: error: Package requirements (oniguruma) were not met

    configure: error: Package requirements (oniguruma) were not met 在Centos8环境中配置PHP出现如上报错: 原因是没有安装配置oni ...

  3. configure: error: Package requirements (sqlite3 」 3.7.4) were not met:

    configure: error: Package requirements (sqlite3 > 3.7.4) were not met: 原因: 在Centos8环境中配置php-7.4.1 ...

  4. configure: error: Package requirements (oniguruma) were not met: No package ‘oniguruma‘ found

    CentOS安装php7.4.* 提示 configure: error: Package requirements (oniguruma) were not met: No package 'oni ...

  5. configure: error: Package requirements (libwebp) were not met:

    configure: error: Package requirements (libwebp) were not met: 解决方法: yum install libwebp-devel

  6. error: Package requirements (sqlite3 > 3.7.4) were not met:

    解决方法: ubuntu: sudo apt-get install libsqlite3-dev centos: yum install sqlite-devel

  7. configure error:Package requirements (openssl) were not met

    解决办法 sudo apt-get install libssl-dev

  8. PHP 7.4 configure error : Package requirements (zlib) were not met

    No package 'zlib' found apt-get install zlib1g-dev

  9. Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法

    今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由于我的虚拟机上之前安装过,我先yum remove httpd进行卸载,然后重新安装.我采用的是 ...

  10. 报错:Package requirements (libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0) were not met

    PHP7.4.20编译时报错: checking for zip archive read/write support... yes checking for libzip >= 0.11 li ...

最新文章

  1. 【iOS】通讯录分组方式展示数据
  2. Maven-环境配置
  3. 4.2 开发者选项--电源错误报告的适配
  4. native react ssh_React Native踩坑笔记(持续更新中...)
  5. Selenium + WebDriver 各浏览器驱动下载地址
  6. ie6,ie7,ie8 css bug兼容解决记录
  7. UI图标设计素材|风格多样的图标
  8. 关于null对象使用print方法打印问题总结,null+123打印结果是null123还是123?
  9. LADRC的学习——用simulink搭建仿真模型
  10. vscode设置tab为4个空格_动图炫技23个鲜为人知的VS Code快捷键
  11. 前后端api参考手册
  12. [JavaScript] 模拟京东快递单号查询案例
  13. 解决esp8266无法连接手机和电脑热点的问题
  14. 页面加载性能之如何测试打开速度
  15. window10卸载软件 搜 控制面板
  16. Linux文件属性软硬连接
  17. 那些你可能不知道的网易云音乐奇技淫巧
  18. jupyterlab:Failed to load the jupyterlab-git server extension问题如何解决?
  19. Back-off restarting failed container报错
  20. fan怎么写 jin_jin字怎么写

热门文章

  1. 华中科技大学历年计算机专业分数线,【华中科技大学】历年在各省份各专业的录取分数线...
  2. 计算机恢复失败有杀毒,360安全卫士电脑清理结束不了,系统修复结束不了,木马查杀开始不了,电脑体检结束不了。怎么回事?...
  3. nginx 配置虚拟机实例
  4. nacos实现配置中心,对比config
  5. Angular服务器端渲染
  6. 【ASP.NET 基础】ASP.NET 目录操作
  7. Adopt Open JDK官方文档(五) Docker镜像
  8. 《敏捷迭代开发:管理者指南》—第2章2.13节后续内容预告
  9. jquery UI 框架
  10. WampServer 给电脑搭建apache服务器和php环境