Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

Configure/Compile Apache with SVN module

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


listsakthi at gmail

May 13, 2008, 5:44 AM

Post #1 of 6 (367 views)
Permalink
Configure/Compile Apache with SVN module

Hello,

I am trying to configure/compile apache with svn module. I tried following
steps but have results furitless :(

objective: I like to have mod_dav_svn.so and mod_authz_svn.so for subversion
access through apache.

I tried following configuration before make. make install
prompt>> ./configure --enable-so --enable-modules=all

it is said that by default the library files will be placed in
/usr/local/apache2/lib but i don't find

Can some one help me?

regards
SK


krist.vanbesien at gmail

May 13, 2008, 11:31 AM

Post #2 of 6 (348 views)
Permalink
Re: Configure/Compile Apache with SVN module [In reply to]

On Tue, May 13, 2008 at 2:44 PM, sakthi v <listsakthi[at]gmail.com> wrote:
> Hello,
>
> I am trying to configure/compile apache with svn module. I tried following
> steps but have results furitless :(
>
> objective: I like to have mod_dav_svn.so and mod_authz_svn.so for subversion
> access through apache.
>
> I tried following configuration before make. make install
> prompt>> ./configure --enable-so --enable-modules=all
>
> it is said that by default the library files will be placed in
> /usr/local/apache2/lib but i don't find
>
> Can some one help me?

The SVN modules are not part of the apache distribution. You need to
download the subversion source to in order to compile them.

Krist


--
krist.vanbesien[at]gmail.com
krist[at]vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


listsakthi at gmail

May 14, 2008, 2:24 AM

Post #3 of 6 (341 views)
Permalink
Re: Configure/Compile Apache with SVN module [In reply to]

Thaks Krist.

I compiled subversion src.. and i got the SVN modules.

But I have a questions, Does apache builds any module (.so) as I am not
seeing any .so files creating even after configuring with these options ....
--enable-so --enable-modules=all

Regards
Sakthi

On Wed, May 14, 2008 at 12:01 AM, Krist van Besien <
krist.vanbesien[at]gmail.com> wrote:

> On Tue, May 13, 2008 at 2:44 PM, sakthi v <listsakthi[at]gmail.com> wrote:
> > Hello,
> >
> > I am trying to configure/compile apache with svn module. I tried
> following
> > steps but have results furitless :(
> >
> > objective: I like to have mod_dav_svn.so and mod_authz_svn.so for
> subversion
> > access through apache.
> >
> > I tried following configuration before make. make install
> > prompt>> ./configure --enable-so --enable-modules=all
> >
> > it is said that by default the library files will be placed in
> > /usr/local/apache2/lib but i don't find
> >
> > Can some one help me?
>
> The SVN modules are not part of the apache distribution. You need to
> download the subversion source to in order to compile them.
>
> Krist
>
>
> --
> krist.vanbesien[at]gmail.com
> krist[at]vanbesien.org
> Bremgarten b. Bern, Switzerland
> --
> A: It reverses the normal flow of conversation.
> Q: What's wrong with top-posting?
> A: Top-posting.
> Q: What's the biggest scourge on plain text email discussions?
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>


craig.huffstetler at gmail

May 14, 2008, 2:50 AM

Post #4 of 6 (342 views)
Permalink
Re: Configure/Compile Apache with SVN module [In reply to]

Greetings Sakthi,

Great choice for source control and for your HTTPD if I must say so myself.
... Sorry, I couldn't help myself. Now onto your question. I'll be brief
because I'm not entirely sure of what you have done thus far and I'm going
to refer you to an archived post and a web address. I'm sorry for the
informality; however, afterwards please feel free to respond if it does not
clear it up.

I am not sure of the exact steps you took during the Apache compile, nor how
your setup is configured thus far. So I am going to refer you to two
articles which should clear up your issues. After reading these articles let
me know if we can continue to assist by any means with exact errors and
steps to produce.

http://www.gossamer-threads.com/lists/apache/users/351519
and/or
http://jmatrix.net/dao/case/case.jsp?case=7F000001-3FA5AC-117698C9991-27F5(detailed
from RedHat derivatives, basically)
and/or
http://davidwinter.me.uk/articles/2006/02/16/subversion-over-apache-2-on-ubuntu/(for
Ubuntu, basically)
[if you plan on using DAV]
http://www.debuntu.org/2006/05/20/54-how-to-subversion-svn-with-apache2-and-dav

I just thought I would give you a few. The first link is your best bet and
the best place to start unless you are wanting to start with something
distro specific. It's really up to you and your installation and overall
configuration. I'm letting you be the judge.

Good luck and *Standing by.*

Sincerely,

Craig Huffstetler
xq on FreeNode #apache

On Wed, May 14, 2008 at 5:24 AM, sakthi v <listsakthi[at]gmail.com> wrote:

> Thaks Krist.
>
> I compiled subversion src.. and i got the SVN modules.
>
> But I have a questions, Does apache builds any module (.so) as I am not
> seeing any .so files creating even after configuring with these options ....
> --enable-so --enable-modules=all
>
> Regards
> Sakthi
>
>
> On Wed, May 14, 2008 at 12:01 AM, Krist van Besien <
> krist.vanbesien[at]gmail.com> wrote:
>
> > On Tue, May 13, 2008 at 2:44 PM, sakthi v <listsakthi[at]gmail.com> wrote:
> > > Hello,
> > >
> > > I am trying to configure/compile apache with svn module. I tried
> > following
> > > steps but have results furitless :(
> > >
> > > objective: I like to have mod_dav_svn.so and mod_authz_svn.so for
> > subversion
> > > access through apache.
> > >
> > > I tried following configuration before make. make install
> > > prompt>> ./configure --enable-so --enable-modules=all
> > >
> > > it is said that by default the library files will be placed in
> > > /usr/local/apache2/lib but i don't find
> > >
> > > Can some one help me?
> >
> > The SVN modules are not part of the apache distribution. You need to
> > download the subversion source to in order to compile them.
> >
> > Krist
> >
> >
> > --
> > krist.vanbesien[at]gmail.com
> > krist[at]vanbesien.org
> > Bremgarten b. Bern, Switzerland
> > --
> > A: It reverses the normal flow of conversation.
> > Q: What's wrong with top-posting?
> > A: Top-posting.
> > Q: What's the biggest scourge on plain text email discussions?
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> > Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> > " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> > For additional commands, e-mail: users-help[at]httpd.apache.org
> >
> >
>


krist.vanbesien at gmail

May 14, 2008, 6:29 AM

Post #5 of 6 (341 views)
Permalink
Re: Configure/Compile Apache with SVN module [In reply to]

On Wed, May 14, 2008 at 11:24 AM, sakthi v <listsakthi[at]gmail.com> wrote:
> Thaks Krist.
>
> I compiled subversion src.. and i got the SVN modules.
>
> But I have a questions, Does apache builds any module (.so) as I am not
> seeing any .so files creating even after configuring with these options ....
> --enable-so --enable-modules=all

Modules are normally in the modules subdir, not in the lib subdir. If
you have the svn modules you need to aad them to this dir, and then
enable them in your config. The SVN handbook has all the details.

Krist

--
krist.vanbesien[at]gmail.com
krist[at]vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


listsakthi at gmail

May 15, 2008, 2:16 AM

Post #6 of 6 (339 views)
Permalink
Re: Configure/Compile Apache with SVN module [In reply to]

Thanks Craig/Krist
dot so files are created with the option --enable-mods-shared="most ssl dav"
!!

I don't know the purpose of these two options --enable-so
--enable-modules=all ?! as i did not find any .so files created with these
two options.

I will go through the link provided by Craig and get back

Regards
SK

On Wed, May 14, 2008 at 6:59 PM, Krist van Besien <krist.vanbesien[at]gmail.com>
wrote:

> On Wed, May 14, 2008 at 11:24 AM, sakthi v <listsakthi[at]gmail.com> wrote:
> > Thaks Krist.
> >
> > I compiled subversion src.. and i got the SVN modules.
> >
> > But I have a questions, Does apache builds any module (.so) as I am not
> > seeing any .so files creating even after configuring with these options
> ....
> > --enable-so --enable-modules=all
>
> Modules are normally in the modules subdir, not in the lib subdir. If
> you have the svn modules you need to aad them to this dir, and then
> enable them in your config. The SVN handbook has all the details.
>
> Krist
>
> --
> krist.vanbesien[at]gmail.com
> krist[at]vanbesien.org
> Bremgarten b. Bern, Switzerland
> --
> A: It reverses the normal flow of conversation.
> Q: What's wrong with top-posting?
> A: Top-posting.
> Q: What's the biggest scourge on plain text email discussions?
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.