Big City Baby wrote:
Hi! I'm trying to install the perl module "DBD:mysql" on Mac OS X 10.2. MySQL is installed at /Library/MySQL.others more knowledgeable might have more detailed answers; my guess is that it is saying exactly what is happening... you have installed MySQL under /Library/MySQL (that is a strange place, usually it gets installed under /usr/local/bin or something like that), and /Library/MySQL is not in the path, so the Makefile has no clue what mysql_config is...
When I run "perl Makefile.PL", i get this error message:
--- Can't exec "mysql_config": No such file or directory at Makefile.PL line 169.
save yourself a bunch of grief and install MySQL where most everyone else does... otherwise, add your install directory to the path.
