List:MySQL and Perl« Previous MessageNext Message »
From:Rudy Lippan Date:October 22 2003 4:33pm
Subject:Re: DBD::mysql install nightmare.
View as plain text  
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

Thread
DBD::mysql install nightmare.John Day22 Oct
  • Re: DBD::mysql install nightmare.Jochen Wiedmann22 Oct
    • Re: DBD::mysql install nightmare.John Day22 Oct
      • Re: DBD::mysql install nightmare.Jochen Wiedmann22 Oct
  • Re: DBD::mysql install nightmare.Rudy Lippan22 Oct
Re: DBD::mysql install nightmare.John Day22 Oct