You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Amit <am...@gmail.com> on 2015/09/15 21:21:42 UTC

How to include direct dependency of OpenSSL at compile time?

Hi all,

I am trying to integrate some secure features in SVN and i am planning to 
use OpenSSL for that.
But i am not sure how to include and link OpenSSL with SVN at the time of 
compilation. I have tried to
modify Makefile generated after executing configure script. But i couldn't 
link -lcrypto or -lssl with SVN.
At the end i want to use the functions of OpenSSL. I was able to include 
the header files of OpenSSL,
but i am unable to link libraries like libcrypto or libssl.

What i am assuming is, modifying makefile couldnt link these libraries. So 
do i need to modify the configure
script, or is there a simpler solution too, which i am missing right now? I 
appreciate any kind of advices in advance.

Thanks