Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) Vấn đề và vấn đề trên mod_dav_svn trong FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn là một máy chủ Apache module cho Subversion máy chủ. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Các gói mod_dav_svn cho phép truy cập vào một kho lưu trữ Subversion sử dụng HTTP, thông qua các máy chủ Apache httpd. The following applicable to svn version 1.2.3_1. Việc áp dụng sau đây để svn 1.2.3_1 phiên bản.
Install subversion by using FreeBSD's port doesn't compile and install mod_dav_svn.so Cài đặt subversion bằng cách sử dụng cổng FreeBSD của không biên dịch và cài đặt mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Hãy thử sử dụng "make-DWITH_MOD_DAV_SVN cài đặt" thay vì "làm WITH_MOD_DAV_SVN = yes cài đặt".
When installing subversion, the following error appears: Khi cài đặt subversion, các lỗi sau xuất hiện:
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -e-S LIBEXECDIR = / usr/local/libexec/apache2-a-n dav libexec/apache2/mod_dav.so
-e: not found -e: không tìm thấy
There is problems with ${APXS} variable used in Makefile. Có vấn đề với $ (APXS) biến được sử dụng trong Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Chỉ cần thêm (sau vào subversion Makefile, trước khi bất kỳ $ APXS) tuyên bố:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Ngoài ra, bạn có thể thay đổi $ (APXS) trong Makefile đường dẫn đến thực tế đầy đủ của apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Hoặc bạn có thể chạy "setenv APXS apxs" trước khi bắt đầu cài đặt subversion.
When compiling subversion, the following error appears: Khi biên dịch subversion, các lỗi sau xuất hiện:
Error: shared library “apr-1.0″ does not exist Lỗi: chia sẻ thư viện "Tháng Tư-1,0" không tồn tại
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Vấn đề này là bởi vì devel / subversion trông cho LIB_DEPENDS sai. Change the following lines: Thay đổi những dòng này:
.if !defined(WITHOUT_BDB) nếu! xác định (WITHOUT_BDB).
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -LIB_DEPENDS + = tháng tư-1,0: $ (PORTSDIR) / devel / tháng tư-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + + = LIB_DEPENDS Tháng Tư-1,2: $ (PORTSDIR) / devel / tháng tư-svn
APR_PORT= devel/apr-svn APR_PORT = devel / tháng tư-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = APR_UTIL_WITH_BERKELEY_DB = yes
.else . khác
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr -LIB_DEPENDS + = tháng tư-1,0: $ (PORTSDIR) / devel / tháng tư
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + + = LIB_DEPENDS Tháng Tư-1,2: $ (PORTSDIR) / devel / tháng tư
APR_PORT= devel/apr APR_PORT = devel / tháng tư
.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.) (Lưu ý: - có nghĩa là dòng để thay đổi (trước khi thay đổi), và + có nghĩa là dòng mới giả sử được Để lại tất cả các dòng khác còn nguyên vẹn..)
IMPORTANT : The page is machine translated and provided "as is" without warranty. Quan trọng: Sửa là máy dịch và cung cấp "như là" không có bảo hành. Machine translation may be difficult to understand. Máy dịch thuật có thể khó hiểu. Please refer to Vui lòng tham khảo original English article bản gốc tiếng Anh bài viết whenever possible. bất cứ khi nào có thể.
Related Articles Bài viết liên quan
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Cài đặt Web Server trong FreeBSD 6,0 với 2,2 Apache, MySQL 5.0 và PHP 5 - Phần 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Cài đặt Web Server trong FreeBSD 6,0 với 2,2 Apache, MySQL 5.0 và PHP 5 - Phần 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Cài đặt Web Server trong FreeBSD 6,0 với 2,2 Apache, MySQL 5.0 và PHP 5 - Phần 3
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP Accept Filter Error
- Update FreeBSD Ports Collection Up to Date and Latest Cập nhật FreeBSD Ports Bộ sưu tập Tính đến ngày và mới nhất
- Using Portsnap to Update FreeBSD Ports Tree Collection Sử dụng Portsnap để cập nhật cây FreeBSD Ports Bộ sưu tập
- Common Errors and Problems when Activating Windows Vista with KMS Server Các lỗi thường gặp và vấn đề khi Kích hoạt Windows Vista với KMS Server
- Installing and Configuring DHCP Server (DHCPd) on FreeBSD Cài đặt và cấu hình DHCP Server (dhcpd) trên FreeBSD
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6.0 trên VMware Server Thời gian và đồng hồ Slow Down
- Windows Vista KB932063 Hotfix Released to Resolve Wireless Authentication Problems Windows Vista KB932063 Hotfix Phát hành Giải Quyết Vấn đề xác thực không dây









































