Hi,

I have also had this problem. I checked the modperl-cvs archive and this
problem has been fixed in the development release.

I still have an problem using IPC::Open2. This can be demonstrated by:

        use IPC::Open2;
        $pid = open2(\*A, \*B, '/usr/bin/ls');

The error log shows:

[error] Can't locate object method "FILENO" via package "Apache" at
/usr/local/lib/perl5/5.6.0/IPC/Open3.pm line 183.

I do not understand enough about the perl/mod-perl guts to produce a
patch. Any help appreciated.

Thanks,
Richard

-- 
Richard Titmuss                         Email: [EMAIL PROTECTED]
B55 Rm122, BT Laboratories                  
Martlesham Heath                        Tel:   +44 (0)1473 640306
Ipswich, Suffolk, IP5 3RE, UK           Fax:   +44 (0)1473 646885

Reply via email to