On Monday, September 23, 2002, at 09:44 AM, Jerry LeVan wrote:
> Hmm, you might try retargeting the build to something like /usr/local. > I have perl 5.6 and 5.8 coexisting. I have built Perl/Tk in 5.8 and it > seems > to be working fine. Well, that is what I *thought* I'd done: bash-2.05a-bmcnett /usr/local/bin$ ls -l perl -rwxr-xr-x 3 root wheel 21560 Sep 22 20:14 perl so, Perl exists in that location... but: bash-2.05a-bmcnett /usr/local/bin$ which perl /usr/bin/perl bash-2.05a-bmcnett /usr/local/bin$ /usr/bin/perl -v This is perl, v5.8.0 built for darwin and... bash-2.05a-bmcnett /usr/local/bin$ /usr/local/bin/perl -v This is perl, v5.8.0 built for darwin OUCH. --B
