On Sun, 02 Jan 2011 20:44:02 -0500
Jeff Garzik <j...@garzik.org> wrote:

> > PASS: prep-db
> > DB_ENV->lsn_reset: method not permitted before handle's open method
> > DB_ENV->dbremove: method not permitted before handle's open method
> > cld[11548]: SIGSEGV

> Are you compiling with db4 headers, but linking with db5?
> Or vice versa?
> If you have db4-devel + libdb5... boom.

Looks like you're right, although it's the "vice versa" case:

[zait...@niphredil hail-tip]$ rpm -q libdb-devel db4-devel db4 libdb
libdb-devel-5.1.19-2.fc15.x86_64
package db4-devel is not installed
db4-4.8.30-2.fc14.x86_64
db4-4.8.30-2.fc14.i686
libdb-5.1.19-2.fc15.x86_64
[zait...@niphredil hail-tip]$ ldd ./cld/.libs/cld | grep db
        libdb-4.8.so => /lib64/libdb-4.8.so (0x00007f7f619f9000)
        libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00007f7f5db85000)
[zait...@niphredil hail-tip]$ rpm -qf /lib64/libdb-4.8.so
db4-4.8.30-2.fc14.x86_64
[zait...@niphredil hail-tip]$ 

How to fix this? I cannot blow away db4.

-- Pete
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to