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

Re: 'make check' Failures, v 1.6.0, x86_64, Centos 5.2 [SOLVED]

From: Tom Browder <tom.browder_at_gmail.com>
Date: Wed, 15 Apr 2009 09:46:25 -0500

On Thu, Apr 2, 2009 at 8:07 PM, Tom Browder <tom.browder_at_gmail.com> wrote:
> On 4/2/09, Ryan Schmidt <subversion-2009a_at_ryandesign.com> wrote:
> ...
>> I presume you meant:
>>
>>      ./configure --with-ssl \
>>           --with-apr=/usr/bin/apr-1-config  \
>>           --with-apr-util=/usr/bin/apu-1-config  \
>>           --wihout-serf

I needed this again to buld and successfully check the 1.6.1 version
of subversion and I noticed there is still a typo in the configure
command ("--wihout" should be "--without"). The correct command is:

      ./configure --with-ssl \
          --with-apr=/usr/bin/apr-1-config \
           --with-apr-util=/usr/bin/apu-1-config \
           --wihtout-serf

-Tom

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-15 16:47:17 CEST

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.