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

Re: 答复: How can I install the subversion without the Apache

From: Bogdan Cristea <cristeab_at_gmail.com>
Date: Wed, 9 Sep 2009 16:40:52 +0300

On Wednesday 09 September 2009 16:23:20 you wrote:
> Hi Bogdan:
> Thanks
> I have checked the options.
> There are follow options I thought maybe related to Apache:
>
> --without-PACKAGE :do not use PACKAGE , I used the command
> ./configure --without-apache , but the same error occurs.
>
> --without-apache-libexecdir : I also used this option, but the got
> the same error.
>
> And now I wonder whether it is possible to disable apache support.
>
> -----邮件原件-----
> 发件人: Bogdan Cristea [mailto:cristeab_at_gmail.com]
> 发送时间: 2009年9月9日 20:59
> 收件人: shaolin.xie
> 抄送: Subversion Users
> 主题: Re: How can I install the subversion without the Apache
>
> On Wednesday 09 September 2009 15:48:10 you wrote:
> > Hi all:
> >
> > Now I want install the subversion on the linux server. The OS is
> > RedHat Enterprise 4. I downloaded the subversion source code 1.6.3 and
>
> the
>
> > dependency package.
> >
> > According to the INSTALLATON instruction, I first unpack the packages and
> > set up the apr and apr-util with following instructions:
> >
> > cd apr ; ./buildconf; cd ..
> >
> > cd apr-util; ./buildconf; cd..
> >
> > And then
> >
> > ./configure
> >
> > but error occurs : Apache version is incompatible with APR version.
> >
> > As I only want to install the subversion client, which don't need the
> > Apache, How Can I configure the installation process ?
> >
> > ps: I am a regular user of the server, and have no permission to update
>
> the
>
> > Apache.
> >
> > Thanks
> >
> > ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
>
> > 392856
> >
> > To unsubscribe from this discussion, e-mail:
> > [users-unsubscribe_at_subversion.tigris.org].
>
> ./configure --help should give you the available options.
>
> You should be able to disable apache support
>

Hi

Try the following

./configure --without-neon --without-apxs

I would be tempted to disable apr (--without-apr), but for some reason does
not seem to work.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-09 15:42:11 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.