in reply to DBD::mysql won't install

How about ldd (or ?otool) mysql.bundle and libmysqlclient.18.dylib ? That way you know what if anything is missing from DYLD_LIBRARY_PATH ?

Are you mixing 32bit/64bit mysql libraries? export VERSIONER_PERL_PREFER_32_BIT=no ? export VERSIONER_PERL_PREFER_32_BIT=yes ?

Replies are listed 'Best First'.
Re^2: DBD::mysql won't install
by 7stud (Deacon) on Jan 07, 2013 at 09:14 UTC

    Thanks for the response.

    1) I don't know where to find mysql.bundle. The following yields no results:

    /usr/local/mysql$ sudo find . -name mysql.bundle

    And I've never used otool before. You'd have to tell me what flags to run otool with to get the information you want.

    2) Those environment variables don't show up when I do:

    $ env | sort

      Me neither, I'm on windows

      Bye