Can anyone help me out here ? I am still facing this issue !! Thank You
On Wednesday, October 5, 2016 at 5:24:32 PM UTC+5:30, mahesh yadav wrote: > > After deleting P4API.so file and reinstalling p4python i was able to > resolve ssl issue. However, now i'm getting another error *"A repository > was not found at the specified path". * > If i try to connect to my perforce repository from command line then its > getting connected :- > > >>> from P4 import P4 > >>> p4 = P4() > >>> p4.port = "ssl:mycompany.com:1666" > >>> p4.connect() > P4 [telict@ncdqd139 ssl:mycompany.com:1666] connected > > > What could be the possible error here ? > > Thank You > > > On Tuesday, October 4, 2016 at 11:10:24 AM UTC+5:30, mahesh yadav wrote: >> >> 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.
