Skip to content

Commit 9a1500f

Browse files
committed
Docs: Update macOS docs
1 parent d8d1cf7 commit 9a1500f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/DBD/mysql/INSTALL.pod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,15 @@ For installing DBD::mysql you need to have the libssl header files and the
540540
mysql client libs. The easiest way to install these is using Homebrew
541541
(L<https://brew.sh/>).
542542

543+
It is recommended to use a Perl version that is installed with brew as well
544+
as the system version might not come with header files in the expected locations.
545+
543546
Once you have Homebrew set up, you can simply install the dependencies using
544547

545-
brew install openssl@3 mysql-client
548+
brew install perl openssl@3 mysql-client
549+
550+
After installing components with brew you might have to logout and login for
551+
your shell to pick up the newly installed software.
546552

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

0 commit comments

Comments
 (0)