Skip to content

Commit

Permalink
Update install docs for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 13, 2023
1 parent 34c3895 commit d8d1cf7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/DBD/mysql/INSTALL.pod
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,14 @@ mysql client libs. The easiest way to install these is using Homebrew

Once you have Homebrew set up, you can simply install the dependencies using

brew install openssl mysql-connector-c
brew install openssl@3 mysql-client

Then make sure to add the path for L<mysql_config> to your path:

export PATH=/usr/local/Cellar/mysql-client/8.1.0/bin:$PATH

Make sure to use the correct path for your installation. Check the output of L<brew list mysql-client>
to see the correct path. You can use L<~/.zshrc> to set the path for future sessions as well.

Then you can install DBD::mysql using your cpan client.

Expand Down

0 comments on commit d8d1cf7

Please sign in to comment.