[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: subversion-0.29.0-6982 vs apache2-2.0.47-5mdk

From: Files <files_at_poetryunlimited.com>
Date: 2003-09-16 17:56:54 CEST

I suspect I would be able to access the repositories from db4.1.

The problem is that mod_dav_svn is compiled against libdb4.0. Apache is compiled
against libdb4.0. So since, apache loads mod_dav_svn, and since libdb4.1 is already
loaded, libdb4.0 can't be loaded.

The error I am getting is from subversion that complains that it is expecting db4.0.
14.

Would thing work ok, if the warning was turned off???

I mean, to rephrase the question below, doesn't lidb4.1 do everything lidb4.0 does?

Why *shouldn't* subversion's mod_dav_svn work under libdb4.1 even if it was compiled
against libdb4.0.

Is the error I am getting, simply a version check error?

Can someone shed some light on this?

As for recompiling - easier said than done. I have not been able to get a clean
compile of subversion since I downloaded the 0.29 version.

It complains about my python installation - even though it's complete. I can be more
specific later.

Any further insight would be appreciated.

Shamim Islam

Charles E. Doucette (cdoucette@med-learn.com) wrote:
>
>What about the prebuilt versions of Subversion on the website -
>aren't they built with db4.0 and doesn't it ship/install db4.0;
>but isn't the latest prebuilt version of apache built with db4.1?
>
>In other words, (why?) don't the people who don't recompile
>but use prebuilt installations of Subversion and Apache
>run into the same problem with different versions of the db library?
>Are db4.0 and db4.1 upwardly compatible?
>
>Chuck
>
>> -----Original Message-----
>> From: Garrett Rooney [mailto:rooneg@electricjellyfish.net]
>> Sent: Tuesday, September 16, 2003 11:13 AM
>> To: Files
>> Cc: users@subversion.tigris.org
>> Subject: Re: subversion-0.29.0-6982 vs apache2-2.0.47-5mdk
>>
>>
>> Files wrote:
>>
>> > Apache uses db4.1
>> > mod_dav_svn uses db4.0
>> >
>> > So under apache, with mod_dav_svn, I can't open any repositories.
>> >
>> > Is there a resolution to this???
>>
>> Either compile Apache with db4.0 or compile mod_dav_svn with
>> db4.1 and
>> update your repository to use db4.1.
>>
>> -garrett
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 16 17:57:49 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.