Go SVN installation problem The Apache portable Runtime (APR) library cannot be found

Source: Internet
Author: User

http://blog.csdn.net/ckwer2008/article/details/47972601

Linux in many places will be used when compiling the APR if you cannot find the APR will be an error Configure:WARNING:APR not found the Apache portable Runtime (APR), the library cannot be  Found.  Install APR on this system and configure Subversion with the APPROPRIATE–WITH-APR option.  You probably need to does something similar with the Apache portable Runtime Utility (aprutil) library and then configure Subversion with both The–with-apr And–with-apr-util Options.apr is a bit of a nasty thing, because after installing APR with yum install Apr directly, It is often not found when installing something else that requires APR, although it is already installed. In this case we can only specify their location by the following two parameters, but the first thing to do is to install APR and Apr-until--with-apr--with-apr-utilapr and Apr-util official website:/http APR.APACHE.ORG/DOWNLOAD.CGI installation sequence is to install APR before installing Apr-util, because installation apr-util requires APR environment first install Apr specify install to/USR/LOCAL/APR wget/HTTP/ Mirrors.cnnic.cn/apache/apr/apr-1.4.8.tar.gztar zxvf APR-1.4.8.TAR.GZCD apr-1.4.8./configure--prefix=/usr/local/ Aprmake & make install and then installs the Apr-util, specifying the installation to/usr/local/apr-util wget http://mirrors.cnnic.cn/apache/apr/ Apr-util-1.5.2.tar.gztar ZXVF APR-UTIL-1.5.2.TAR.GZCD Apr-util-1.5.2./confiGure--prefix=/usr/local/apr-util--with-apr=/usr/local/aprmake & make install after the above steps we can install other programs, For example, when compiling and installing SVN, specify APR and Apr-util specify SVN location/usr/local/subversion also specify APR and Apr-util location, code as follows wget http://mirror.esocc.com/ APACHE/SUBVERSION/SUBVERSION-1.8.3.TAR.GZCD subversion-1.8.3.tar.gz./configure--prefix=/usr/local/subversion-- WITH-APR=/USR/LOCAL/APR--with-apr-util=/usr/local/apr-utilmake & make Install
Configuration:
Http://www.iitshare.com/linux-svn-installation-and-configuration.html

Go SVN installation problem The Apache portable Runtime (APR) library cannot be found

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.