今日、サーバーに pysvn をインストールしようとしましたが、以下のような問題が発生しました。
[root@coffish pysvn-1.7.6]# python setup.py install
running install
running bdist_egg
running egg_info
writing pysvn.egg-info/PKG-INFO
writing top-level names to pysvn.egg-info/top_level.txt
writing dependency_links to pysvn.egg-info/dependency_links.txt
reading manifest file 'pysvn.egg-info/SOURCES.txt'
writing manifest file 'pysvn.egg-info/SOURCES.txt'
Info: Configure for python 2.6.5 in exec_prefix /usr
Info: Found PyCXX include in /usr/local/src/pysvn-1.7.6/Import/pycxx-6.2.4
Info: Found PyCXX include in /usr/local/src/pysvn-1.7.6/Import/pycxx-6.2.4
Info: Found PyCXX Source in /usr/local/src/pysvn-1.7.6/Import/pycxx-6.2.4/Src
('Error:', 'cannot find SVN include svn_client.h - use --svn-inc-dir')
make: *** No rule to make target `clean'. Stop.
make: *** No targets. Stop.
make: *** No rule to make target `egg'. Stop.
error: Not a URL, existing file, or requirement spec: 'dist/pysvn-1.7.6-py2.6-linux- i686.egg'
また、svn_client.h ファイルを見つけて現在のディレクトリに配置しようとしましたが、機能しませんでした。Subversion クライアント パッケージをダウンロードすることをお勧めします。しかし、Subversion クライアント パッケージとは何ですか?
どうすればこの問題を解決できますか。