[Users] Clawsker doesn't start (Can't locate Gtk3.pm in @INC...)
H.Merijn Brand
h.m.brand at xs4all.nl
Fri Nov 16 10:22:27 CET 2018
On Fri, 16 Nov 2018 11:07:45 +0200, Removed GDPR <removed-gdpr at example.com>
wrote:
> I have just cloned from git latest source and built
> clawsker and it happened again: trying to start the
> program complained about Gtk3.pm although it was
> installed previously as discussed:
>
> https://susepaste.org/a57b45c6
You installed Gtk3 in your local lib, but that is not available in your
default environment:
Can't locate Gtk3.pm in @INC (you may need to install the Gtk3 module) (@INC contains: /usr/lib/perl5/site_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.26.1 /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1 /usr/lib/perl5/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/5.26.1 /usr/lib/perl5/site_perl) at /opt/clawsker/bin/clawsker line 22.
I suggest setting up $PERL5LIB in ~/.profile, ~/.bashrc or ~/.tcshrc
(whatever shell you are using) and add your local lib, something like
see https://metacpan.org/pod/local::lib for more information:
export PERL5LIB=$HOME/perl5/lib/perl5
> As seen in the paste, after re-running the 2 cpanm
> commands the program starts.
>
> Do I have to redo this after each build?
>
> --
> George
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.29 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20181116/900bd8dc/attachment.sig>
More information about the Users
mailing list