You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Roberto Tavares <ro...@gmail.com> on 2005/06/15 14:15:24 UTC

Apache modules problem

Hello,

I'm trying to install the subversion and apache.

First I take the following files, and do:
tar -zxvf
cd <name of the dir>
./configure
make
make install

well, it works fine.

So, I did:
"svnadmin create rep"
and it works.

Now, I'm trying to run it using http. But I cannot find the apache .so 
modules. (the "physical" files)

Where can I find it? What am I missing?

Thanks!

Roberto