in reply to DBI Installation Mac
First, I want to just check the obvious: MySQL is installed, right?
I've encountered this same error, but it was on a Linux machine. I followed this guy's advice and installed libmysqlclient-dev via aptitude.
There is a post on SO about installing this library on OS X. The most popular answer was installing MySQL with Homebrew: brew install mysql. Even if your computer came pre-installed with MySQL, it might be good to use a brewed version so you can re-install or update w/o breaking anything your system needs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI Installation Mac
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 |