You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Daniel Lo <dl...@elementcxi.com> on 2005/11/02 23:09:07 UTC

subversion conflicts with db42

Hi David,

I have been working in a project- install subversion on our new system. 
I have go over all kind of problems now I just don't know where to find 
the solution.
Let me tell you a bit about the back ground first. I have a duel xeon 
processor server with 2G memory and running rhle3 64 bit with the latest 
update. The problem I am facing is when I install subversion 1.2.3-1 on 
to my system it has some dependencies. I have took care all but one 
which is the "db42 conflicts with subversion-1.2.3-1" see attach. The 
db42 I have download and install form your web site 
http://summersoft.fay.ar.us/pub/subversion/latest. the db42 is an 
dependency for apr-util0.9.5-0.3.i386.rpm. Now I don't know what to do 
to have subversion working in my system.
Please Help!!

Thanks
Daniel Lo

Re: subversion conflicts with db42

Posted by David Summers <da...@summersoft.fay.ar.us>.

On Wed, 2 Nov 2005, Daniel Lo wrote:

> On the other hand, I am open for any DB or web thing. Since the server is 
> brand new and only condition I have is the OS (Redhat Enterprise 3).

I am using RHEL3 (actually WBEL3) on most of my servers and just use the 
normal FSFS backend (which 1.2.X now uses by default) instead of the DB backend.

Works great.

> David Summers wrote:
>
>> 
>> Please reply to the users list so others can benefit as well.
>> 
>> On Wed, 2 Nov 2005, Daniel Lo wrote:
>> 
>>> I am using Redhat Enterprise Linux 2.4.21-37.EL x86_64
>>> 
>> 
>> I think you meant Redhat Enterprise Linux 3?
>> 
>> If so, then I quit supporting DB 4.2.52 on that platform back this last 
>> spring when subversion 1.2.0 came out, I think.  It was just too much of a 
>> hassle.  Once you start changing the DB version then you have to change 
>> HTTPD,
>> PHP, Python, Perl, and other packages to remain consistent; a royal mess.
>> 
>> My goal for the subversion RPMs was to be the least intrusive as possible 
>> and not have to change out a whole load of RPMs, so I gave up trying to 
>> support the DB 4.2.52 on the RHEL3 platform.
>> 
>> On RHEL4 it is back in and on the other platforms I support (7.3, 8.0, 9.0) 
>> it is in.
>> 
>> You can compile a special version of Subversion to use DB 4.2.52 if you 
>> like but if you want to use Apache HTTPD then things start getting very 
>> complicated very fast.
>> 
>> Does this help you at all?  You could look back in the Subversion 
>> packages/rpm/rhel-3 directory at my versions before I dropped support for 
>> DB 4.2.52 to see how I used to try to do it.
>> 
>>  > David Summers wrote:
>> 
>>> 
>>>> 
>>>> What distribution are you using?
>>>> 
>>>> On Wed, 2 Nov 2005, Daniel Lo wrote:
>>>> 
>>>>> I have been working in a project- install subversion on our new system. 
>>>>> I have go over all kind of problems now I just don't know where to find 
>>>>> the solution.
>>>>> Let me tell you a bit about the back ground first. I have a duel xeon 
>>>>> processor server with 2G memory and running rhle3 64 bit with the latest 
>>>>> update. The problem I am facing is when I install subversion 1.2.3-1 on 
>>>>> to my system it has some dependencies. I have took care all but one 
>>>>> which is the "db42 conflicts with subversion-1.2.3-1" see attach. The 
>>>>> db42 I have download and install form your web site 
>>>>> http://summersoft.fay.ar.us/pub/subversion/latest. the db42 is an 
>>>>> dependency for apr-util0.9.5-0.3.i386.rpm. Now I don't know what to do 
>>>>> to have subversion working in my system.
>>>>> Please Help!!
>>>>> 
>>>>> Thanks
>>>>> Daniel Lo
>>>>> 
>>>> 
>>> 
>> 
>

-- 
David Wayne Summers        "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  0B44 B118 85CC F4EC 7021  1ED4 1516 5B78 E320 2001

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: subversion conflicts with db42

Posted by David Summers <da...@summersoft.fay.ar.us>.
Please keep the users@subversion.tigris.org in the CC so that others can 
benefit and I don't have to repeat myself over and over.  :-)

On Wed, 2 Nov 2005, Daniel Lo wrote:

> Yes, I am using Enterprise Linux 3.
> Is that mean I am totally out now?

Well, if you want to use my RPMs then I dropped support for BDB in RHEL3 
RPMs.  There may be other RPMs you could use, see the Subversion downloads 
directory.  However beware.  Some of the RPMs that other people (including 
RedHat) use the BDB 4.1.25 which has known problems with Subversion.

> Or you suggest I should compiled my own. Worse come to the worst, what do I 
> need for preparing in this route.

Yes, you could look at the Subversion repository back before I dropped 
support for DB in RHEL3 to see how I compiled it.

