Add Webmin to the system

Discussion in 'Installation/Configuration' started by sushestvo, Dec 20, 2006.

  1. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    updatedb
    locate Tar.pm
    ?
     
  2. dayjahone

    dayjahone Member

    mail:~ # updatedb
    mail:~ # locate Tar.pm
     
  3. falko

    falko Super Moderator Howtoforge Staff

    You can try this:
    Code:
    cp -pfr /root/perl/lib/perl5/site_perl/5.8.5/Archive /usr/lib/perl5/5.8.5
    Then try to update SpamAssassin again.
     
  4. dayjahone

    dayjahone Member

    Well, it aborts on line 95 now:

     
  5. falko

    falko Super Moderator Howtoforge Staff

    The IO::Zlib module is missing. Try to install it.
     
  6. dayjahone

    dayjahone Member

    Can I do that with apt-get or through perl? I'm doing this remotely on SuSe 9.2.

    I tried this:
     
    Last edited: Aug 4, 2007
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Please install it with the perl shell.
     
  8. dayjahone

    dayjahone Member

    I tried IO::Zlib and got several errors but it returned uninstall -- OK. I attached the complete output.

    I tried updating spamassassin again and got the same error.

     

    Attached Files:

  9. falko

    falko Super Moderator Howtoforge Staff

    Try to locate Zlib.pm and copy it into the correct directory, as you did with Tar.pm.
     
  10. dayjahone

    dayjahone Member

    I did update, then:

    However, now I'm not sure what to copy where.
     
  11. falko

    falko Super Moderator Howtoforge Staff

    Do it exactly as you did with Archive. This is what you did with Archive:
    Code:
    cp -pfr /root/perl/lib/perl5/site_perl/5.8.5/Archive /usr/lib/perl5/5.8.5
    And for IO you do
    Code:
    cp -pfr /root/perl/lib/perl5/site_perl/5.8.5/IO /usr/lib/perl5/5.8.5
     
  12. dayjahone

    dayjahone Member

    It seems to be working, but I'm doing it module by module . . . is there a way to get all of them?

    This is what happened when I tried to update spamAssassin:
     
  13. falko

    falko Super Moderator Howtoforge Staff

    No, you have to do it module by module.
    Well, you could try to copy the whole contents of /root/perl/lib/perl5/site_perl/5.8.5 to /usr/lib/perl5/5.8.5, but it's possible you overwrite something important, so I'd do it step-by-step.
     
  14. dayjahone

    dayjahone Member

    I tried to update spamAssassin and got the following:
    So, I tried to locate SHA1
    was the closest, so I tried
    ...didn't work. Same error.

    Then I tried
    and got the same error
    So, I tried
     
    Last edited: Aug 11, 2007
  15. falko

    falko Super Moderator Howtoforge Staff

    Try this one: /root/perl/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi/Digest/SHA1.pm
     
  16. dayjahone

    dayjahone Member

    Then I tried
    and got the same error
    So, I tried
     
  17. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    ls -la /usr/lib/perl5/5.8.5
    ls -la /usr/lib/perl5/5.8.5/Digest
    ?
     
  18. dayjahone

    dayjahone Member

    ls -la /usr/lib/perl5/5.8.5:
    ls -la /usr/lib/perl5/5.8.5/Digest
     
  19. falko

    falko Super Moderator Howtoforge Staff

    Hm, looks ok... :confused:
     
  20. dayjahone

    dayjahone Member

    Do I need to restart something, update something first?

    Just to recap, this is what I'm trying to do, with the goal of updating spamAssassin:
     

Share This Page