Hi,

On Fri, Oct 2, 2009 at 6:12 AM, Robert H <[email protected]> wrote:
>> Ok, I guess Sakamoto installed Perl 5.10 manually.

Sorry for confusion.
I used it with DYLD_FALLBACK_LIBRARY_PATH and
5.10.1 x86_64 libperl.dylib on Leopard.
MacVim and Vim worked, but :perl command doesn't work
(dyld: lazy symbol binding failed: Symbol not found).

5.10.1 doesn't have binary compatibility with 5.10.0. *sigh*


>>  Does Leopard have
>> Perl 5.8.9 installed by default?  ($ ls /System/Library/Perl)
> I believe:
> Leopard = 5.8.8
> Snow Leopard = 5.10.0

Leopard:
/System/Library/Perl/lib/5.8/libperl.dylib
   -> ../../5.8.8/darwin-thread-multi-2level/CORE/libperl.dylib

Snow Leopard:
/System/Library/Perl/lib/5.10/libperl.dylib
  -> ../../5.10.0/darwin-thread-multi-2level/CORE/libperl.dylib
/System/Library/Perl/lib/5.8/libperl.dylib
  -> ../../5.8.9/darwin-thread-multi-2level/CORE/libperl.dylib

You could use perl 5.8.9 by defaults command or an environment variable
(man perl on Snow Leopard), However, AFAIK,
5.8.9 doesn't have binary compatibility with 5.8.8. *sigh*

sakamoto

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to