Issues with OSX 10.3.x
Originaly posted by shoore
modo 103 wont run perl script under OS X 10.3.x. coz it erroneously expects to find some dynamic library in different location. To resolve this issue do the following:
1. execute in Terminal:
$ sudo mkdir /System/Library/Perl/lib
$ cd /System/Library/Perl/lib
$ sudo ln -s /System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/ 5.8
2. open in Finder the modo application package and navigate to Contents/Extras folder;
3. remove the intrperlTiger.lx file from there.
Be careful typing this in if you are in super user mode.
Running scrips under Tiger
Originaly posted by ctchurston
"After I loaded Tiger it wouldn't recognize any perl scripts for me. I reverted to the fix that fixed that problem for me with Panther, which was to replace the intrperl.lx file in version 103 with the intrperl.lz file from 103. Actually, that didn't work at first either. After I loaded Tiger I noticed that my 102 content/extras directory also had a interperlTiger.lx file so I just copied both of them in from the 102 version and replace the one in the 103 directory and now it all works.
I have no idea what I'm doing when I try these things but that's how I got mine to work."