# New Ticket Created by  Florian Losch 
# Please include the string:  [perl #123151]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=123151 >


I installed rakudo from a new git-clone and tried to start perl6-m or perl6-j
Executrion will only succeed if I'm in the installation directory. From other 
folders it fails (by relative and absolute-path access).
For perl6-m I get the message:
Unhandled exception: failed to load library 'dynext/libperl6_ops_moar.so'
   at <unknown>:1  
(/VMs/ubuntu/perl6-m/rakudo/perl6.moarvm:<dependencies+deserialize>:306)
perl6-j gives a german message, which translates to:
   Mainclass perl6 couldn't be found.
I tried building it with a single-backend too, without success. I more exactly 
did (for the single backend):
perl Configure.pl --gen-moar --gen-nqp --backends=moar; make; make check; make 
install
without any error/warning.

Reply via email to