Groups | Search | Server Info | Login | Register


Groups > comp.mail.sendmail > #8260

Re: sendmail snapshot 8.19.0.0

From Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org>
Newsgroups comp.mail.sendmail
Subject Re: sendmail snapshot 8.19.0.0
Date 2026-03-10 13:11 -0400
Organization MGT Consulting
Message-ID <10opjcp$v6e$1@news.misty.com> (permalink)
References <10ootuc$5r7$1@news.misty.com> <10oparp$arep$1@dont-email.me>

Show all headers | View raw


Kalevi Kolttonen wrote:

>   libdb-5.3.28-66.fc43.x86_64

> compilation fails like this using NEWDB:

> static void
> db_err_cb(
> #  if DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 3
>           const DB_ENV *dbenv, const char *errpfx, const char *msg

> #  if DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 3

Can you please try with
#  if DB_VERSION_MAJOR > 4 || DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 3
instead?

Your patch works because you use DB 5.3, but it would probably fail
for 5.x with x < 3 (I haven't tried it because currently I don't
have DB 5.x).

Thanks!

Back to comp.mail.sendmail | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

sendmail snapshot 8.19.0.0 Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2026-03-10 07:05 -0400
  Re: sendmail snapshot 8.19.0.0 kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-03-10 14:46 +0000
    Re: sendmail snapshot 8.19.0.0 Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2026-03-10 13:11 -0400
      Re: sendmail snapshot 8.19.0.0 kalevi@kolttonen.fi (Kalevi Kolttonen) - 2026-03-10 19:37 +0000
        Re: sendmail snapshot 8.19.0.0 Claus Aßmann <INVALID_NO_CC_REMOVE_IF_YOU_DO_NOT_POST_ml+sendmail(-no-copies-please)@esmtp.org> - 2026-03-11 01:37 -0400

csiph-web