You are not logged in.
Pages: 1
I just tried to see whether I can get a version of checkgmail running on Slitaz. When I ran, 'perl -d checkgmail' I got the following message;
Sorry! CheckGmail can't find the following package(s) on your system. These packages are needed for CheckGmail to run.
Gtk2::TrayIcon threads LWP::UserAgent Crypt::SSLeay
The threads packages are special: this means you're running a version of Perl that has been built without multi-threading support. There may be a package for your distro that provides this, or you may have to rebuild Perl.
Is there a way to get the version of perl with above modules or is it all too complicated? This is not a critical issue but if it can be done it would be great.
Thanks
Offline
Have you tried :
#tazpkg get-install perl-gtk2 perl-lwp-useragent perl-net-ssleay
Offline
There is also of course Perl's internal CPAN install function, which can help you download and install the libraries. You start it with perl -MCPAN -e shell
Offline
@arsaber - Slitaz repos do not have these modules.
@Trixar_za - attempted to download and install cpan. After a very long downloads and numereous attempts at install, the process failed. Error returned was
Running make install
Make had returned bad status, install seems impossible
I think I will have to leave this in the too hard basket.
Offline
@gdesilva - can you test these packages ?
http://mirror.slitaz.org/packages/undigest/perl-5.12.3.tazpkg
http://mirror.slitaz.org/packages/undigest/perl-crypt-ssleay-0.58.tazpkg
http://mirror.slitaz.org/packages/undigest/perl-gtk2-perl-1.240.tazpkg
http://mirror.slitaz.org/packages/undigest/perl-lwp-useragent-6.03.tazpkg
Offline
@Bellard, lot more promising but still missing 'threads' and 'Gtk2-TrayIcon' modules.
EDIT: Downloaded Gtk2-TrayIcon from CPAN and compiled but still fails to find 'threads'.
Sorry! CheckGmail can't find the following package(s) on your system. These packages are needed for CheckGmail to run.
threads
The threads packages are special: this means you're running a version of Perl that has been built without multi-threading support. There may be a package for your distro that provides this, or you may have to rebuild Perl.
Offline
@Bellard,
Downloaded threads from CPAN and tried to compile and I get the following warning...
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t .......... skipped: Perl not compiled with 'useithreads'
t/blocks.t ......... skipped: Perl not compiled with 'useithreads'
t/context.t ........ skipped: Perl not compiled with 'useithreads'
t/end.t ............ skipped: Perl not compiled with 'useithreads'
t/err.t ............ skipped: Perl not compiled with 'useithreads'
t/exit.t ........... skipped: Perl not compiled with 'useithreads'
t/free.t ........... skipped: Perl not compiled with 'useithreads'
t/free2.t .......... skipped: Perl not compiled with 'useithreads'
t/join.t ........... skipped: Perl not compiled with 'useithreads'
t/kill.t ........... skipped: Perl not compiled with 'useithreads'
t/kill2.t .......... skipped: Perl not compiled with 'useithreads'
t/libc.t ........... skipped: Perl not compiled with 'useithreads'
t/list.t ........... skipped: Perl not compiled with 'useithreads'
t/no_threads.t ..... ok
t/pod.t ............ skipped: Module maintainer tests
t/problems.t ....... skipped: Perl not compiled with 'useithreads'
t/stack.t .......... skipped: Perl not compiled with 'useithreads'
t/stack_env.t ...... skipped: Perl not compiled with 'useithreads'
t/state.t .......... skipped: Perl not compiled with 'useithreads'
t/stress_cv.t ...... skipped: Perl not compiled with 'useithreads'
t/stress_re.t ...... skipped: Perl not compiled with 'useithreads'
t/stress_string.t .. skipped: Perl not compiled with 'useithreads'
t/thread.t ......... skipped: Perl not compiled with 'useithreads'
All tests successful.
Files=23, Tests=1, 1 wallclock secs ( 0.14 usr 0.11 sys + 0.30 cusr 0.13 csys = 0.68 CPU)
Result: PASS
I noticed that the receipt file for perl 5.12.3 does have the option usethreads and wondering whether there is any difference between usethreads and useithreads options???
Offline
Pages: 1
[ Generated in 0.017 seconds, 23 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]