ubuntu安裝greenplum依賴包

2022-03-08 10:02:25 字數 800 閱讀 9722

ubuntu安裝greenplum的過程中有兩個比較難找的包,特地寫出來給大家分享一下:

錯誤提示1:configure: error: header file 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 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

centos7下原始碼編譯greenplum

安裝必備的包 yum install y perl extutils embed readline devel zlib devel pam devel libxml2 devel libxslt devel openldap devel python devel gcc c openssl dev...

Ubuntu之旅(一)安裝Ubuntu

說起linux,以前搞過rhel5,紅旗等,但是都只是用來做伺服器,沒在上面搞過開發。據說ubuntu易用性和完善性比較好,適合做開發,於是準備裝乙個試試。記述下一路過來的經驗。一 安裝ubuntu 唯一需要注意的是,wubi.exe會自動根據你的電腦判斷安裝32位還是64位的ubuntu作業系統。...

ubuntu簡單安裝

ubuntu簡單安裝 本例介紹硬碟安裝 單ubuntu系統 首先你要獲得ubuntu的安裝盤,設定bios,選擇開機從cdrom安裝。重啟插入ubuntu安裝盤,看到提示,選擇install.第乙個 然後進入橘黃色的介面,不要以為安裝好了。真正的安裝現在才開始。在視窗下雙擊install圖示,開始安...