in reply to Re^2: 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

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

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