in reply to Re: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals
in thread Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals

Yea they're both Solaris 10. Same version of gcc on both but as I did not handle the installs (and don't have rights to do so) I can't be 100% sure what they used. I'll try to find out if the admins ever get back to me. Perl looks like it was compiled with cc, though cc doesn't seem to exist on the machine.

I also can't check the module tests for the same reason, I guess.

  • Comment on Re^2: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals

Replies are listed 'Best First'.
Re^3: Problem with IO::Pty and sshing with Net::Telnet and pseudo-terminals
by samtregar (Abbot) on Mar 13, 2008 at 20:27 UTC
    You should be able to download the modules and build and test them in a directory you own. The only thing you need root for is to install them system wide.

    I bet you're going to have problems though - if Perl was compiled with Sun's cc and you don't have Sun's cc to compile modules with then you're in trouble. Most likely you need to either get cc installed or compile a new Perl with gcc.

    -sam