首页 > 系统服务 > 详细

ubuntu安装greenplum依赖包

时间:2016-01-11 13:47:27      阅读:656      评论:0      收藏:0      [点我收藏+]

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 it is *** in your path, and that curl is properly installed. ***

       Or see http://curl.haxx.se/ configure: error: Library requirements (curl) not met.

解决:sudo apt-get install libcurl4-openssl-dev

错误提示3:/usr/bin/ld: cannot find -lperl
collect2: error: ld returned 1 exit status
../../../src/Makefile.shlib:365: recipe for target ‘plperl.so‘ failed
make[3]: *** [plperl.so] Error 1

这个错误是通过./configure检测不出来,是在make的时候出现的,因为少安装一个依赖包。

解决:sudo apt-get install libperl-dev




ubuntu安装greenplum依赖包

原文:http://www.cnblogs.com/codeblock/p/5120605.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!