After updating perl via homebrew, i broke my dbd::mysql
installation
installing via cpanm
results in:
I will use the following settings for compiling and testing:
cflags (mysql_config) = -I/usr/local/Cellar/mysql-connector-
c/6.1.9/include
embedded (guessed ) =
ldflags (guessed ) =
libs (mysql_config) = -L/usr/local/Cellar/mysql-connector-
c/6.1.9/lib -l
mysql_config (guessed ) = mysql_config
nocatchstderr (default ) = 0
nofoundrows (default ) = 0
nossl (default ) = 0
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testport (default ) =
testsocket (default ) =
testuser (guessed ) = root
To change these settings, see 'perl Makefile.PL --help' and 'perldoc DBD::mysql::INSTALL'.
Checking if libs are available for compiling...
Can't link/include C library '', aborting.
Does anyone know how to resolve?
I've tried removing mysql-connector-c
and installing mysql
via
homebrew instead. The complaint then is Can't link/include C library
'ssl', 'crypto', aborting
. I do have openssl
installed.
perl version:
This is perl 5, version 24, subversion 1 (v5.24.1) built for
darwin-thread-multi-2level