Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) Cuestiones y problemas en mod_dav_svn en FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn de Apache es un servidor de módulo de servidor de Subversion. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Mod_dav_svn El paquete permite acceder a un repositorio de Subversion usando HTTP, a través del servidor Apache httpd. The following applicable to svn version 1.2.3_1. Los siguientes aplicables a svn versión 1.2.3_1.
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so Instale la subversión mediante el puerto de FreeBSD no compilar e instalar mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Trate de usar "make-DWITH_MOD_DAV_SVN instalar" en lugar de "hacer WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Al instalar la subversión, el siguiente error aparece:
-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: No se ha encontrado
There is problems with ${APXS} variable used in Makefile. Hay problemas con $ () apxs variable utilizada en Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Sólo tiene que añadir lo siguiente a la subversión Makefile, antes de cualquier apxs $ () declaración:
APXS= apxs Apxs = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Si lo prefiere, puede cambiar dólares) (apxs en el Makefile a real ruta completa del apxs. Or you can run “setenv APXS apxs” before start the subversion installation. O bien, puede ejecutar "setenv apxs apxs" antes de iniciar la instalación de la subversión.
When compiling subversion, the following error appears: Para la elaboración de la subversión, el siguiente error aparece:
Error: shared library “apr-1.0″ does not exist Error: biblioteca compartida "Abril-1,0" no existe
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Este problema se debe a que el desarrollo y la subversión busca LIB_DEPENDS equivocado. Change the following lines: Cambiar las siguientes líneas:
.if !defined(WITHOUT_BDB) . si! definido (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn LIB_DEPENDS-+ =-1,0 Abril: $ (PORTSDIR) / desarrollo / Abril-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + + = LIB_DEPENDS Abril-1,2: $ (PORTSDIR) / desarrollo / Abril-svn
APR_PORT= devel/apr-svn APR_PORT = devel / Abril-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes APR_UTIL_WITH_BERKELEY_DB opción = = Sí
.else . else
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr LIB_DEPENDS-+ =-1,0 Abril: $ (PORTSDIR) / desarrollo / Abril
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + + = LIB_DEPENDS Abril-1,2: $ (PORTSDIR) / desarrollo / Abril
APR_PORT= devel/apr APR_PORT = devel / abr
.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: - significa que la línea de cambio (antes del cambio), y + significa la nueva línea supone que debe ser. Deje todos los demás línea intacta.)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade - cambiar a la versión anterior de FreeBSD de Puertos
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6,0 a VMware Server y tiempo de reloj más lento
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Actualización de FreeBSD puertos colección a la última versión de actualización de seguridad con Portmanager y Portaudit
- Checking Free Disk Space on FreeBSD Server Comprobación de espacio libre en disco en el servidor FreeBSD
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP aceptar filtro de error
- 5 Tips to Solve Most Computer Problems 5 consejos para resolver la mayoría de los problemas
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Instalación de Web Server en FreeBSD 6,0 con Apache 2,2, 5,0 MySQL y PHP 5 - Parte 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Instalación de Web Server en FreeBSD 6,0 con Apache 2,2, 5,0 MySQL y PHP 5 - Parte 4
- Searching for Application in FreeBSD’s Ports Collection Búsqueda de Aplicación en la FreeBSD Ports Collection
- Download the Latest Released Full Package Mplayer For Windows Descargue los últimos puestos en libertad plena paquete mplayer para Windows
































