Installing the Subversion Connector for SuSE 11

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

SeSE is not one of the operating systems tested with the Crowd Apache/Subversion Connector version 1.3. However, by compiling the source code, you can install it in this OS taking the steps listed below:

ソリューション

1. Install the following RPMs


perl-Error
perl-HTTPS
perl-IO-Socket-SSL
perl-IO-stringy
perl-MailTools
perl-MIME-Lite
perl-MIME-tools
perl-Net-SSLeay
perl-SOAP-Lite

These RPMs don't seem to be available in the SuSE repositories, so download the OpenSuSE 11 versions from:

Another required dependency is the Cache::Cache module. OpenSuSE does not seem to have it's RPM, so install it from CPAN, using the following command:


wget http://search.cpan.org/CPAN/authors/id/J/JS/JSWARTZ/Cache-Cache-1.06.tar.gz
tar xvf Cache-Cache-1.06.tar.gz 
cd Cache-Cache-1.06/
perl Makefile.PL 
make test
make install

Then, install the Crowd Connector modules (from here):


unzip TARS.zip
tar xzf Atlassian-Crowd-1.3.tar.gz
tar xzf Apache-CrowdAuthz-1.3.tar.gz
tar xzf Apache-CrowdAuth-1.3.tar.gz
cd Atlassian-Crowd-1.3
perl Makefile.PL
make
make install
cd ../Apache-CrowdAuth-1.3
perl Makefile.PL
make
make install
cd ../Apache-CrowdAuthz-1.3
perl Makefile.PL
make
make install

最終更新日 2012 年 11 月 21 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.