help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with cfservd on Mandrake 10.0 -- Solved.


From: Brian Thomas
Subject: Problem with cfservd on Mandrake 10.0 -- Solved.
Date: Thu, 21 Oct 2004 10:43:34 -0700

So for the edification of folks here, I was having problems with cfservd
dumping core under pretty much any load at all on a Mandrake 10.0 box,
and did a little bit of debugging. It turns out it was freaking out
after calls to libdb4.1, so I recompiled with this change.

Change:

BERKELEY_DB_LIB = -ldb

to

BERKELEY_DB_LIB = -ldb-3.3

In src/Makefile to force it to use the db3 libraries instead of 4. (You
could of course also relink /usr/lib/libdb.so to the version 3.3 library
instead of 4.1, but I didn't know what else that might break.) This
solved the problem entirely. I don't know why it's choking with db4,
unless, that is, it's not supposed to work with 4? I dunno. 

Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]