摘要:
一.使用LD_LIBRARY_PATH变量 如:当运行scp时出现以下提示: scp: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory 阅读全文
posted @ 2017-08-13 17:30
Jello
阅读(2108)
评论(0)
推荐(0)
摘要:
一.在移植之前需要准备做一些前期准备: 1.移植zlib库 1.1获取zlib源码 1.2解压 tar xvf zlib-1.2.11.tar.xz 1.3交叉编译 1.3.1 指定交叉编译器 export CC=arm-linux-gnueabi-gcc export AR=arm-linux-g 阅读全文
posted @ 2017-08-13 01:40
Jello
阅读(2767)
评论(0)
推荐(0)