您好,登錄后才能下訂單哦!
本篇文章給大家分享的是有關(guān)CentOS中如何安裝subversion,小編覺得挺實(shí)用的,因此分享給大家學(xué)習(xí),希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。
1. 首先,下載subversion安裝包
路徑:http://subversion.apache.org/download/#recommended-release
然后,解壓縮、編譯、安裝,出現(xiàn)下面錯(cuò)誤信息。
configure: Apache Portable Runtime (APR) library configuration
checking for APR... no
configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be found.
Please install APR on this system and configure Subversion
with the appropriate --with-apr option.
You probably need to do something similar with the Apache
Portable Runtime Utility (APRUTIL) library and then configure
Subversion with both the --with-apr and --with-apr-util options.
configure: error: no suitable APR found
然后,下載 apr-1.5.1.tar.gz ,解壓縮后,cd到安裝目錄,執(zhí)行./configure,。
出現(xiàn)這個(gè)提示:cannot remove `libtoolT’: No such file or directory
解決方案:編輯 configure文件,查找 $RM "$cfgfile" 這個(gè)地方,用#注釋掉,然后重新編譯安裝就可以了。
2.接著安裝apr和apr-util
這是個(gè)apache的project,全名是Apache Portable Runtime 我們安裝的版本是1.5.1,
下面是下載地址 http://apr.apache.org/
先裝apr, 先解壓,然后cd到安裝目錄
./configure
make
make install
這里configure的時(shí)候不指定路徑的話默認(rèn)是安裝到/usr/local/下
然后安裝apr-util 解壓同apr 然后 cd到安裝目錄
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/
make
make install
以上就是CentOS中如何安裝subversion,小編相信有部分知識(shí)點(diǎn)可能是我們?nèi)粘9ぷ鲿?huì)見到或用到的。希望你能通過這篇文章學(xué)到更多知識(shí)。更多詳情敬請關(guān)注億速云行業(yè)資訊頻道。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。