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 | |
by Anonymous Monk on Jan 07, 2013 at 09:17 UTC |