On Jun 19, 2006, at 12:25, Indraveni wrote:
>>> I installed subversion with apache support. During installation it
>>> prompted an error message saying "mod_dav_svn.so in /usr/local/
>>> apache/modules - No such File or Directoy" So I just searched for
>>> this module and copied this module from subversion forlder to
>>> apache folder. Same thing repeated for mod_authz_svn.so module. So
>>> its compiled successfully.
>>>
>>> Now when i am tring to start apache the following error message is
>>> displayed.
>>>
>>> boss:root# /usr/local/apache/bin/apachectl start
>>> Syntax error on line 232 of /usr/local/apache/conf/httpd.conf:
>>> Cannot load /usr/local/apache/modules/mod_dav_svn.so into server: /
>>> usr/local/sub version-1.3.2/subversion/libsvn_subr/.libs/
>>> libsvn_subr-1.so.0: undefined symbol: apr_file_mtime_set
>>
>> Was Subversion compiled with the same version of APR as your Apache?
>> It needs to be.
>
> Yes, i have done a mistake here i suppose. For compiling subversion
> i used the following command
>
> ./configure --with-apxs=/usr/local/apache/bin/apxs --without-
> berkeley-db --with-ssl=/usr/local/openssl-0.9.7g/ --with-neon=/usr/
> local/neon/
>
> how can i give thh apr support as you asked me to check??
>
> Is there anything else that i need to use in this compilation command
I looked at "./configure --help" for Subversion 1.3.2, and it says
you can use "--with-apr=PATH" and "--with-apr-util=PATH". Try using
those and pointing them at wherever your apr and apr-util are,
presumably near /usr/local/apache.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 19 12:52:42 2006