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

SSL support for AIX Client

From: <Steve.Nelson_at_uk.delarue.com>
Date: 2006-11-22 09:52:41 CET

Hello all,

I have a subversion server using mod_dav_svn, set up to allow only SSL
connections. Most of my users have windows laptops (in which case the
use tortoise SVN), or linux workstations (in which case they use
distro-shipped subversion clients). I do, however, have about a dozen
AIX machines which need to be able to use the repo.

I have managed to build subversion on one of these machines such that it
connects over http, but haven't managed to get it to build with SSL.

After reading the relevant sections in INSTALL, and checking google and
mailing lists, I established that I needed to pass the configure script
the location of the SSL header files. I have these installed as the
openssl-devel rpm:

> rpm -qa | grep openssl
openssl-0.9.7d-1
openssl-devel-0.9.7d-1
openssl-doc-0.9.7d-1

This places header fines in /opt/freeware/include:

> rpm -ql openssl-devel | grep rsa
/opt/freeware/include/openssl/rsa.h

Consequently I tried passing this location:

./configure --without-berkeley-db --with-ssl
--with-libs=/opt/freeware/include

I also tried this with --with-libs=/opt/freeware/include/openssl and
with this in my $PATH. On every occasion I get the same error:

checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon

I am all out of ideas - can anyone please help? Am I passing the path
incorrectly? What else can I try?

Thanks in advance

S.

**********************************************************************
This e-mail and any files attached are strictly confidential, may be legally privileged
and are intended solely for the addressee. If you are not the intended recipient, note

that any disclosure, copying, distribution, or use of the contents of this message and

attachments is strictly prohibited. Please notify the sender immediately by return email,
phone or fax and then delete the e-mail and any attachments immediately. The views
and or opinions expressed in this e-mail are not necessarily the views of De La Rue plc
or any of its subsidiaries and the De La Rue Group of companies, their directors,
officers and employees make no representation about and accept no liability for its

accuracy or completeness. Please ensure you have adequate virus protection before

you open any attachment as the De La Rue Group of companies do not accept liability
 for any viruses.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 22 09:59:33 2006

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.