star icon indicating copy to clipboard operation
star copied to clipboard

Add module Inline::Perl5

Open tbrowder opened this issue 5 years ago • 1 comments

It should be installed for the sake of new users coming from Perl as well as new users in general. It is not always trivial to install it with Zef as can be seen with my current troubles with Travis CI testing my module 'Excel'.

tbrowder avatar May 03 '20 12:05 tbrowder

I've added Inline::Perl5 in my local tree to test it out, but it fails for me with the following error:

[2021-01-07T00:19:54] Installing Inline-Perl5  
Failed to open file /home/tyil/projects/personal/rakudo-star/src/rakudo-star-modules/Inline-Perl5/resources/libraries/libp5helper.so: No such file or directory                                             
  in sub MAIN at /home/tyil/projects/personal/rakudo-star/lib/install-module.raku line 27
  in block <unit> at /home/tyil/projects/personal/rakudo-star/lib/install-module.raku line 1

Perhaps this is because it is not installed through zef, which may perform some additional steps. If you can detail me which steps these are, and how to perform them manually, I can see if I can incorporate this into Rakudo Star's installation process.

Tyil avatar Jan 06 '21 23:01 Tyil