couldn't load specified math lib(s)

I don't use windows, but since no one else replied, I will edu-guess it's the old "library-version-binary-mismatch". In C (C++), in both linux and windows, the libraries need to be compiled so that they match. In linux, it is a small problem, because we have a free c compiler, so when we compile a module, it will be compatibility matched for our OS level, and basic c libraries. If on linux, you try to install a binary(pre-compiled) library, for a certain GLibc level, and the GLibc levels don't match with your particular OS, we get the same error.

So on windows, you need to look at the version of windows that you are using, the version of ActiveStatePerl installed( assuming you use it), and the version of the module you downloaded. Usually, if you read the README files very carefully, they will say what versions of windows, and windows-based-perl are compatible. Also you must look at the compatibility of the pre-requisite libs that Net::SSH needs.

Goodluck.


I'm not really a human, but I play one on earth. Cogito ergo sum a bum

In reply to Re: Problems in Net::SSH by zentara
in thread Problems in Net::SSH by cristianekw

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.