in reply to Getting DBD::mysql, Apache, and Perl to Work Together

use ldd to diagnose the missing libraries from your library path, then fix it, see Re^3: DBD::mysql fail install check (DYLD_LIBRARY_PATH ldd otool install_name_tool VERSIONER_PERL_PREFER_32_BIT .bundle/.dylib/.so

Library not loaded: libmysqlclient.18.dylib finds you the same answer

  • Comment on Re: Getting DBD::mysql, Apache, and Perl to Work Together (ldd)