> David Summers wrote:
>
>> 
>> Please reply to the users list so others can benefit as well.
>> 
>> On Wed, 2 Nov 2005, Daniel Lo wrote:
>> 
>>> I am using Redhat Enterprise Linux 2.4.21-37.EL x86_64
>>> 
>> 
>> I think you meant Redhat Enterprise Linux 3?
>> 
>> If so, then I quit supporting DB 4.2.52 on that platform back this last 
>> spring when subversion 1.2.0 came out, I think.  It was just too much of a 
>> hassle.  Once you start changing the DB version then you have to change 
>> HTTPD,
>> PHP, Python, Perl, and other packages to remain consistent; a royal mess.
>> 
>> My goal for the subversion RPMs was to be the least intrusive as possible 
>> and not have to change out a whole load of RPMs, so I gave up trying to 
>> support the DB 4.2.52 on the RHEL3 platform.
>> 
>> On RHEL4 it is back in and on the other platforms I support (7.3, 8.0, 9.0) 
>> it is in.
>> 
>> You can compile a special version of Subversion to use DB 4.2.52 if you 
>> like but if you want to use Apache HTTPD then things start getting very 
>> complicated very fast.
>> 
>> Does this help you at all?  You could look back in the Subversion 
>> packages/rpm/rhel-3 directory at my versions before I dropped support for 
>> DB 4.2.52 to see how I used to try to do it.
>> 
>>  > David Summers wrote:
>> 
>>> 
>>>> 
>>>> What distribution are you using?
>>>> 
>>>> On Wed, 2 Nov 2005, Daniel Lo wrote:
>>>> 
>>>>> I have been working in a project- install subversion on our new system. 
>>>>> I have go over all kind of problems now I just don't know where to find 
>>>>> the solution.
>>>>> Let me tell you a bit about the back ground first. I have a duel xeon 
>>>>> processor server with 2G memory and running rhle3 64 bit with the latest 
>>>>> update. The problem I am facing is when I install subversion 1.2.3-1 on 
>>>>> to my system it has some dependencies. I have took care all but one 
>>>>> which is the "db42 conflicts with subversion-1.2.3-1" see attach. The 
>>>>> db42 I have download and install form your web site 
>>>>> http://summersoft.fay.ar.us/pub/subversion/latest. the db42 is an 
>>>>> dependency for apr-util0.9.5-0.3.i386.rpm. Now I don't know what to do 
>>>>> to have subversion working in my system.
>>>>> Please Help!!
>>>>> 
>>>>> Thanks
>>>>> Daniel Lo
>>>>> 
>>>> 
>>> 
>> 
>

-- 
David Wayne Summers        "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  0B44 B118 85CC F4EC 7021  1ED4 1516 5B78 E320 2001

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: subversion conflicts with db42

Posted by David Summers <da...@summersoft.fay.ar.us>.
Please reply to the users list so others can benefit as well.

On Wed, 2 Nov 2005, Daniel Lo wrote:

> I am using Redhat Enterprise Linux 2.4.21-37.EL x86_64
>

I think you meant Redhat Enterprise Linux 3?

If so, then I quit supporting DB 4.2.52 on that platform back this last 
spring when subversion 1.2.0 came out, I think.  It was just too much of a 
hassle.  Once you start changing the DB version then you have to change HTTPD,
PHP, Python, Perl, and other packages to remain consistent; a royal mess.

My goal for the subversion RPMs was to be the least intrusive as possible 
and not have to change out a whole load of RPMs, so I gave up trying to 
support the DB 4.2.52 on the RHEL3 platform.

On RHEL4 it is back in and on the other platforms I support (7.3, 8.0, 
9.0) it is in.

You can compile a special version of Subversion to use DB 4.2.52 if you 
like but if you want to use Apache HTTPD then things start getting very 
complicated very fast.

Does this help you at all?  You could look back in the Subversion 
packages/rpm/rhel-3 directory at my versions before I 
dropped support for DB 4.2.52 to see how I used to try to do it.

  > David Summers wrote:
>
>> 
>> What distribution are you using?
>> 
>> On Wed, 2 Nov 2005, Daniel Lo wrote:
>> 
>>> I have been working in a project- install subversion on our new system. I 
>>> have go over all kind of problems now I just don't know where to find the 
>>> solution.
>>> Let me tell you a bit about the back ground first. I have a duel xeon 
>>> processor server with 2G memory and running rhle3 64 bit with the latest 
>>> update. The problem I am facing is when I install subversion 1.2.3-1 on to 
>>> my system it has some dependencies. I have took care all but one which is 
>>> the "db42 conflicts with subversion-1.2.3-1" see attach. The db42 I have 
>>> download and install form your web site 
>>> http://summersoft.fay.ar.us/pub/subversion/latest. the db42 is an 
>>> dependency for apr-util0.9.5-0.3.i386.rpm. Now I don't know what to do to 
>>> have subversion working in my system.
>>> Please Help!!
>>> 
>>> Thanks
>>> Daniel Lo
>>> 
>> 
>

-- 
David Wayne Summers        "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  0B44 B118 85CC F4EC 7021  1ED4 1516 5B78 E320 2001

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: subversion conflicts with db42

Posted by David Summers <da...@summersoft.fay.ar.us>.
What distribution are you using?

On Wed, 2 Nov 2005, Daniel Lo wrote:

> I have been working in a project- install subversion on our new system. I 
> have go over all kind of problems now I just don't know where to find the 
> solution.
> Let me tell you a bit about the back ground first. I have a duel xeon 
> processor server with 2G memory and running rhle3 64 bit with the latest 
> update. The problem I am facing is when I install subversion 1.2.3-1 on to my 
> system it has some dependencies. I have took care all but one which is the 
> "db42 conflicts with subversion-1.2.3-1" see attach. The db42 I have download 
> and install form your web site 
> http://summersoft.fay.ar.us/pub/subversion/latest. the db42 is an dependency 
> for apr-util0.9.5-0.3.i386.rpm. Now I don't know what to do to have 
> subversion working in my system.
> Please Help!!
>
> Thanks
> Daniel Lo
>

-- 
David Wayne Summers        "Linux: Because reboots are for hardware upgrades!"
david@summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  0B44 B118 85CC F4EC 7021  1ED4 1516 5B78 E320 2001

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org