This is an easy one, if we decline to load a module because the build opt sums differ, print out the build opt sums for easier investigation: https://github.com/asterisk/asterisk/blob/master/main/loader.c#L1828
[2024-02-08 12:24:11.060] ERROR[1359704]: loader.c:283 module_load_error: Module 'app_dial.so' was not compiled with the same compile-time options as this version of Asterisk.
[2024-02-08 12:24:11.060] ERROR[1359704]: loader.c:283 module_load_error: Module 'app_dial.so' will not be initialized as it may cause instability.
[2024-02-08 12:24:11.060] ERROR[1359704]: loader.c:283 module_load_error: Module 'app_dial' could not be loaded.
You must be