This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
gera Hi. I cannot install Readline module with zef. It finds neither /usr/local/lib/libreadline.so.7 nor /lib64/libreadline.so.8 04:35
log: pst.moe/paste/qvcqsr
I see someone in the logs recommended --/tap-harness but that does not work either 04:42
nemokosch Hello, I've never used Readline but could this be what tbrowder referred to? 08:52
github.com/rakudo/rakudo/issues/5311 08:53
gera Probably, heres someone also reporting same errors as I have github.com/drforr/perl6-readline/issues/28 11:42
lizmat could this be of significance? github.com/rakudo/rakudo/blob/main...S.md#macos 11:43
gera symlinking in ~/lib did not help and its a weird location for Linux, but yeah thats maybe its looking for the dynamc library in the wrong places 11:49
deoac I've installed Pod::To::HTML.  When I run 'raku --doc=HTML foo.p6', I get "===SORRY!=== Error while compiling ... Undeclared routine: 23:56
    gen-closure-template used at lines 240, 241, 242, 243, 244, 245, 246, 247"
The documentation for the module makes no mention of that routine.
Any ideas how I can get this module working? 23:57