Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4430110
  • 博文数量: 252
  • 博客积分: 5347
  • 博客等级: 大校
  • 技术积分: 13838
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-30 10:13
文章分类
文章存档

2022年(12)

2017年(11)

2016年(7)

2015年(14)

2014年(20)

2012年(9)

2011年(20)

2010年(153)

2009年(6)

分类: LINUX

2011-06-26 16:33:25

在安装一个源码包时,出现下面一个库文件没有找到,其解决方法如下:
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
checking for GLIB2... configure: error: Package requirements (
    glib-2.0 >= 2.18
) were not met:
No package 'glib-2.0' found
在Ubuntu操作系统中可以使用下面的命令进行安装:
解决方法   sudo apt-get install libglib2.0-dev
阅读(10707) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~