Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) Enjeux et problèmes de mod_dav_svn dans FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn est un serveur Apache module de serveur Subversion. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Le mod_dav_svn paquet permet d'accéder à un dépôt Subversion aide du protocole HTTP, via le serveur httpd Apache. The following applicable to svn version 1.2.3_1. On trouvera ci-après applicable à svn version 1.2.3_1.
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so Installez la subversion en utilisant le port de FreeBSD ne pas compiler et installer mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Essayez d'utiliser "make-DWITH_MOD_DAV_SVN installer" au lieu de «faire WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Lors de l'installation de la subversion, le message d'erreur suivant s'affiche:
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so - e-S LIBEXECDIR = / usr/local/libexec/apache2-un-n dav libexec/apache2/mod_dav.so
-e: not found - e: pas trouvé
There is problems with ${APXS} variable used in Makefile. Il ya des problèmes avec apxs $ () variable utilisée dans Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Il suffit d'ajouter ce qui suit à la subversion Makefile, avant toute apxs $ () déclaration:
APXS= apxs Apxs = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Alternativement, vous pouvez changer apxs $ () dans le Makefile pour la réalité chemin complet du apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Ou vous pouvez exécuter "setenv apxs apxs" avant de commencer l'installation la subversion.
When compiling subversion, the following error appears: Lors de la compilation de subversion, le message d'erreur suivant s'affiche:
Error: shared library “apr-1.0″ does not exist Erreur: bibliothèque partagée "Apr-1,0" n'existe pas
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Ce problème est dû au fait que le développement / la subversion cherche tort LIB_DEPENDS. Change the following lines: Changer les lignes suivantes:
.if !defined(WITHOUT_BDB) . if! défini (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn - LIB_DEPENDS + = Avril-1,0: $ (PORTSDIR) / développement / avr-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn LIB_DEPENDS + + = Avril-1,2: $ (PORTSDIR) / développement / avr-svn
APR_PORT= devel/apr-svn APR_PORT = devel / avr-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes Opt_name = APR_UTIL_WITH_BERKELEY_DB = oui
.else . autre
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr - LIB_DEPENDS + = Avril-1,0: $ (PORTSDIR) / développement / apr
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr LIB_DEPENDS + + = Avril-1,2: $ (PORTSDIR) / développement / apr
APR_PORT= devel/apr APR_PORT = développement / avril
.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.) (Note: - signifie que la ligne de changement (avant changement), et +, la nouvelle ligne suppose l'être. Laissez toutes les autres ligne intacte.)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni «tel quel», sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S’il vous plaît se référer à original English article l'article original en anglais whenever possible. chaque fois que possible.
Share and contribute or get technical support and help at Partagez et contribuer ou obtenir de l'aide technique et l'aide à My Digital Life Forums Ma vie numérique forums .
Related Articles Articles connexes
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade - Mise à la version précédente de FreeBSD Ports
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6,0 sur VMware Server temps et ralentir l'horloge
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Mise à jour de FreeBSD ports collection à la dernière version de mise à jour de sécurité avec Portmanager et Portaudit
- Checking Free Disk Space on FreeBSD Server Vérification de l'espace disque libre sur serveur FreeBSD
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP accepter filtre erreur
- 5 Tips to Solve Most Computer Problems 5 conseils pour résoudre la plupart des problèmes informatiques
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Installation du serveur Web dans FreeBSD 6,0 avec Apache 2,2, 5,0 MySQL et PHP 5 - Partie 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Installation du serveur Web dans FreeBSD 6,0 avec Apache 2,2, 5,0 MySQL et PHP 5 - Partie 4
- Searching for Application in FreeBSD’s Ports Collection La recherche pour application dans les ports FreeBSD Collection
- Download the Latest Released Full Package Mplayer For Windows Téléchargez la dernière Paru mplayer package complet pour Windows















