Installing the Subversion Connector for SuSE 11

Still need help?

The Atlassian Community is here for you.

Ask the community

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:

Resolution

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

Last modified on Nov 21, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.