> On Nov 8, 2018, at 4:20 AM, Robert Chalmers <racu...@gmail.com> wrote:
> 
> 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

You're compiling with Berkeley DB support enabled, but not providing
a "AUXLIBS" suitable library in which the Berkeley DB implementation
is to be find.  You may need homebrew or "macports", ... for that.

-- 
        Viktor.

Reply via email to