Re: Clean Install
[email protected] (John Delacour) Sat, 18 Jun 2011 11:42:45 +0100
| Newsgroups | perl.macosx |
|---|---|
| Message-ID | <p06240816ca222d31c454@[192.168.1.66]> |
At 10:46 +0200 18/06/2011, Marek Stepanek wrote: >MIA - I was googeling this abbreviation. Does it mean "Miami >Dolphins" or "Miami Airport"? Missing in Action == fatally absent I thought I'd give myself a little useless suffering by installing MySQL (the Mac 64-bit .dmg) and then trying to install DBD::mysql with similar results to yours. I then tried various supposed solutions to no effect. Finally I discovered this suggestion and hey presto! success with both installations: $ cd /usr/local/bin $ sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib $ sudo ./cpan [...] cpan[1]> install DBD::mysql [...] Appending installation info to /usr/local/lib/perl5/5.14.0/darwin-2level/perllocal.pod CAPTTOFU/DBD-mysql-4.019.tar.gz /usr/bin/make install -- OK _________________ $ cd $ sudo cpan [...] cpan[1]> install DBD::mysql [...] Appending installation info to /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level/perllocal.pod CAPTTOFU/DBD-mysql-4.019.tar.gz /usr/bin/make install -- OK JD