carlriz has asked for the wisdom of the Perl Monks concerning the following question:
I am installing DBI onto my system. So, far I have issued the command: sudo perl -MCPAN -e 'install DBD::mysql'. For hardware, I am running macbook pro 10.8.4 OS X.
Then it looks like it runs a 'make test', which ends up failing because it cannot find certain dependencies.
Can't exec "mysql_config": No such file or directory at Makefile.PL li +ne 70. Cannot find the file 'mysql_config'! Your execution PATH doesn't seem not contain the path to mysql_config. Resorting to guessed values! Can't exec "mysql_config": No such file or directory at Makefile.PL li +ne 473. Can't find mysql_config. Use --mysql_config option to specify where my +sql_config is located Can't exec "mysql_config": No such file or directory at Makefile.PL li +ne 473. Can't find mysql_config. Use --mysql_config option to specify where my +sql_config is located Can't exec "mysql_config": No such file or directory at Makefile.PL li +ne 473. Can't find mysql_config. Use --mysql_config option to specify where my +sql_config is located
Where do I get this config file? Is there anything else that I am missing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI Installation Mac
by kcott (Archbishop) on Mar 31, 2014 at 14:55 UTC | |
|
Re: DBI Installation Mac
by frozenwithjoy (Priest) on Mar 31, 2014 at 15:01 UTC | |
by carlriz (Beadle) on Mar 31, 2014 at 15:48 UTC | |
by Anonymous Monk on Mar 31, 2014 at 16:04 UTC | |
by frozenwithjoy (Priest) on Mar 31, 2014 at 16:26 UTC | |
by carlriz (Beadle) on Mar 31, 2014 at 18:56 UTC | |
by frozenwithjoy (Priest) on Mar 31, 2014 at 19:16 UTC | |
by carlriz (Beadle) on Mar 31, 2014 at 20:46 UTC | |
by frozenwithjoy (Priest) on Mar 31, 2014 at 21:40 UTC |