develooper Front page | perl.perl6.users | Postings from November 2019

Re: FC31 can't find my module subs

Thread Previous | Thread Next
From:
JJ Merelo
Date:
November 4, 2019 06:59
Subject:
Re: FC31 can't find my module subs
Message ID:
CAJoLtgfJM5wGurUZdRNQ6LxGZU0e9zq+P+ZGUbRRsh+gX4jMyw@mail.gmail.com
The only thing I can think of is not having permission to write in that
directory or in the directory you're running your program. In that case,
perl6 will not be able to create a .precomp hidden directory, and that
might result in what you're seeing. I see your modules are installed as
root, which is probably not a good idea. if you're running your program as
tony, you don't have write permission in /home/linuxutil/p6lib/ (as seen in
the directory), and that might result in the eventual error you're seeing.

Just chown -R tony /home/linuxutil/p6lib and that should work.

JJ

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About