* [gentoo-user] Berkeley DB patch required (I think)
@ 2005-12-13 16:04 Mike Kenny
2005-12-13 16:28 ` Hans-Werner Hilse
2005-12-13 18:15 ` Markus Ullmann
0 siblings, 2 replies; 6+ messages in thread
From: Mike Kenny @ 2005-12-13 16:04 UTC (permalink / raw
To: Gentoo Users
Trying to get openexchange working (using Mike Fetherston's excellent
howto) I receive the following in /var/log/messages when I try to login
through login.pl
Dec 13 15:56:00 getafix slapd[6732]: conn=0 fd=11 ACCEPT from
IP=192.168.0.4:32773 (IP=0.0.0.0:389)
Dec 13 15:56:00 getafix slapd[7155]: conn=0 op=0 BIND dn="" method=128
Dec 13 15:56:00 getafix slapd[6732]: connection_input: conn=0 deferring
operation: binding
Dec 13 15:56:00 getafix slapd[7155]: conn=0 op=0 RESULT tag=97 err=0 text=
Dec 13 15:56:00 getafix slapd[7156]: conn=0 op=1 BIND
dn="uid=mkenny,ou=Users,ou=OxObjects,dc=inzanix,dc=com" method=128
Dec 13 15:56:00 getafix slapd[7156]: bdb(dc=inzanix,dc=com): illegal
flag specified to txn_begin
Dec 13 15:56:00 getafix slapd[7156]: bdb_txn_get: BerkeleyDB 4.2.52
library needs TXN patch!
Dec 13 15:56:00 getafix slapd[7156]: conn=0 op=1 RESULT tag=97 err=49 text=
I know this is not specifically a gentoo issue, more LDAP or OX, but I
then followed the reference to a required patch on the second last line
of messages. I wanted to check what versions of bdb were available, but
emerge --searchdesc on berkeley shows:
* sys-libs/db
Latest version available: 4.2.52_p2
Latest version installed: 4.2.52_p2
Size of downloaded files: 3,980 kB
Homepage: http://www.sleepycat.com/
Description: Berkeley DB
License: DB
which indicates that I have the latest version. Is there somewhere else
I should be looking?
Thanks,
--
mike kenny
Linux Registered User #381724
LPI ID# 80080
"Hell, there are no rules here, we're just trying to accomplish something"
Thomas Edison
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Berkeley DB patch required (I think)
2005-12-13 16:04 [gentoo-user] Berkeley DB patch required (I think) Mike Kenny
@ 2005-12-13 16:28 ` Hans-Werner Hilse
2005-12-13 17:15 ` Mike Kenny
2005-12-13 18:15 ` Markus Ullmann
1 sibling, 1 reply; 6+ messages in thread
From: Hans-Werner Hilse @ 2005-12-13 16:28 UTC (permalink / raw
To: gentoo-user
Hi,
On Tue, 13 Dec 2005 18:04:56 +0200
Mike Kenny <mikekenny@telkomsa.net> wrote:
> Dec 13 15:56:00 getafix slapd[7156]: bdb(dc=inzanix,dc=com): illegal
> flag specified to txn_begin
> Dec 13 15:56:00 getafix slapd[7156]: bdb_txn_get: BerkeleyDB 4.2.52
> library needs TXN patch!
> Dec 13 15:56:00 getafix slapd[7156]: conn=0 op=1 RESULT tag=97 err=49 text=
>
> I know this is not specifically a gentoo issue, more LDAP or OX, but I
> then followed the reference to a required patch on the second last line
> of messages. I wanted to check what versions of bdb were available, but
> [... only found one...]
As it's clearly LDAP which is complaining here, it would be interesting
- if that's actually the OpenLDAP compiled on your Gentoo, and if yes,
- what a re-emerge of OpenLDAP causes and
- what USE flags you're using for OpenLDAP
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Berkeley DB patch required (I think)
2005-12-13 16:28 ` Hans-Werner Hilse
@ 2005-12-13 17:15 ` Mike Kenny
0 siblings, 0 replies; 6+ messages in thread
From: Mike Kenny @ 2005-12-13 17:15 UTC (permalink / raw
To: gentoo-user
Hans-Werner Hilse wrote:
> Hi,
>
> On Tue, 13 Dec 2005 18:04:56 +0200
> Mike Kenny <mikekenny@telkomsa.net> wrote:
>
>
>>Dec 13 15:56:00 getafix slapd[7156]: bdb(dc=inzanix,dc=com): illegal
>>flag specified to txn_begin
>>Dec 13 15:56:00 getafix slapd[7156]: bdb_txn_get: BerkeleyDB 4.2.52
>>library needs TXN patch!
>>Dec 13 15:56:00 getafix slapd[7156]: conn=0 op=1 RESULT tag=97 err=49 text=
>>
>>I know this is not specifically a gentoo issue, more LDAP or OX, but I
>>then followed the reference to a required patch on the second last line
>>of messages. I wanted to check what versions of bdb were available, but
>>[... only found one...]
>
>
> As it's clearly LDAP which is complaining here, it would be interesting
> - if that's actually the OpenLDAP compiled on your Gentoo, and if yes,
> - what a re-emerge of OpenLDAP causes and
> - what USE flags you're using for OpenLDAP
>
> -hwh
I'll run an emerge on it and see what the results are. My USE flags are
default. Which in /etc/make.conf are:
USE="-X -alsa -oss -gif -mad -gpm -gnome -motif -mikmod -encode -kde
-apm -nls -arts -avi -bitmap-fonts -cups -foomaticdb -gtk -gtk2 -ipv6
-jpeg -mpeg -oggvorbis -opengl -pdflib -png -qt -quicktime -readline
-sdl -truetype -xmms -xv apache2 nptl ssl pam ssh"
Is there somewhere else I should check for these flags?
--
mike kenny
Linux Registered User #381724
LPI ID# 80080
"Hell, there are no rules here, we're just trying to accomplish something"
Thomas Edison
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Berkeley DB patch required (I think)
2005-12-13 16:04 [gentoo-user] Berkeley DB patch required (I think) Mike Kenny
2005-12-13 16:28 ` Hans-Werner Hilse
@ 2005-12-13 18:15 ` Markus Ullmann
2005-12-13 19:57 ` Mike Kenny
2005-12-14 5:03 ` Mike Kenny
1 sibling, 2 replies; 6+ messages in thread
From: Markus Ullmann @ 2005-12-13 18:15 UTC (permalink / raw
To: gentoo-user
Mike Kenny wrote:
> * sys-libs/db
> Latest version available: 4.2.52_p2
> Latest version installed: 4.2.52_p2
> which indicates that I have the latest version. Is there somewhere else
> I should be looking?
The 4.2.52_p2-r1 contains that patch and is stable on most arches, what
arch are you on?
http://gentoo-portage.com/sys-libs/db
Greets,
Markus
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Berkeley DB patch required (I think)
2005-12-13 18:15 ` Markus Ullmann
@ 2005-12-13 19:57 ` Mike Kenny
2005-12-14 5:03 ` Mike Kenny
1 sibling, 0 replies; 6+ messages in thread
From: Mike Kenny @ 2005-12-13 19:57 UTC (permalink / raw
To: gentoo-user
Markus Ullmann wrote:
> Mike Kenny wrote:
>
>
>>* sys-libs/db
>> Latest version available: 4.2.52_p2
>> Latest version installed: 4.2.52_p2
>>which indicates that I have the latest version. Is there somewhere else
>>I should be looking?
>
>
> The 4.2.52_p2-r1 contains that patch and is stable on most arches, what
> arch are you on?
>
> http://gentoo-portage.com/sys-libs/db
>
> Greets,
> Markus
I am on x86
--
mike kenny
Linux Registered User #381724
LPI ID# 80080
"Hell, there are no rules here, we're just trying to accomplish something"
Thomas Edison
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Berkeley DB patch required (I think)
2005-12-13 18:15 ` Markus Ullmann
2005-12-13 19:57 ` Mike Kenny
@ 2005-12-14 5:03 ` Mike Kenny
1 sibling, 0 replies; 6+ messages in thread
From: Mike Kenny @ 2005-12-14 5:03 UTC (permalink / raw
To: gentoo-user
Markus Ullmann wrote:
> Mike Kenny wrote:
>
>
>>* sys-libs/db
>> Latest version available: 4.2.52_p2
>> Latest version installed: 4.2.52_p2
>>which indicates that I have the latest version. Is there somewhere else
>>I should be looking?
>
>
> The 4.2.52_p2-r1 contains that patch and is stable on most arches, what
> arch are you on?
>
> http://gentoo-portage.com/sys-libs/db
>
> Greets,
> Markus
Markus,
I have downloaded the ebuild referenced. However, I have only ever used
emerge to install packages over the internet. Ho do I apply this patch
to my installation?
Thanks for your assistance with this
--
mike kenny
Linux Registered User #381724
LPI ID# 80080
"Hell, there are no rules here, we're just trying to accomplish something"
Thomas Edison
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-12-14 5:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 16:04 [gentoo-user] Berkeley DB patch required (I think) Mike Kenny
2005-12-13 16:28 ` Hans-Werner Hilse
2005-12-13 17:15 ` Mike Kenny
2005-12-13 18:15 ` Markus Ullmann
2005-12-13 19:57 ` Mike Kenny
2005-12-14 5:03 ` Mike Kenny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox