Jaroslaw Rafa: > Dnia 2.10.2022 o godz. 17:23:33 Wietse Venema pisze: > > > > If fact it's worse: you can't mix Postfix programs and libraries > > from different Postfix builds, even if they are built from the same > > Postfix source. > > What do you mean here by "different builds"?
Different configurations such as different compiler command-line arguments, linker options, etc. > Does it mean that if I build Postfix two times, from the same source, on the > same system, and with the same build options each time, I cannot mix the > resulting binaries? If you build Postfix twice without changes, then the builds are not different. > With other software, usually I was pretty successful with the following > approach when I installed a binary package from the repository and then > found out that something in the program needs patching: getting the > corresponding source package, patching the file needed, rebuilding with > exactly the same options as the original binary package was built, and That should work, assuming there are no significant changes in the build infrastructure or installed libraries (Postfix by default tries to auto-detect ICU and PCRE support, so results may differ). Just to be sure, compare your makedefs.out file with the one installed in $meta_directory/makedefs.out. Wietse