6 messages in com.mysql.lists.perlRe: DBD::mysql install nightmare.
FromSent OnAttachments
John Day22 Oct 2003 08:46 
Jochen Wiedmann22 Oct 2003 09:19 
John Day22 Oct 2003 09:30 
Rudy Lippan22 Oct 2003 09:33 
John Day22 Oct 2003 13:07 
Jochen Wiedmann22 Oct 2003 13:16 
Subject:Re: DBD::mysql install nightmare.
From:Rudy Lippan (rlip@remotelinux.com)
Date:10/22/2003 09:33:36 AM
List:com.mysql.lists.perl

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