It’s almost through the build but failing on this.
Undefined symbols for architecture x86_64:
"_db_create", referenced from:
import-atom in libpostfix-util.dylib
"_db_env_create", referenced from:
import-atom in libpostfix-util.dylib
"_db_version", referenced from:
import-atom in libpostfix-util.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: *** [master] Error 1
make: *** [update] Error 1
make: *** [update] Error 2
My Make script is this:
make -f Makefile.init dynamicmaps=yes CCARGS='-DHAS_MYSQL
-I/usr/local/include/mysql -DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL
-I/opt/local/include/sasl
-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sasl
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DHAS_PCRE -I/opt/local/include
-DEF_COMMAND_DIR=\"/usr/local/sbin\" -DEF_CONGIG_DIR=\"/usr/local/etc/postfix\"
-DEF_DAEMON_DIR=\"/usr/local/libexec/postfix\"
-DEF_DATA_DIR=\"/var/lib/postfix\" -DEF_MAILQ_PATH=\"/usr/local/bin/mailq\"
-DEF_HTML_DIR=\"/usr/share/doc/postfix/html\"
-DEF_MANPAGE_DIR=\"/usr/local/man\"
-DEF_NEWALIAS_PATH=\"/usr/local/bin/newaliases\"
-DEF_QUEUE_DIR=\"/private/var/spool/postfix\"
-DEF_README_DIR=\"/usr/share/doc/postfix\"
-DEF_SENDMAIL_PATH=\"/usr/local/sbin/sendmail\"' 'AUXLIBS=-L/usr/lib -lsasl2
-L/usr/local/opt/openssl/lib -lssl -lcrypto -L/usr/local/lib'
'AUXLIBS_IUUC=-L/usr/local/Cellar/icu4c/62.1/lib -licuuc'
'AUXLIBS_MYSQL=-L/usr/local/lib -lmysqlclient -lz -lm'
'AUXLIBS_PCRE=-L/usr/local/lib -lpcre’
any ideas where to turn?
Thanks
Robert