Ben Collins-Sussman wrote:
> Martin Sebor wrote:
>
>> I'm wondering if someone could help explain what I might be doing
>> wrong building subversion-1.2.1. I have OpenSSL 0.9.8 (archives
>> only) installed in /usr/local/openssl-0.9.8 on a relatively clean
>> Solaris 9 box. I configured svn with the command below:
>>
>> ./configure --with-ssl=/usr/local/openssl-0.9.8 \
>> --with-libs=/usr/local/openssl-0.9.8 \
>> --prefix=/usr/local/subversion-1.2.1
>
>
>
> Neon's configure script wants simply "--with-ssl", not
> "--with-ssl=/path". Pass "--with-ssl" to subversion's configure, and
> the option will be automatically passed down to neon's configure.
I started with that but configure failed due to the error below.
Specifying --with-ssl=/usr/local/openssl-0.9.8 let me get around
that error but, ovbviously, didn't have desired effect.
checking for library containing RSA_new... -lcrypto
checking for library containing SSL_library_init... not found
configure: error: could not find library containing SSL_library_init
configure failed for neon
Do you have any other suggestions on how to proceed?
Thanks
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 18 18:23:49 2005