bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] exporting metrics with declaration


Hi Marc,

> 1. I noticed that /usr/lib is now being used and not /usr/lib64

Default value for installation directory is deduced from your mailfromd
defaults.  If it doesn't suit you, use the --with-mfmoddir option to
change it.  I believe it is described in
https://www.gnu.org.ua/software/mfmod_openmetrics/manual/configure.html

> 2. and I am getting this
> 
> mfmod_openmetrics.c: In function 'http_log':
> mfmod_openmetrics.c:1060:35: warning: passing argument 3 of 'MHD_get_connection_values' from incompatible pointer type [-Wincompatible-pointer-types]
>  1060 |                                   &reassemble_get_args, pool);
>       |                                   ^~~~~~~~~~~~~~~~~~~~
>       |                                   |
>       |                                   int (*)(void *, enum MHD_ValueKind,  const char *, const char *)
> In file included from mfmod_openmetrics.c:23:

You are using old version of libmicrohttpd.  Both warnings are harmless
and can be ignored.  Upgrade to 0.9.62 if they bug you.

Regards,
Sergey