Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) Masalah dan Masalah di mod_dav_svn di FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn adalah server Apache modul untuk server Subversion. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Mod_dav_svn paket yang memungkinkan akses ke repositori Subversion menggunakan HTTP, melalui httpd Apache server. The following applicable to svn version 1.2.3_1. Berikut ini berlaku untuk versi svn 1.2.3_1.
Install subversion by using FreeBSD's port doesn't compile and install mod_dav_svn.so Menginstal subversi dengan menggunakan port FreeBSD tidak mengkompilasi dan menginstal mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Coba gunakan "make-DWITH_MOD_DAV_SVN install" bukan "membuat WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Ketika menginstal subversi, muncul error berikut:
-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: tidak ditemukan
There is problems with ${APXS} variable used in Makefile. Ada masalah dengan $ (APXS) variabel yang digunakan dalam Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Cukup tambahkan berikut ini pada bagian subversi Makefile, sebelum $ (APXS) deklarasi:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Alternatif, Anda dapat mengganti $ (APXS) di Makefile untuk aktual path penuh kepada apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Atau Anda dapat menjalankan "setenv APXS apxs" sebelum memulai instalasi subversi.
When compiling subversion, the following error appears: Ketika kompilasi subversi, muncul error berikut:
Error: shared library “apr-1.0″ does not exist Error: shared library "April-1.0" tidak ada
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Masalah ini karena devel / subversion mencari LIB_DEPENDS salah. Change the following lines: Ubah baris berikut:
.if !defined(WITHOUT_BDB) . if! didefinisikan (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -LIB_DEPENDS + = April-1.0: $ (PORTSDIR) / devel / April-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + + = LIB_DEPENDS April-1.2: $ (PORTSDIR) / devel / April-svn
APR_PORT= devel/apr-svn APR_PORT = devel / April-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = APR_UTIL_WITH_BERKELEY_DB = yes
.else . lain
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr -LIB_DEPENDS + = April-1.0: $ (PORTSDIR) / devel / April
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + + = LIB_DEPENDS April-1.2: $ (PORTSDIR) / devel / April
APR_PORT= devel/apr APR_PORT = devel / April
.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.) (Catatan: - berarti baris untuk mengubah (sebelum perubahan), dan + berarti baris baru kira menjadi. Tinggalkan semua jalur lain utuh.)
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Instalasi Web Server di FreeBSD 6.0 dengan Apache 2.2, MySQL 5.0 dan PHP 5 - Bagian 3
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP Accept Filter Error
- Update FreeBSD Ports Collection Up to Date and Latest Update FreeBSD Ports Collection Up to Date dan terbaru
- Using Portsnap to Update FreeBSD Ports Tree Collection Menggunakan Portsnap Update FreeBSD Ports Tree Koleksi
- Common Errors and Problems when Activating Windows Vista with KMS Server Common Kesalahan dan Masalah ketika Aktivasi Windows Vista dengan KMS Server
- Installing and Configuring DHCP Server (DHCPd) on FreeBSD Instalasi dan Konfigurasi Server DHCP (dhcpd) di FreeBSD
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6.0 di VMware Server Waktu dan Jam Slow Down
- Windows Vista KB932063 Hotfix Released to Resolve Wireless Authentication Problems Windows Vista KB932063 Hotfix Dirilis untuk Selesaikan Masalah Wireless Otentikasi









































