[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

How to include direct dependency of OpenSSL at compile time?

From: Amit <amitjiamitjiji_at_gmail.com>
Date: Tue, 15 Sep 2015 12:21:42 -0700 (PDT)

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
Received on 2015-09-16 07:37:20 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.