Martin Sebor wrote:
> S. William Schulz wrote:
>
>>
>>> -----Original Message-----
>>> From: Martin Sebor [mailto:sebor@roguewave.com]
>>> Sent: Monday, July 18, 2005 2:40 PM
>>> To: users@subversion.tigris.org
>>> Subject: Re: SSL is not supported
>>>
>>>>>> 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
>>
>>
>>
>> I ran into the same issue this past weekend building 1.2.1 against the
>> default OpenSSL libs on a CentOS system. The solution for me there
>> (since
>> the docs specifically mention that neon will not check in /usr/lib or
>> /usr/local, was to use the --with-libs flag.
>> I ended up with --with-ssl --with-libs=/usr/lib/kerberos . This is
>> working
>> successfully. No idea why I had to go around the end to get there,
>> but that
>> is what worked for me.
>
>
> Thanks for the tip. Unfortunately, we don't have OpenSSL installed
> under /usr/kerberos (we don't have /usr/lib/kerberos, either, but
> I assume that was just a typo).
Yes, typo. I haven't fully investigated either, and on this system, the
ssl libs are in /usr/lib and the openssl headers are all in
/usr/include/openssl. Had it not specifically been mentioned in the
docs, I would never thought of having to pass in the path to kerberos,
darn sure never have to include SSL support in any other application
I've built.
Hope you get it worked out.
S
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 18 23:04:30 2005