Skip to content

Instantly share code, notes, and snippets.

@phillipadsmith
Created March 8, 2012 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipadsmith/2002033 to your computer and use it in GitHub Desktop.
Save phillipadsmith/2002033 to your computer and use it in GitHub Desktop.
DBD::mysql installation error message
# Error: Can't load '/Users/phillipadsmith/.cpanm/work/1331223172.70221/DBD-mysql-4.020/blib/arch/auto/DBD/mysql/mysql.bundle' for module DBD::mysql: dlopen(/Users/phillipadsmith/.cpanm/work/1331223172.70221/DBD-mysql-4.020/blib/arch/auto/DBD/mysql/mysql.bundle, 2): Library not loaded: libmysqlclient.18.dylib
# Referenced from: /Users/phillipadsmith/.cpanm/work/1331223172.70221/DBD-mysql-4.020/blib/arch/auto/DBD/mysql/mysql.bundle
# Reason: image not found at /Users/phillipadsmith/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/darwin-2level/DynaLoader.pm line 194.
# at (eval 7) line 2.
# Compilation failed in require at (eval 7) line 2.
# BEGIN failed--compilation aborted at (eval 7) line 2.
FAILED--Further testing stopped: Unable to load DBD::mysql
make: *** [test_dynamic] Error 255
-> FAIL Installing DBD::mysql failed. See /Users/phillipadsmith/.cpanm/build.log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment