installation of perl module Net::SFTP

Ask a Question related to Perl / CGI, Design and Development.

  1. #1

    Default installation of perl module Net::SFTP

    Hi,

    I am trying to install Net::SFTP from the CPAN mirror site by using
    the command perl -MCPAN -e 'install Net::SFTP' but it is giving me the
    following error
    perl perl5/5.8.3/ExtUtils/xsubpp -typemap /usr/
    perl5/5.8.3/ExtUtils/typemap -typemap typemap Pari.xs > Pari.xsc && m
    v Pari.xsc Pari.c
    gcc -c -Ipari-2.1.5/src/headers -Ipari-2.1.5/src -I./libPARI
    -U M_XENI
    X -D PERL_SCO -D HAS_FPSETMASK -melf -fno-strict-aliasing -I/include -
    O2 -DVERSION=\"2.010501\" -DXS_VERSION=\"2.010501\" -fPIC
    "-I/perl5/5.8.3/i386-sco/CORE" -DPARI_VERSION_EXP=2001005
    -DDEBUG_PARI -DLSB_in_U32
    =0 -Derr=pari_err -DGCC_INLINE Pari.c
    In file included from /perl5/5.8.3/i386-sco/CORE/perl.h:838,
    from Pari.xs:19:
    /include/sys/ioctl.h:66: parse error before `long'
    /include/sys/ioctl.h:66: warning: no semicolon at end of struct or
    union
    *** Error code 1 (bu21)
    /bin/make -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible

    I am using SCO Open server 5.

    Please help.

    Thanx in advance for your time,
    Ashoo Sharda
    Ashoo Sharda Guest

  2. Similar Questions and Discussions

    1. perl cgi session module installation problem
      HI , I am trying to install perl cgi::session module using the perl module installation procedure Failed with the following message, Can...
    2. Local installation of perl module
      Hi, I need to install a perl module without root privileges. I've followed some advices found on the web: created a .cpan directory, copied...
    3. Perl module installation
      Hello, I need to install the libnet module on my SUN server. I downloaded the latest version from the CPAN website and uncompress it on y server....
    4. Perl Module installation instructions
      Well, http://www.cpan.org/modules/INSTALL.html gives a few instructions, but alas, those are most minimal (at least the part concerning MS...
    5. Perl module installation problem
      Dear Sir/Madam, I am just wondering if anyone can help with this: When I try to install the module, XML::Parser::PerlSAX, I encountered the...
  3. #2

    Default Re: installation of perl module Net::SFTP

    You can try using Net::SFTP::Foreign instead
    Unregistered Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139