Stefan Sperling wrote:
> On Tue, Oct 06, 2009 at 10:48:22AM +0530, J. Bakshi wrote:
>
>> thanks for your guidance. I have modified my repo accordingly and
>> reinstall the svn as well as libapr-util.
>> the subversion-server I have now is version 1.5.7 and arp is 1.3
>>
>> Though apache throws error as
>>
>> ```````````````````
>> Cannot load /usr/lib/apache2/mod_dav_svn.so into server:
>> /usr/lib/apache2/mod_dav_svn.so: undefined symbol: dav_register_provider
>> ```````````````````
>>
>
> Those undefined symbol errors are really bad.
> They mean that the binaries as shipped in the package cannot run,
> either because they are broken themselves or because you don't have
> the correct dependencies installed.
> You cannot solve this by tweaking configuration files. Either the
> package has a bug which needs to be fixed, or you need to install
> the correct dependencies.
>
> Can you please send me (privately if you want to) the output of "rpm -qa" ?
>
> Stefan
>
>
Hello Stefan,
Thanks a lot for your kind guidance. at my end I have a very interesting
as well as good news for you. I have upgraded my box from suse 11.0 to
11.1 And now svn is running with out any hitch which I previously had !!!
I have even tried by
```````````````````
LoadModule dav_svn_module /usr/lib/apache2/mod_dav_svn.so
LoadModule authz_svn_module /usr/lib/apache2/mod_authz_svn.so
````````````````````````
and still not a single error !!!
I think the problem has been fixed in suse 11.1 though the subversion
version portyed with suse 11.1 is version 1.5.2.
the helps, guidance, hints I got from all of you is great. I learned a
no. of new things from you.
many many thanks
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2404003
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-06 12:11:29 CEST