in reply to Re^2: Net::OpenSSH in a mod_perl handler
in thread Net::OpenSSH in a mod_perl handler

The issue was related to STDIN and STDOUT not being attached to file descriptors 0 and 1 respectively under mod_perl.

Can you try version 0.46_01 that I have just uploaded to CPAN?

  • Comment on Re^3: Net::OpenSSH in a mod_perl handler

Replies are listed 'Best First'.
Re^4: Net::OpenSSH in a mod_perl handler
by eserte (Deacon) on Mar 25, 2010 at 10:51 UTC
    Excellent! This fixes the problem, at least with mod_perl 1 (mod_perl 2 not tested).