使用rpm方式安装gcc时,有时会报缺少依赖项: libmpfr.so.1 is needed by cpp-4.4.4-13.el6.i686 libppl.so.7 is needed by cloog-ppl-0.15.7-1.2.el6.i686 libppl_c.so.2 is needed by cloog-ppl-0.15.7-1.2.el6.i686 这是因为缺少 mpfr-2.4.1-6.el6.***.rpm ppl-0.10.2-11.el6.***.rpm 这两个
ubuntu安装greenplum的过程中有两个比较难找的包,特地写出来给大家分享一下: 错误提示1:configure: error: header file <ldap.h> is required for LDAP 解决:sudo apt-get install libldap2-dev 错误提示2:checking for curl-config... no *** The curl-config script could not be found. Make sure i
Linux 安装zlib依赖库 进入src: cd /usr/local/src 下载zlib库: wget http://www.zlib.net/zlib-1.2.11.tar.gz 解压下载的tar包: tar -zxvf zlib-1.2.11.tar.gz cd zlib-1.2.11 进行编译: ./configure make 进行安装: make install 转至 https://blog.csdn.net/eddy23513/article/details/81367586