解决zlib.h:no such file or directory

34 篇文章 0 订阅
11 篇文章 0 订阅
今天在linux装Qt库时,出现了
error: zlib.h:no such file or directory
去看了下出错的文件,里面这么一句#include
没这头文件?那就给它呗。
然后去搜索了下zlib.h,发现是属于zlib的。
去下个zlib。
zlib地址:http://www.zlib.net/

然后

zlib标准安装指导:

zlib library files are placed into /usr/local/lib and zlibheader files are placed into /usr/local/include, by default.

  • build static libraries
    • .../zlib-1.2.1]# ./configure
    • .../zlib-1.2.1]# make test
    • .../zlib-1.2.1]# makeinstall
  • build shared libraries
    • .../zlib-1.2.1]# make clean
    • .../zlib-1.2.1]# ./configure--shared
    • .../zlib-1.2.1]# make test
    • .../zlib-1.2.1]# makeinstall
  • .../zlib-1.2.1]# cp zutil.h/usr/local/include
  • .../zlib-1.2.1]# cp zutil.c/usr/local/include
  • /usr/local/lib should now contain...
    libz.a
    libz.so -> libz.so.1.2.1
    libz.so.1 -> libz.so.1.2.1
    libz.so.1.2.1
  • /usr/local/include should now contain...
    zconf.h
    zlib.h
    zutil.h
  • 可选择的zlib非标准安装指导:
    • create the directory that willcontain zlib
      • .../zlib-1.2.1]#mkdir /usr/local/zlib
    • follow the given procedureabove, except
      • .../zlib-1.2.1]#./configure --prefix=/usr/local/zlib
更新软连接:update the run-time linker

/etc/ld.so.cache will need to be updated with the new zlibshared lib: libz.so.1.2.1

  • for standard zlib installation...
    • add /usr/local/lib to/etc/ld.so.conf, if specified path is not present
    • /etc]# ldconfig
  • if zlib was installed with a prefix...
    • add /usr/local/zlib/lib to/etc/ld.so.conf
    • /etc]# ldconfig

再装,ok了。

来自:http://blog.sina.com.cn/s/blog_714dacd10102v6et.html

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值