On Thu, 10 Feb 2000, David Beery wrote:
> gcc -c -O -I/usr/local/include -I /home/dbeery/exim-3.13/src/lookups mysql.c
> mysql.c:38: parse error before `MYSQL'
That suggests that it is not seeing the MySQL header files. Have you got
something like
LOOKUP_INCLUDE=-I/opt/local/mysql/include
in your Local/Makefile? You might also need something like
LOOKUP_LIBS=-L/opt/local/mysql/lib -lmysqlclient
to pick up the runtime library.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.