有时候我们编译php的时候会出现以下问题:
/usr/bin/ld: cannot find -lfontconfig
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
解决方法:
请安装这个rpm包#yum -y install fontconfig-devel.i386
#make

转载于:https://blog.51cto.com/linuxshow/770498

/usr/bin/ld: cannot find -lfontconfig解决方法相关推荐

  1. usr/bin/ld: cannot find 错误解决方法和 /etc/ld.so.conf

    usr/bin/ld: cannot find 错误解决方法和 /etc/ld.so.conf 参考文章: (1)usr/bin/ld: cannot find 错误解决方法和 /etc/ld.so. ...

  2. Linux提示 /usr/bin/ld:cannot find-lxxx 系列解决方法

    转自:https://blog.csdn.net/yiliang_/article/details/68928387 一般把xx.so文件复制到/usr/lib 这篇文章主要介绍了Linux系统中提示 ...

  3. 找不到ld-linux.so.3,usr/bin/ld: cannot find 错误解决方法和 /etc/ld.so.conf

    我makefile出现这个错误: HelloWorldServer.c:(.text+0xaa): undefined reference to `zmq_send' collect2: error: ...

  4. debug笔记—编译报错usr/bin/ld: cannot find -lfl 解决办法;yum 安装软件时,报错:No package XXX available 解决办法

    问题1: 在编译GEOS-Chem中KPP时,出现问题: usr/bin/ld: cannot find -lfl 原因:参考链接:https://www.royalchen.com/?p=2170 ...

  5. CentOS6.5安装readline时报错:/usr/bin/ld : cannot find -lncurses

    CentOS6.5安装readline时报错:/usr/bin/ld : cannot find -lncurses 解决方法: 安装ncurses-devel,输入命令: #yum install ...

  6. /usr/bin/ld: cannot find -lc错误原因及解决方法

    问题 在运行asapp书中第7章链接例子时,在使用gcc -static -o prog main.o ./libvector.a 命令进行链接时出现以下错误: /usr/bin/ld: 找不到 -l ...

  7. Linux系统中提示/usr/bin/ld: cannot find -lxxx错误的通用解决方法

    Linux系统中提示/usr/bin/ld: cannot find -lxxx错误的通用解决方法 参考文章: (1)Linux系统中提示/usr/bin/ld: cannot find -lxxx错 ...

  8. /usr/bin/ld: cannot find -lxxx错误的通用解决方法

    Linux系统中提示/usr/bin/ld: cannot find -lxxx错误的通用解决方法 在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息,代码如下: ...

  9. Linux系统中提示/usr/bin/ld: cannot find -lxxx错误的解决方法

    报错说明 /usr/bin/ld: cannot find -lxxx 这些讯息会随着编译不同类型的source code 而有不同的结果出来如: /usr/bin/ld: cannot find - ...

最新文章

  1. 图灵近期新书精彩不断,让你应接不暇!
  2. python之路---25 模块和包
  3. effective c++
  4. LeetCode-数组-删除有序数组重复元素
  5. java tcp client断开重连_ESP8266_12 ESP8266客户端模式下的TCP通信
  6. 和 VMware、深信服、天翼云、招商云专家一起聊聊云原生边缘计算
  7. SpringBoot的配置详解application
  8. 利用Python延迟初始化提升性能
  9. php 删除mysql 返回_php 返回mysql字符编码与删除字符编码
  10. 520 钻石争霸赛 7-5 大勾股定理 (数学)
  11. 一个易用、易部署的Python遗传算法库
  12. 【Go】使用压缩文件优化io (二)
  13. 启动orcal服务和监听的命令的一种方式
  14. 批量数据替换助手V2.0版发布,欢迎使用
  15. centos配置maven环境
  16. 凸二次规划的解法(旋转算法)
  17. 有限差分法与有限单元法的区别
  18. 中望3D 2021 “基准面”之“动态基准面”模式
  19. LeetCode 300 最长上升子序列
  20. 微型计算机接口与技术答案,《微机原理与接口技术》课后习题答案

热门文章

  1. 报错:'mysql' 不是内部或外部命令,也不是可运行的程序或批处理文件。
  2. 好用的数学公式(持续更新中)
  3. Apache Kafka(二)- Kakfa 安装与启动
  4. BZOJ 1051: [HAOI2006]受欢迎的牛
  5. nginx伪装user-agent等
  6. 网站用sqlite库,报attempt to write a readonly database,解决方法
  7. dom4j解析xml字符串实例
  8. php mysql书城_php在线书城 thinkphp源码(含数据库脚本)
  9. 前端开发中使用mock模拟数据
  10. TypeError: Router.use() requires a middleware function but got a Object报错解决