On Thu Jul 29 09:30:31 2010, ambs wrote: > Hello. > > Under Mac OS X, if installing rakudo (star) under /opt/rakudo, for > instance, and after adding it to the PATH, we get: > > [ambs@rachmaninoff ~]$ perl6 > dyld: Library not loaded: > /Users/ambs/tmp/rakudo-star-2010.07/parrot- 2.6.0/blib/lib/libparrot.dylib > Referenced from: /opt/rakudo/bin/perl6 > Reason: image not found > Trace/BPT trap > > This is easily solved adding /opt/rakudo/lib to the > DYLD_FALLBACK_LIBRARY_PATH. > > But it would be great if rakudo could take care of referring the > libraries in their destination path. > > Unfortunately I am not aware how this can be done, but I would love to. > > All the best > Alberto
I know this is an older ticket, but I noticed it while scrubbing through the bug list. FWIW, I do not see this issue with Rakudo Star 2013.05 on OS X 10.8. $ perl Configure.pl --prefix=/opt/rakudo --gen-parrot $ make && make rakudo-test && sudo make install $ /opt/rakudo/bin/perl6 > "Hello".say Hello I can't vouch for other versions of Rakudo or other versions of OS X.
