Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) Jautājumi un problēmas mod_dav_svn in FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn ir Apache servera moduli Subversion servera. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Mod_dav_svn pakete ļauj piekļūt Subversion repozitorijā, izmantojot HTTP, izmantojot Apache httpd serveri. The following applicable to svn version 1.2.3_1. Šādi piemērojami svn version 1.2.3_1.
Install subversion by using FreeBSD's port doesn't compile and install mod_dav_svn.so Instalēt sagraušana, izmantojot FreeBSD ostas nav jāapkopo un instalēt mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Pamēģiniet izmantot "make-DWITH_MOD_DAV_SVN install", nevis "darīt WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Ierīkojot Subversion, šāda kļūda, parādās:
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -e-S LIBEXECDIR = / usr/local/libexec/apache2--n DAV libexec/apache2/mod_dav.so
-e: not found -e: nav atrasts
There is problems with ${APXS} variable used in Makefile. Ir problēmas ar $ (APXS) mainīgais lielums, ko izmanto Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Vienkārši pievienot sekojošo Subversion Makefile, pirms $ (APXS) deklarāciju:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Alternatīvi, jūs varat mainīt $ (APXS) in Makefile faktiskajam pilnu ceļu apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Vai arī jūs varat palaist "setenv APXS apxs" pirms sākt Subversion uzstādīšana.
When compiling subversion, the following error appears: Sastādot Subversion, šāda kļūda, parādās:
Error: shared library “apr-1.0″ does not exist Kļūda: kopīga bibliotēka "Apr-1.0" neeksistē
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Šī problēma ir tādēļ, ka at / Subversion meklē nepareizu LIB_DEPENDS. Change the following lines: Mainīt šādas rindas:
.if !defined(WITHOUT_BDB) . if! defined (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -LIB_DEPENDS + = apr-1.0: $ (PORTSDIR) / at / Apr-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + LIB_DEPENDS + = apr-1.2: $ (PORTSDIR) / at / Apr-svn
APR_PORT= devel/apr-svn APR_PORT = at / Apr-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = APR_UTIL_WITH_BERKELEY_DB = yes
.else . else
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr -LIB_DEPENDS + = apr-1.0: $ (PORTSDIR) / at / Apr
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + LIB_DEPENDS + = apr-1.2: $ (PORTSDIR) / at / Apr
APR_PORT= devel/apr APR_PORT = at / Apr
.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.) (Piezīme: - līdzekļi, līnijas pārmaiņas (pirms izmaiņām), un + nozīmē jaunu rindu pieņemsim būt. Atstājiet visu pārējo līniju neskarts.)
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: lapa mašīna iztulkot un pasniegts tàds, "kàds tas ir" bez garantijas. Machine translation may be difficult to understand. Mašīntulkošanas var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Instalēšana Web Server 6.0 FreeBSD ar 2.2 Apache, MySQL 5.0 un PHP 5 - Part 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Instalēšana Web Server 6.0 FreeBSD ar 2.2 Apache, MySQL 5.0 un PHP 5 - Part 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Instalēšana Web Server 6.0 FreeBSD ar 2.2 Apache, MySQL 5.0 un PHP 5 - Part 3
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP Accept Filtrs Kļūda
- Update FreeBSD Ports Collection Up to Date and Latest Update FreeBSD Ports Collection atjaunota un Jaunākais
- Using Portsnap to Update FreeBSD Ports Tree Collection Izmantojot Portsnap atjaunināt FreeBSD Ports Tree Collection
- Common Errors and Problems when Activating Windows Vista with KMS Server Kopējā kļūdas un problēmas, ja aktivizēšana Windows Vista ar KMS Server
- Installing and Configuring DHCP Server (DHCPd) on FreeBSD Instalēšana un konfigurēšana DHCP Server (DHCPd) par FreeBSD
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down Uz VMware Server Laiks un Clock Slow 6,0 FreeBSD Down
- Windows Vista KB932063 Hotfix Released to Resolve Wireless Authentication Problems Windows Vista KB932063 Hotfix Izlaisti Atrisināt Wireless Authentication Problēmas









































