Front page | perl.macosx |
Postings from June 2011
Re: Clean Install
Thread Previous
|
Thread Next
From:
John Delacour
Date:
June 18, 2011 03:42
Subject:
Re: Clean Install
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
Thread Previous
|
Thread Next