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

Re: Compiling Subversion with SSL Support - not happening

From: Campbell Allan <campbell.allan_at_ciboodle.com>
Date: Tue, 16 Dec 2008 10:58:40 +0000

On Monday 15 Dec 2008, Sankaran, Nambi wrote:
> Hi Stefen
>
> This is what I did,
>
> 1. downloaded suberversion-1.5.4.tar.gz
> 2. unzipped the file
> 3. downloaded subversion-deps-1.5.4.tar.gz
> 4. unzipped this tar file in the same directory, where subversion is
> unzipped
> 5. deleted "serf" directory
> 6. ran the following "configure" command
> ./configure
> --prefix=/ebay/software/pkgs/linux/2.4.21/i686/subversion/1.5.4/
>
> --without-apxs
> --with-ssl
>
> --with-libs=/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/
>
> --includedir=/ebay/software/pkgs/linux/2.4.21/i686/openssl/0.9.8i/includ
> e
> --disable-shared
> This resutls in this error,
>
> config.status: creating subversion/svn_private_config.h
> config.status: subversion/svn_private_config.h is unchanged
> config.status: executing mkdir-init commands
> configure: WARNING: Unrecognized options: --with-libs
> configure: WARNING: we have configured without BDB filesystem support
>
>
>
> I have attached the log files.
>
> What is the right way to build svn with openssl support?
>
> Thanks
> nambi
>

I've traditionally used the environment variables LDFLAGS and CPPFLAGS. So the
last step of my build goes something like:

OPENSSL_INSTALL=/path/to/openssl
LDFLAGS=-L$OPENSSL_INSTALL/lib
CPPFLAGS=-I$OPENSSL_INSTALL/include
CFLAGS=-fPIC

export LDFLAGS CPPFLAGS CFLAGS

./configure --prefix=/path/to/svninstall --with-ssl

There is actually a bit more since I build everything so not sure if that will
work for you as is.

___________________________________________________________________
Sword Ciboodle Ltd (a company registered in Scotland with
registered number SC143434 and whose registered office is at
India of Inchinnan, Renfrewshire, UK, PA4 9LH) is part of the Sword
Group of companies.

This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you, please
inform us and then delete it. If you are not the intended recipient(s),
the use, disclosure, copying or distribution of any information
contained within this email is prohibited. Messages to and from us
may be monitored. If the content is not about the business of the
Sword Group then the message is neither from nor sanctioned by
us.

Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
___________________________________________________________________

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=984915

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-16 11:59:44 CET

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

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