[Users] Clawsker doesn't start (Can't locate Gtk3.pm in @INC...)

Dave Howorth dave at howorth.org.uk
Sat Nov 10 21:26:08 CET 2018


On Sat, 10 Nov 2018 22:07:57 +0200
Removed GDPR <removed-gdpr at example.com> wrote:

> Hi,
> 
> I have just built Clawsker from git source (the same
> way I have been doing for a long time) but it won't
> start:
> 
> [~]: /opt/clawsker/bin/clawsker
> Can't locate Gtk3.pm in @INC (you may need to install the Gtk3
> module)

As it says, you need to install Gtk3.pm

There don't appear to be any perl-gtk3 modules in the standard
repositories for Leap 15.0 (evidently the maintainers share my own
scepticism about the benefits of this latest, greatest 'improvement')
so you'll need to search for it in a non-standard repository or else
install it the perl way. i.e. cpan Gtk3 or cpanm Gtk3

> (@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. BEGIN failed--compilation
> aborted at /opt/clawsker/bin/clawsker line 22.
> 
> How do I fix this please?
> 
> FWIW this is an openSUSE Leap 15 system and:
> 
> [~]: rpm -q gtk3-devel
> gtk3-devel-3.22.30-lp150.3.3.1.x86_64

The c/c++ packages have not a lot to do with perl.



More information about the Users mailing list