Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) Fragen und Probleme in mod_dav_svn in FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn ist ein Apache-Server-Modul für Subversion-Server. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Das mod_dav_svn Paket ermöglicht den Zugriff auf ein Subversion-Repository über HTTP, über den Apache httpd Server. The following applicable to svn version 1.2.3_1. Die folgenden für die SVN-Version 1.2.3_1.
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so Subversion installieren, indem Sie die FreeBSD-Port nicht kompilieren und installieren mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Versuchen Sie es mit "make install-DWITH_MOD_DAV_SVN" anstelle von "make WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Bei der Installation von Subversion, die folgende Fehlermeldung angezeigt:
-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: nicht gefunden
There is problems with ${APXS} variable used in Makefile. Es gibt Probleme mit $ (APXS)-Variable, die in Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Fügen Sie einfach die folgenden Schritte aus, um die Subversion Makefile, bevor irgendwelche $ (APXS) Erklärung:
APXS= apxs Apxs = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Alternativ können Sie $ (APXS) im Makefile den tatsächlichen vollständigen Pfad der apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Oder können Sie mit "setenv APXS apxs" vor Beginn der Subversion-Installation.
When compiling subversion, the following error appears: Bei der Erstellung von Subversion, die folgende Fehlermeldung angezeigt:
Error: shared library “apr-1.0″ does not exist Fehler: Shared Library "April-1,0" ist nicht vorhanden
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Dieses Problem liegt daran, dass devel / Subversion sucht LIB_DEPENDS falsch. Change the following lines: Ändern Sie die folgenden Zeilen:
.if !defined(WITHOUT_BDB) . if! definiert (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn - LIB_DEPENDS + =-1,0 April: $ (PORTSDIR) / devel / apr-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + + = LIB_DEPENDS April-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 APR_UTIL_WITH_BERKELEY_DB = = Ja
.else . else
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr - LIB_DEPENDS + =-1,0 April: $ (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.) (Anmerkung: - bedeutet, die Linie zu ändern (vor Veränderung), und + ist die neue Linie nehme sein. Lassen Sie alle anderen Zeile intakt.)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren .
Related Articles Verwandte Artikel
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade - Downgrade auf frühere Version von FreeBSD Ports
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6,0 auf VMware Server Zeit und Uhr Slow Down
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Update FreeBSD Ports-Sammlung auf neueste Version mit Sicherheits-Update mit Portmanager und Portaudit
- Checking Free Disk Space on FreeBSD Server Prüfen freien Speicherplatz auf FreeBSD-Server
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP-Filter Fehler akzeptieren
- 5 Tips to Solve Most Computer Problems 5 Tipps zur Lösung meisten Computer-Probleme
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Installation von Web-Server in FreeBSD 6,0 mit Apache 2,2, 5,0 MySQL und PHP 5 - Teil 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Installation von Web-Server in FreeBSD 6,0 mit Apache 2,2, 5,0 MySQL und PHP 5 - Teil 4
- Searching for Application in FreeBSD’s Ports Collection Suchen Sie für den Einsatz in der FreeBSD Ports Collection
- Download the Latest Released Full Package Mplayer For Windows Laden Sie die neueste freigegeben Full Package mplayer für Windows
































