You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rick Brice <Ri...@comcast.net> on 2003/11/26 17:25:19 UTC

Is Apache from RH9 compatible with Subversion?

Greetings all, I'm new to the subversion project. I'm about 95% sure it 
will be the scm product I will be migrating all my code to.

I'm trying to setup a Subversion server on my RH9 box. I've installed 
Apache from the RedHat CDs and have made no modifications.

When I run ./configure I use the following options...

./configure --enable-maintainer-mode --with-apr=/usr/local/apr 
--with-apu=/usr/local/apr --with-apr-util=/usr/local/apr

I get a warning that reads ...

checking for static Apache module support... no
checking for Apache module support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
          --with-apxs or --with-apache must be used
==================================================================

Obvious I need to add the --with-apxs or --with-apache options but I 
don't know what to use for the directory paths with these options.

Is Apache from RH9, straight off the CDs ready to go? If so, what 
options do I need? If not, what changes do I need to make?

Many thanks,
Rick


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Is Apache from RH9 compatible with Subversion?

Posted by Max Bowsher <ma...@ukf.net>.
marc@mleith.net wrote:
> Actually, RH9 has Apache 1.3 by default.

Incorrect.

$ ncftp ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/linux/9
ncftp ...com/pub/redhat/linux/9 > cd en/os/i386/RedHat/RPMS/
ncftp ...en/os/i386/RedHat/RPMS > ls httpd*
httpd-2.0.40-21.i386.rpm               httpd-manual-2.0.40-21.i386.rpm
httpd-devel-2.0.40-21.i386.rpm

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Is Apache from RH9 compatible with Subversion?

Posted by ma...@mleith.net.
Actually, RH9 has Apache 1.3 by default.

I know - I just rebuilt 2.0.47 about 3 weeks ago in order to get Subversion 
working properly.

Marc.


Quoting Erik Huelsmann <e....@gmx.net>:

> Hi,
> 
> I don't think that the version RedHat has on its CDs is version 2.0.48. So
> the requirements mentioned in the INSTALL file are not met.  I guess that
> Subversion won't run on standard RedHat. There are replacement RPMs though.
> Have
> a look at the 'precomiled packages' page from the download link. David
> Summers prepares (almost) current versions of both Apache and Subversion.
> 
> bye,
> 
> 
> Erik.
> 
> 
> > Greetings all, I'm new to the subversion project. I'm about 95% sure it 
> > will be the scm product I will be migrating all my code to.
> > 
> > I'm trying to setup a Subversion server on my RH9 box. I've installed 
> > Apache from the RedHat CDs and have made no modifications.
> > 
> > When I run ./configure I use the following options...
> > 
> > ./configure --enable-maintainer-mode --with-apr=/usr/local/apr 
> > --with-apu=/usr/local/apr --with-apr-util=/usr/local/apr
> > 
> > I get a warning that reads ...
> > 
> > checking for static Apache module support... no
> > checking for Apache module support via DSO through APXS... no
> > ==================================================================
> > WARNING: skipping the build of mod_dav_svn
> >           --with-apxs or --with-apache must be used
> > ==================================================================
> > 
> > Obvious I need to add the --with-apxs or --with-apache options but I 
> > don't know what to use for the directory paths with these options.
> > 
> > Is Apache from RH9, straight off the CDs ready to go? If so, what 
> > options do I need? If not, what changes do I need to make?
> > 
> > Many thanks,
> > Rick
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> > 
> 
> -- 
> NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
> Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService
> 
> Jetzt kostenlos anmelden unter http://www.gmx.net
> 
> +++ GMX - die erste Adresse für Mail, Message, More! +++
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Is Apache from RH9 compatible with Subversion?

Posted by Ben Collins-Sussman <su...@collab.net>.
On Wed, 2003-11-26 at 12:24, Ben Collins-Sussman wrote:
> On Wed, 2003-11-26 at 11:30, Erik Huelsmann wrote:
> > Hi,
> > 
> > I don't think that the version RedHat has on its CDs is version 2.0.48.
> 
> Don't use the RPMs on the Redhat9 CDs!  They're svn 0.17, almost a YEAR
> old.  You'll get zillions of bugs, and zero tech support from the
> community.

Oops, nevermind.  I misread your mail.  :-)



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Is Apache from RH9 compatible with Subversion?

Posted by Ben Collins-Sussman <su...@collab.net>.
On Wed, 2003-11-26 at 11:30, Erik Huelsmann wrote:
> Hi,
> 
> I don't think that the version RedHat has on its CDs is version 2.0.48.

Don't use the RPMs on the Redhat9 CDs!  They're svn 0.17, almost a YEAR
old.  You'll get zillions of bugs, and zero tech support from the
community.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Is Apache from RH9 compatible with Subversion?

Posted by Erik Huelsmann <e....@gmx.net>.
Hi,

I don't think that the version RedHat has on its CDs is version 2.0.48. So
the requirements mentioned in the INSTALL file are not met.  I guess that
Subversion won't run on standard RedHat. There are replacement RPMs though. Have
a look at the 'precomiled packages' page from the download link. David
Summers prepares (almost) current versions of both Apache and Subversion.

bye,


Erik.


> Greetings all, I'm new to the subversion project. I'm about 95% sure it 
> will be the scm product I will be migrating all my code to.
> 
> I'm trying to setup a Subversion server on my RH9 box. I've installed 
> Apache from the RedHat CDs and have made no modifications.
> 
> When I run ./configure I use the following options...
> 
> ./configure --enable-maintainer-mode --with-apr=/usr/local/apr 
> --with-apu=/usr/local/apr --with-apr-util=/usr/local/apr
> 
> I get a warning that reads ...
> 
> checking for static Apache module support... no
> checking for Apache module support via DSO through APXS... no
> ==================================================================
> WARNING: skipping the build of mod_dav_svn
>           --with-apxs or --with-apache must be used
> ==================================================================
> 
> Obvious I need to add the --with-apxs or --with-apache options but I 
> don't know what to use for the directory paths with these options.
> 
> Is Apache from RH9, straight off the CDs ready to go? If so, what 
> options do I need? If not, what changes do I need to make?
> 
> Many thanks,
> Rick
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 

-- 
NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse f�r Mail, Message, More! +++


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org