Page 1 of 16 12311 ... LastLast
Results 1 to 10 of 153

Thread: [SOLVED] HOWTO: nifty gmail checker (checkgmail)

  1. #1
    arnieboy Guest

    [SOLVED] HOWTO: nifty gmail checker (checkgmail)

    This howto is way outdated. Please move to jail.
    Thanks.
    -Arnie
    Last edited by arnieboy; November 15th, 2006 at 06:22 PM. Reason: outdated

  2. #2
    manicka Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Installation went well, but I get this error message

    Code:
    Warning: XML::Simple not found ...
    Warning: Crypt::SSLeay not found ...
    
    CheckGmail requires the above packages to run
    Please download and install from CPAN (http://search.cpan.org) and try again ...

  3. #3
    arnieboy Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Quote Originally Posted by manicka
    Installation went well, but I get this error message

    Code:
    Warning: XML::Simple not found ...
    Warning: Crypt::SSLeay not found ...
    
    CheckGmail requires the above packages to run
    Please download and install from CPAN (http://search.cpan.org) and try again ...
    try the following:
    Code:
    sudo perl -MCPAN -e 'install XML::Simple'
    sudo perl -MCPAN -e 'install Crypt::SSLeay'
    Now run gmailchecker.
    These 2 modules were already installed in my system and so I didnt get the error. Thanks for pointing out the possibility of their not being installed by default though. I have suitably edited the HowTo.
    Last edited by arnieboy; August 28th, 2005 at 12:38 AM.

  4. #4
    manicka Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Ok, installed Crypt::SSLeay, but when try

    Code:
    sudo perl -MCPAN -e 'install LWP::Simple'
    I get

    Code:
    CPAN: Storable loaded ok
    Going to read /home/manicka/.cpan/Metadata
      Database was generated on Thu, 25 Aug 2005 04:59:01 GMT
    LWP::Simple is up to date.
    and still get this error when running checkgmail

    Code:
    Warning: XML::Simple not found ...

  5. #5
    manicka Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Forget it... wrong package!

    It's the simple mistakes that make us humble

  6. #6
    arnieboy Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Quote Originally Posted by manicka
    Ok, installed Crypt::SSLeay, but when try

    Code:
    sudo perl -MCPAN -e 'install LWP::Simple'
    I get

    Code:
    CPAN: Storable loaded ok
    Going to read /home/manicka/.cpan/Metadata
      Database was generated on Thu, 25 Aug 2005 04:59:01 GMT
    LWP::Simple is up to date.
    and still get this error when running checkgmail

    Code:
    Warning: XML::Simple not found ...
    U typed the wrong command manicka.
    the correct command is:
    Code:
    sudo perl -MCPAN -e 'install XML::Simple'
    Last edited by arnieboy; August 28th, 2005 at 01:02 AM.

  7. #7
    arnieboy Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Quote Originally Posted by manicka
    Forget it... wrong package!

    It's the simple mistakes that make us humble
    NO problem. Hope you got it working now. Dont u find it real nifty?

  8. #8
    manicka Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Quote Originally Posted by arnieboy
    NO problem. Hope you got it working now. Dont u find it real nifty?
    Real nifty indeed


  9. #9
    arnieboy Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Quote Originally Posted by manicka
    Real nifty indeed
    hey what app is that tintin head in your system tray? just curious

  10. #10
    manicka Guest

    Re: HOWTO: nifty gmail checker (checkgmail)

    Quote Originally Posted by arnieboy
    hey what app is that tintin head in your system tray? just curious
    tomboy 0.3.1-0Ubuntu6

Page 1 of 16 12311 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •