Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Sovversione (SVN) questioni e problemi a mod_dav_svn in FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn è un server Apache modulo per la sovversione del server. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Mod_dav_svn il pacchetto permette l'accesso a un deposito Subversion utilizzando HTTP, attraverso il server httpd Apache. The following applicable to svn version 1.2.3_1. Le seguenti applicabile al svn versione 1.2.3_1.
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so Installare la sovversione utilizzando la porta di FreeBSD non compilare ed installare mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Provate ad usare "make-DWITH_MOD_DAV_SVN installare" invece di "fare WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Durante l'installazione di sovversione, il seguente messaggio di errore appare:
-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: non trovato
There is problems with ${APXS} variable used in Makefile. Non vi è problemi con $ () APXS variabile utilizzato in Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Basta aggiungere il seguente alla sovversione Makefile, prima di ogni $ () APXS dichiarazione:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. In alternativa, è possibile modificare $ () APXS nel Makefile di effettivo percorso completo del apxs. Or you can run “setenv APXS apxs” before start the subversion installation. O è possibile eseguire "setenv APXS apxs" prima di avviare l'installazione sovversione.
When compiling subversion, the following error appears: Quando si compila la sovversione, il seguente messaggio di errore appare:
Error: shared library “apr-1.0″ does not exist Errore: libreria condivisa "apr-1,0" non esiste
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Questo problema è dovuto al fatto che devel / sovversione cerca LIB_DEPENDS sbagliato. Change the following lines: Modificare le seguenti linee:
.if !defined(WITHOUT_BDB) . if! definito (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn - LIB_DEPENDS + = apr-1,0: $ (PORTSDIR) / devel / apr-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + + = LIB_DEPENDS apr-1,2: $ (PORTSDIR) / devel / apr-svn
APR_PORT= devel/apr-svn APR_PORT = devel / apr-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = = Si APR_UTIL_WITH_BERKELEY_DB
.else . altro
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr - LIB_DEPENDS + = apr-1,0: $ (PORTSDIR) / devel / apr
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + + = LIB_DEPENDS apr-1,2: $ (PORTSDIR) / devel / apr
APR_PORT= devel/apr APR_PORT = devel / 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.) (Nota: - si intende la linea che cambia (prima di cambiare), e + si intende la nuova linea supponiamo di essere. Lascia linea di tutti gli altri intatti.)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade - retrocedere di versione precedente di FreeBSD porti
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6,0 a VMware server orologio tempo e rallentare
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Aggiornamento di FreeBSD Ports Collection alla versione più recente aggiornamento di sicurezza con Portmanager e Portaudit
- Checking Free Disk Space on FreeBSD Server Controllo di spazio libero su disco su FreeBSD server
- FreeBSD Apache HTTP Accept Filter Error FreeBSD HTTP Apache accettare filtro errore
- 5 Tips to Solve Most Computer Problems 5 punte per risolvere la maggior parte dei problemi del computer
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 4
- Searching for Application in FreeBSD’s Ports Collection Alla ricerca di Applicazione in FreeBSD Ports Collection's
- Download the Latest Released Full Package Mplayer For Windows Scaricare l'ultima rilasciato completo dei pacchetti mplayer per Windows
































