Hello,

I am trying to add a perforce repository to my reviewboard but its giving 
me this error :-

"The specified Perforce Port includes ssl: ,but the p4python library was 
build without SSL support or the library path is incorrect."


The steps which i followed :-

 wget http://www.openssl.org/source/openssl-1.0.1h.tar.gz
 tar -xvzf openssl-1.0.1h.tar.gz
 cd openssl-1.0.1h
./config shared
 make
 sudo make install

 wget http://cdist2.perforce.com/perforce/r14.2/bin.tools/p4python.tgz
 wget http://cdist2.perforce.com/perforce/r14.2/bin.linux26x86_64/p4api.tgz
 tar -xvzf p4python.tgz
 tar -xvzf p4api.tgz
 python setup.py build --ssl /usr/local/ssl/lib --apidir 
/p4api-2014.2.1311338
 sudo python setup.py install --ssl /usr/local/ssl/lib --apidir 
/p4api-2014.2.1311338


Thank You.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to