[EMAIL PROTECTED] writes:

>
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -I/usr/local/include/mysql -g -O2 -Wall
> -I.. -I./.. -c checkpasswordmd5.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -I/usr/local/include/mysql -g -O2 -Wall
> -I.. -I./.. -c authmysql.c
> In file included from authmysql.c:19:
> authmysql.h:8: mysql/mysql.h: No such file or directory
> authmysql.h:9: mysql/errmsg.h: No such file or directory

The -I option is wrong.  It looks like that it should be 
 -I/usr/local/include 


-- 
Sam 

Reply via email to