On Wed, 22 Oct 2003, John Day wrote:
> Hi,
>
Hi.
> In file included from mysql.xs:15:
> dbdimp.h:31:49: mysql.h: No such file or directory
> dbdimp.h:32:49: errmsg.h: No such file or directory
It looks like DBD::mysql is not able to find mysql.h.
Maybe DBD::mysql is unable to find / (find the correct) mysql_config and
is therefore not able to locate the mysql header files.
Try setting your path to include the mysql binary directory (for the mysql
that you just installed) and then run 'perl Makefile.PL' and see if that
helps.
If that does not help could you send the output of 'perl Makefile.PL'.
Rudy