Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install docs for macOS #402

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Update install docs for macOS #402

merged 1 commit into from
Nov 13, 2023

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented Nov 13, 2023

To verify support for DBD::mysql on macOS I have:

I've installed DBD::mysql on this host via cpanm and cpan.
As dependency I have tested with both mysql-client (8.1.0) and mysql-client@8.0 (8.0.35). Both installed via brew.

ec2-user@ip-172-31-29-149 ~ % sw_vers                                                                            
ProductName:		macOS
ProductVersion:		13.5.2
BuildVersion:		22G91
ec2-user@ip-172-31-29-149 ~ % which perl                                                                         
/usr/local/bin/perl
ec2-user@ip-172-31-29-149 ~ % perl -v                                                                            


This is perl 5, version 38, subversion 0 (v5.38.0) built for darwin-thread-multi-2level

Copyright 1987-2023, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at https://www.perl.org/, the Perl Home Page.

ec2-user@ip-172-31-29-149 ~ % perl -e 'use DBD::mysql; print "This is DBD::mysql " . $DBD::mysql::VERSION . "\n"'
This is DBD::mysql 5.002

Related issues:

If you encounter any issues on macOS, please report the following:

  • mysql_config output
  • perl -v output
  • sw_vers output
  • build log
  • uname -mp and/or machine output to identify the CPU architecture.

@dveeden dveeden merged commit d8d1cf7 into perl5-dbi:master Nov 13, 2023
5 of 6 checks passed
@dveeden dveeden mentioned this pull request Nov 13, 2023
@JasonCarty-cnic
Copy link

I'm still encountering the issue mentioned in the issue 322. The solution added in here and what was mentioned in the earlier issue do not fix it. Is there something I can do to resolve it or debug the issue better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment