Hi, You are right.
mod_authz_svn.so and mod_dav_svn.so ships with SVN and they are placed under $APACHE_HOME/modules during SVN installation if installed with apache option like: Configure ./configure --disable-nls --with-apxs=/usr/local/apache2/bin/apxs --with-ssl --with-neon=/usr/local --with-apr=/usr/local/apache2/bin/apr-1-config --with-apr-util=/usr/local/apache2/bin/apu-1-config --prefix=/svn/install/location Bye, Viki. On Wed, Mar 31, 2010 at 5:46 PM, Eric Covener <cove...@gmail.com> wrote: > On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva > <viki.sanje...@gmail.com> wrote: > > Hi all, > > > > I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) on > > Solaris - i386 machine. I have tried below: > > > > 1: ./configure --enable-dav --enable-so --prefix=/usr/local/apache2 > > --with-included-apr > > 2: make > > 3: make install > > > > And it looks like everything run fine. But I am not able to see > > "mod_dav_svn.so" file under "/usr/local/apache2/modules" > > You just build mod_dav (not _svn) as a static module (so it would > still not be in modules/ -- see apachectl -M). > > Second, mod_dav_svn is not a part of the httpd src, it's part of svn. > > -- > Eric Covener > cove...@gmail.com > > --------------------------------------------------------------------- > 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-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >