RPM

Comment 1 for bug 772846

Revision history for this message
Jeff Johnson (n3npq) wrote :

The tarball (and rpm-5.3.10) expect to
find /usr/include/db51/db.h

This MUST be present (though there is no
reason whatsoever taht you cannot patch
out the 2 occurences of db51 to use any
recent version of Berkeley DB).

Verify when configuring (its in config.log in
your build tree) that Berekely DB was found.

You can also check config.h after running ./configure
(and you MUST add quite a few parameters, do not
expect rpm to Just Build with default options).

There are many examples of Known Good build options
in devtool.conf in the tarball. SuSE is there too.