Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) questões e problemas em mod_dav_svn no FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn servidor Apache é um módulo para o servidor Subversion. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. O mod_dav_svn pacote permite o acesso a um repositório Subversion usando HTTP, através do servidor Apache httpd. The following applicable to svn version 1.2.3_1. Os seguintes aplicável ao svn versão 1.2.3_1.
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so Instale subversão usando FreeBSD do porto não compilar e instalar mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Tente usar o "faz-de-DWITH_MOD_DAV_SVN instalar" ao invés de "fazer WITH_MOD_DAV_SVN = sim instalar".
When installing subversion, the following error appears: Ao instalar subversão, aparece o seguinte erro:
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so - e-S LIBEXECDIR = / usr/local/libexec/apache2-a-dav n libexec/apache2/mod_dav.so
-e: not found - e: não encontrado
There is problems with ${APXS} variable used in Makefile. Não há problemas com APXS) ($ variável utilizada no Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Basta adicionar o seguinte para a subversão Makefile, antes de qualquer APXS) $ (declaração:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Alternativamente, você pode alterar $) (APXS no Makefile a real caminho completo do apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Ou você pode executar "setenv APXS apxs" antes de iniciar a instalação subversão.
When compiling subversion, the following error appears: Quando compilando subversão, aparece o seguinte erro:
Error: shared library “apr-1.0″ does not exist Erro: biblioteca compartilhada "Abril-1,0" não existe
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Esse problema ocorre porque devel / subversion olha para LIB_DEPENDS errado. Change the following lines: Altere as seguintes linhas:
.if !defined(WITHOUT_BDB) . se! definidos (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn LIB_DEPENDS-+ =-1,0 abril: $ (PORTSDIR) / devel / Abril-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + + = LIB_DEPENDS Abril-1,2: $ (PORTSDIR) / devel / Abril-svn
APR_PORT= devel/apr-svn APR_PORT = devel / Abril-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = = sim APR_UTIL_WITH_BERKELEY_DB
.else . senão
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr LIB_DEPENDS-+ =-1,0 abril: $ (PORTSDIR) / devel / Abril
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + + = LIB_DEPENDS Abril-1,2: $ (PORTSDIR) / devel / Abril
APR_PORT= devel/apr APR_PORT = devel / Abril
.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: - os meios para mudar a linha (antes da mudança), e significa a nova linha + suponho que seja. Deixe todos os outros linha intacto.)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.
Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .
Related Articles Artigos relacionados
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade - Versão para versão anterior do FreeBSD's Ports
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6,0 a VMware Server tempo e relógio está lento
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Atualização FreeBSD Ports coleção com a última versão de atualização de segurança com Portmanager e Portaudit
- Checking Free Disk Space on FreeBSD Server Verificação de espaço livre em disco no servidor FreeBSD
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP aceitar filtro erro
- 5 Tips to Solve Most Computer Problems 5 dicas para resolver problemas mais computadores
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Instalando Web Server no FreeBSD 6,0 a 2,2 Apache, MySQL e 5,0 PHP 5 - Parte 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Instalando Web Server no FreeBSD 6,0 a 2,2 Apache, MySQL e 5,0 PHP 5 - Parte 4
- Searching for Application in FreeBSD’s Ports Collection Pesquisando Aplicação no FreeBSD's Ports Collection
- Download the Latest Released Full Package Mplayer For Windows Faça o download do último pacote completo mplayer liberado para o Windows
































