I'm now trying 3.3.2 and running into a mess of compile errors again.
Firstly -
Had to add this patch; referenced elsewhere, but known about.
src/global/dict_mysql.c (postfix 3.2.0-5, 3.3.0 and current) to allow
build against MySQL 8.x
Then had to add this define to dict_mysql.c
#define MYSQL_OPT_SSL_VERIFY_SERVER_CERT 0
Because the compiler was complaining that it wasn't declared. Compiles fine
past this until it gets to...
....... lots of these .......
"_X509_getm_notBefore", referenced from:
import-atom in libpostfix-tls.dylib
"_X509_up_ref", referenced from:
import-atom in libpostfix-tls.dylib
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [smtpd] Error 1
make: *** [update] Error 1
make: *** [update] Error 2
As mentioned previously, I'm on a Mac, mostly Homebrew installs of code
things.
--
Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html