File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -540,9 +540,15 @@ For installing DBD::mysql you need to have the libssl header files and the
540
540
mysql client libs. The easiest way to install these is using Homebrew
541
541
(L<https://brew.sh/>).
542
542
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
+
543
546
Once you have Homebrew set up, you can simply install the dependencies using
544
547
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.
546
552
547
553
Then make sure to add the path for L<mysql_config> to your path:
548
554
You can’t perform that action at this time.
0 commit comments