Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSDのSubversion ( SVNの)問題とFreeBSDでmod_dav_svn上の問題
mod_dav_svn is an Apache server module for Subversion server. mod_dav_svn SubversionサーバのためのApacheサーバモジュールです。 The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. mod_dav_svnパッケージは、 Apacheのhttpdができるサーバーを経由してSubversionリポジトリへのアクセスはHTTPを使用して、 。 The following applicable to svn version 1.2.3_1.該当するバージョンは、次の1.2.3_1のsvnしてください。
Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so コンパイルされず、 mod_dav_svn.soインストールFreeBSDのポートを使用して、 Subversionのインストール
Try using “make -DWITH_MOD_DAV_SVN install” instead of “make WITH_MOD_DAV_SVN=yes install”. "を使用してDWITH_MOD_DAV_SVN "の代わりにインストールしてみてください" =はいWITH_MOD_DAV_SVNインストール"を行う。
When installing subversion, the following error appears: Subversionのインストール時には、次のエラーが表示されます:
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.soの電子秒LIBEXECDIR = / usr/local/libexec/apache2 - 1 - Ñ DAVのlibexec/apache2/mod_dav.so
-e: not foundメール:が見つかりません
There is problems with ${APXS} variable used in Makefile.問題は、 $ ( APXS )変数のMakefileで使用されます。 Just add the following to the subversion Makefile, before any ${APXS} declaration: SubversionのMakefileをするだけで、任意の$ ( APXS )宣言する前に以下を追加します:
APXS= apxs APXS = apxs
Alternatively, you can change ${APXS} in the Makefile to actual full path of the apxs.代わりに、 Makefileのapxsのでは( $ APXS )に実際のフルパスを変更することができます。 Or you can run “setenv APXS apxs” before start the subversion installation.か" " Subversionのインストールを開始する前に、 setenv APXS apxsを実行することができます。
When compiling subversion, the following error appears: Subversionのコンパイル時には、次のエラーが表示されます:
Error: shared library “apr-1.0″ does not existエラー:共有ライブラリ" 4月の1.0 "は存在しません
This problem is because devel/subversion looks for wrong LIB_DEPENDS.この問題のため開発は、 / Subversionの間違ったLIB_DEPENDSを探します。 Change the following lines:以下の行を変更:
.if !defined(WITHOUT_BDB)が! ( WITHOUT_BDB )で定義され
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr-svn - LIB_DEPENDS + = 4月- 1.0 : $ ( PORTSDIR ) /開発/ 4月、 SVNの
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr-svn + LIB_DEPENDS + = 4月- 1.2 : $ ( PORTSDIR ) /開発/ 4月、 SVNの
APR_PORT= devel/apr-svn APR_PORT =開発/ 4月、 SVNの
OPT_NAME= APR_UTIL_WITH_BERKELEY_DB=yes OPT_NAME = APR_UTIL_WITH_BERKELEY_DB =はい
.else 。他
-LIB_DEPENDS+= apr-1.0:${PORTSDIR}/devel/apr - LIB_DEPENDS + = 4月- 1.0 : $ ( PORTSDIR ) /開発/ 4月
+LIB_DEPENDS+= apr-1.2:${PORTSDIR}/devel/apr + LIB_DEPENDS + = 4月- 1.2 : $ ( PORTSDIR ) /開発/ 4月
APR_PORT= devel/apr APR_PORT =開発/ 4月
.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.) (注: -変更( )の前に変更するには、ライン、意味+は、新しい行手段となることでしょう。他のすべての行をそのままにしておきます。 )
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。
Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム . 。
Related Articles関連記事
- Portdowngrade - Downgrade to Previous Version of FreeBSD’s Ports Portdowngrade -以前のバージョンのF reeBSDのポートのダウン
- FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSDの6.0 VMware Serverは、時間とクロック低速でダウン
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit更新FreeBSDのportsコレクション最新バージョンのセキュリティ更新プログラムPortmanagerとPortauditとする
- Checking Free Disk Space on FreeBSD Server FreeBSDのサーバー上のディスクの空き容量を確認する
- FreeBSD Apache HTTP Accept Filter Error FreeBSDのはApache HTTPフィルタエラーを受け入れる
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 WebサーバーはFreeBSD 6.0のインストールにより、 Apache 2.2 、 MySQLは5.0とPHP 5 -パート3
- 5 Tips to Solve Most Computer Problems 5ほとんどのコンピュータの問題を解決するためのヒント
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 WebサーバーはFreeBSD 6.0のインストールにより、 Apache 2.2 、 MySQLは5.0とPHP 5 -パート4
- Searching for Application in FreeBSD’s Ports CollectionアプリケーションのFreeBSDの移植版のコレクションの中を検索する
- Update FreeBSD Ports Collection Up to Date and Latest FreeBSDのportsコレクションを最新の状態に更新すると最新の
































