Ubuntu의 리포지토리 버전의 하위 버전에서 사용할 수없는 버그 수정이 필요하므로 소스에서 설치하고 있습니다.
를 실행 ./configure
하면 오류가 발생합니다.
configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be found.
Please install APR on this system and supply the appropriate
--with-apr option to 'configure'
or
get it with SVN and put it in a subdirectory of this source:
svn co \
http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x \
apr
Run that right here in the top level of the Subversion tree.
Afterwards, run apr/buildconf in that subdirectory and
then run configure again here.
Whichever of the above you do, you probably need to do
something similar for apr-util, either providing both
--with-apr and --with-apr-util to 'configure', or
getting both from SVN with:
svn co \
http://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x \
apr-util
configure: error: no suitable apr found
노트:
1) 이미 libapr1을 설치했습니다
2) 오류 메시지의 지침을 따르기 위해 svn 클라이언트를 설치할 수 없습니다 (apt-get install svn-패키지를 찾을 수 없음-source.list에 주, 우주, 제한, 다중 우주가 있음)