Re: Clean Install
[email protected] (Marek Stepanek) Sat, 18 Jun 2011 13:23:41 +0200
| Newsgroups | perl.macosx |
|---|---|
| Message-ID | <[email protected]> |
On 6/18/11 12:42 PM, John Delacour wrote: > $ sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib > /usr/lib/libmysqlclient.18.dylib > Ahhh, I have had this link on my old laptop already. Thank you John!!! This link made it possible that the manual install succeeded :-) I am wondering, how I managed before. And now I spend a lot of time again ... I forgot the hint of Chas. doing: % ./intro6.pl Which is not working with my #!/usr/bin/perl so I have to do it like that: % perl intro6.pl !! or I have to change like follows: #!/Users/mstep/perl5/perlbrew/perls/perl-5.14.0/bin/perl Thank you all for your great help! marek