James Brown:
> > On 25 Feb 2023, at 12:09 pm, Wietse Venema <[email protected]> wrote:
> >
> > James Brown:
> >> Now it just has one error:
> >>
> >> dict_mysql.c:171:10: fatal error: 'mysql.h' file not found
> >> #include <mysql.h>
> >> ^~~~~~~~~
> >> 1 error generated.
> >> make: *** [dict_mysql.o] Error 1
> >> make: *** [update] Error 1
> >>
> >> % locate mysql.h
> >> /opt/homebrew/Cellar/mysql/8.0.32/include/mysql/mysql.h
> >>
> >> Thanks so much for your help again.
> >
> > I suspect a missing -I directive in CCARGS.
> >
> > Wietse
>
> Thanks Wietse.
>
> Not sure how to do that. I do feel very stupid with all this.
>
> Added ?mysql? to end of path for DHAS_MYSQL which seemed to help, got to an
> error saying it couldn?t find mysqlclient. Put ?-L/opt/homebrew/lib? in
> AUXLIBS:
>
> % make -f Makefile.init makefiles CCARGS="-DUSE_TLS -DUSE_SASL_AUTH \
> -DDEF_SERVER_SASL_TYPE=\\\\"dovecot\\\\" \
Plase, count to three. Three backslashes, not four.
Wietse