DB Errors

Patrick Nelson pnelson at neatech.com
Fri May 16 11:28:39 EDT 2003


On Fri, 2003-05-16 at 05:24, Efler, Lukas wrote:
> hi patrick
> 
> i assume you built cyrus-sasl and cyrus-imapd from source?
> 
> looks to me like you don't have db support... did you install the db4-devel rpm package before building cyrus-imapd?
> did the configure script find a valid db support (ie. the various db*.h files)?
> can you post the output of 'ldd /your/path/to/ctl_cyrusdb' ?
> 
> Lukas
> 
> > -----Original Message-----
> > From: Patrick Nelson [mailto:pnelson at neatech.com]
> > Sent: Donnerstag, 15. Mai 2003 18:56
> > To: Cyrus List
> > Subject: Re: DB Errors
> > 
> > 
> > On Mon, 2003-05-12 at 23:00, Patrick Nelson wrote:
> > > RH9 w/ cyrus-imap 2.1.13 and cyrus-sasl-2.1.13 using sasl 
> > to connect to
> > > a ldap server.
> > > 
> > > Have system installed but am seeing a error... Not sure what to do.
> > > 
> > > When I start cyrus-imap it appears that all is well, but I 
> > get messages
> > > in my /var/log/messages log that are like:
> > > 
> > > -------
> > > May 12 22:22:48 co ctl_cyrusdb[17388]: DBERROR db4:
> > > /var/lib/imap/db/__db.001: unable to initialize environment lock:
> > > Function not implemented
> > > May 12 22:22:48 co ctl_cyrusdb[17388]: DBERROR: dbenv->open
> > > '/var/lib/imap/db' failed: Function not implemented
> > > May 12 22:22:48 co ctl_cyrusdb[17388]: DBERROR: init 
> > /var/lib/imap/db:
> > > cyrusdb error
> > > May 12 22:22:48 co ctl_cyrusdb[17388]: done checkpointing cyrus
> > > databases
> > > -------
> > > 
> > > Not sure if this is an error because the startup doesn't 
> > say anything. 
> > > Testing shows that things are working.
> > 
> > Hello... is there anybody out there?  Any ideas would be so cool...
> > 
> > 

Yes building from src
Yes db4-devel-4.0.14-20 rpm is installed

ldd /usr/lib/cyrus-imapd/ctl_cyrusdb
	libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x40022000)
	libssl.so.2 => /lib/libssl.so.2 (0x40035000)
	libcrypto.so.2 => /lib/libcrypto.so.2 (0x40064000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x40138000)
	libdb-3.2.so => /lib/libdb-3.2.so (0x40148000)
	libc.so.6 => /lib/libc.so.6 (0x401f0000)
	libdl.so.2 => /lib/libdl.so.2 (0x40316000)
	libcrypt.so.1 => /lib/libcrypt.so.1 (0x40319000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Which is interesting that db4 isn't in there at all...  Although I'm not
sure what that means.





More information about the Info-cyrus mailing list