Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD 파괴 (svn) 문제 및 문제에 freebsd mod_dav_svn
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn 서버는 아파치 서버 모듈을 파괴합니다. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. the mod_dav_svn 패키지를 통해 리포지 토리에 대한 액세스를 사용하여 파괴를 http를 통해 서버 아파치 웹서버합니다. The following applicable to svn version 1.2.3_1. svn 버전에 적용되는 다음과 같은 1.2.3_1합니다.
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so freebsd의 포트를 사용하여 설치하는 파괴를 컴파일하고 설치하지 않습니다 mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. 를 사용해보십시오 "을 - dwith_mod_dav_svn 설치"대신에 "을 with_mod_dav_svn = 예 설치"합니다.
When installing subversion, the following error appears: 파괴를 설치할 때 다음과 같은 오류 메시지가 나타납니다 :
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so - 이메일 -의 libexecdir = / usr/local/libexec/apache2 - libexec/apache2/mod_dav.so - n dav
-e: not found - 이메일 : 찾을 수 없음
There is problems with ${APXS} variable used in Makefile. 이 문제를 메이크 $ (apxs) 변수를 사용합니다. Just add the following to the subversion Makefile, before any ${APXS} declaration: 다음을 추가합니다 메이크 단지 파괴를하기 전에, 어떤 $ (apxs) 선언 :
APXS= apxs apxs = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. 또한 $ (apxs)에서 변경하실 수있습니다 메이크의 전체 경로를 실제 apxs합니다. Or you can run “setenv APXS apxs” before start the subversion installation. 또는를 실행할 수있습니다 "setenv apxs apxs"파괴를하기 전에 설치를 시작합니다.
When compiling subversion, the following error appears: 파괴를 컴파일하면 다음과 같은 오류 메시지가 나타납니다 :
Error: shared library “apr-1.0″ does not exist 오류 : 공유 라이브러리 "4 월 - 1.0"가 존재하지 않습니다
This problem is because devel/subversion looks for wrong LIB_DEPENDS. 때문에이 문제는 devel / 파괴를 lib_depends 잘못을 찾습니다. Change the following lines: 다음과 같은 행이로 변경합니다 :
.if !defined(WITHOUT_BDB) 합니다. 만약! 정의 (without_bdb)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn - lib_depends + = 4 월 - 1.0 : $ (portsdir) / devel / 4월 - svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + lib_depends + = 4 월 - 1.2 : $ (portsdir) / devel / 4월 - svn
APR_PORT= devel/apr-svn apr_port = devel / 4월 - svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes opt_name = apr_util_with_berkeley_db = 예
.else 합니다. 다른 사람
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr - lib_depends + = 4 월 - 1.0 : $ (portsdir) / devel / 4월
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + lib_depends + = 4 월 - 1.2 : $ (portsdir) / devel / 4월
APR_PORT= devel/apr apr_port = devel / 4월
.endif 합니다. endif
.endif 합니다. endif
(Note: - means the line to change (before change), and + means the new line suppose to be. Leave all other line intact.) (참고 사항 : - 의미합니다 라인을 변경 사항 (이전 변경), 그리고 가정에 새 줄을 + 의미합니다. 떠나 다른 모든 라인 유지합니다.)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 기존 영어 자료 whenever possible. 언제 수있습니다.
Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.
Related Articles 관련 기사
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports portdowngrade - freebsd의 포트의 이전 버전으로 다운 그레이드
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down freebsd 6.0에서 vmware 서버 시간 및 클록 속도 줄여
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit freebsd 포트 컬렉션을 최신 버전으로 업데이 트와 보안 업데이 트를 portmanager 및 portaudit
- Checking Free Disk Space on FreeBSD Server freebsd 서버에서 디스크 여유 공간을 확인
- FreeBSD Apache HTTP Accept Filter Error freebsd 아파치 웹 받아들일 필터 오류
- 5 Tips to Solve Most Computer Problems 5 개의 팁 대부분의 컴퓨터 문제를 해결하기
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 freebsd 6.0과 아파치 웹 서버에 설치하는 2.2, mysql 5.0과 php 5 - 제 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 freebsd 6.0과 아파치 웹 서버에 설치하는 2.2, mysql 5.0과 php 5 - 제 4
- Searching for Application in FreeBSD’s Ports Collection freebsd의 포트 컬렉션에 대한 응용 프로그램에서 검색
- Download the Latest Released Full Package Mplayer For Windows mplayer에 대한 완전한 패키지를 다운로드에 대한 최신 릴리스 windows
































