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
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2392858
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-09 15:00:46 CEST