Re: [Exim] RE: Exim 3.13 compile problems - No rule to make …

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: David Beery
CC: exim-users
Subject: Re: [Exim] RE: Exim 3.13 compile problems - No rule to make tar
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.