O wise Monks
I need to get
Net::SFTP working on a NT system using cygwin's Perl.
One of the required modules for this is
Crypt::IDEA but when I
attempt to install this module
(I have to use the perl Makefile.PL &&
make && make test way of installing
since the machine I am installing on does not have internet access)I get gcc compiler error endian.h: No such file ...
Well to make a long story short I went to look for a patch
here
The good news is that there appears to be a "patch".
The bad news is how do I install this "patch".
The "patch" I am speaking of appears to
be a output of diffs ???
Do I have to hand edit the files that are diffed
or is there an easier way?
Also I would like to sneak in a second question:
I eventaully have to have my Net::SFTP script working
on Solaris 2.8 and the
CPAN test results don't look good.
Should I just settle for a shell script to accomplish this task?
Thank you O Wise and Helpful Monks!
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.