Feel Zhou:
>         [root@mail postfix-2.9.3]# make -f Makefile.init makefiles
> CCARGS="-DHAS_MYSQL -I/usr/local/mysql/include"

That is the wrong location.

> gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL -I/usr/local/mysql/include -g
> -O -I. -I../../include -DLINUX2 -c dict_mysql.c
> dict_mysql.c:169:19: error: mysql.h: No such file or directory

This means there is no file /usr/local/mysql/include/mysql.h,
or that you have a permission problem.

        Wietse

Reply via email to