Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD Subversion (SVN) klausimus ir problemas dėl mod_dav_svn FreeBSD
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn yra Apache serveris modulis Subversion serveris. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. Mod_dav_svn paketas leidžia naudotis Subversion repository naudojant HTTP, naudojant Apache httpd serverio. The following applicable to svn version 1.2.3_1. Toliau taikomos svn versija 1.2.3_1.
Install subversion by using FreeBSD's port doesn't compile and install mod_dav_svn.so Įdiekite Subversion naudojant FreeBSD uostas nėra parengti ir įdiegti mod_dav_svn.so
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. Pabandykite naudoti "make-DWITH_MOD_DAV_SVN įdiegti" vietoj "make WITH_MOD_DAV_SVN = yes install".
When installing subversion, the following error appears: Diegiant Subversion, tokį klaidos pranešimą:
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -E-S LIBEXECDIR = / usr/local/libexec/apache2-N-DAV libexec/apache2/mod_dav.so
-e: not found -e: nerasta
There is problems with ${APXS} variable used in Makefile. Yra problemų su $ (APXS) kintamasis naudojamas Makefile. Just add the following to the subversion Makefile, before any ${APXS} declaration: Tiesiog pridėkite Subversion Makefile, prieš bet $ (APXS) deklaracija:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs. Arba galite pakeisti $ (APXS) į Makefile faktinį visą kelią apxs. Or you can run “setenv APXS apxs” before start the subversion installation. Arba galite paleisti "setenv APXS apxs" Prieš pradedant Subversion montavimas.
When compiling subversion, the following error appears: Rengdamos Subversion, tokį klaidos pranešimą:
Error: shared library “apr-1.0″ does not exist Klaida: shared library "Bal-1.0" neegzistuoja
This problem is because devel/subversion looks for wrong LIB_DEPENDS. Ši problema yra todėl, kad devel / Subversion ieško klaidingą LIB_DEPENDS. Change the following lines: Pakeiskite šias eilutes:
.if !defined(WITHOUT_BDB) . jeigu! apibrėžta (WITHOUT_BDB)
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn -LIB_DEPENDS + = Bal-1.0 $ (PORTSDIR) / devel / Bal-svn
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + LIB_DEPENDS + = Bal-1.2 $ (PORTSDIR) / devel / Bal-svn
APR_PORT= devel/apr-svn APR_PORT = devel / Bal-svn
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = APR_UTIL_WITH_BERKELEY_DB = yes
.else . kitur
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr -LIB_DEPENDS + = Bal-1.0 $ (PORTSDIR) / devel / APR
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + LIB_DEPENDS + = Bal-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.) (Pastaba: - tai linija kaita (iki pokyčių) ir + tai nauja linija tarkime būti. Palikite kiti linija nepažeista.)
IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Automatinis vertimas gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.
Related Articles Susiję straipsniai
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Diegimas web serveris FreeBSD 6,0 su Apache 2.2, MySQL 5.0, PHP 5 - 4 dalis
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Diegimas web serveris FreeBSD 6,0 su Apache 2.2, MySQL 5.0, PHP 5 - 5 dalis
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Diegimas web serveris FreeBSD 6,0 su Apache 2.2, MySQL 5.0, PHP 5 - 3 dalis
- FreeBSD Apache HTTP Accept Filter Error FreeBSD, Apache HTTP accept filtro klaida
- Update FreeBSD Ports Collection Up to Date and Latest Atnaujinti FreeBSD rinkimo uostuose atnaujinamas bei Naujausios
- Using Portsnap to Update FreeBSD Ports Tree Collection Naudojant Portsnap atnaujinti FreeBSD Ports medis Collection
- Common Errors and Problems when Activating Windows Vista with KMS Server Bendra klaidas ir problemas, kai aktyvinti Windows Vista KMS serveris
- Installing and Configuring DHCP Server (DHCPd) on FreeBSD Diegimas ir konfigūravimas DHCP serveris (dhcpd) FreeBSD
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down Ant VMware serverio laikas ir laikrodžių 6,0 FreeBSD Slow Down
- Windows Vista KB932063 Hotfix Released to Resolve Wireless Authentication Problems Windows Vista pataisų KB932063 Išleistas Išspręsti Wireless autentiškumo problemos









































