Re: Unable to build Apache::ePerl

2002-07-19 Thread Silvio Wanka
by the attached patch. regards, -- Silvio Wanka| e-mail: [EMAIL PROTECTED] Alcatel Telecom | s-mail: Colditzstrasse 34-36, D 12099 Berlin SSD Berlin| Network Management| phone: +49-30-7002 3202 --- configure~ Sun Aug 2 15:48:40 1998 +++ configure Wed Feb

open3 does not proper work in mod_perl context

2002-05-13 Thread Silvio Wanka
Hi, I will upgrade from Embedded Perl version 5.00502 for Apache/1.3.6 (Unix) mod_perl/1.19 to Embedded Perl version v5.6.1 for Apache/1.3.23 (Unix) mod_perl/1.26 But now all mod_perl scripts which uses IPC::Open3::open3() fails because STDIN of the new process is closed. I have done some

Re: Installing mod_perl 1.26 - URI::URL error

2002-04-23 Thread Silvio Wanka
Stas Bekman wrote: Einar Roheim wrote: At 17:00 4/23/2002 +0800, you wrote: Einar Roheim wrote: Hi everyone, I have a problem installing mod_perl 1.26 with Apache 1.3.24. When I do the make test I'm getting this in the end before it aborts: You have a mismatching version

Repost: usage of die inside a mod_perl Apache handler shows not the expected behavior

2001-11-26 Thread Silvio Wanka
Hi, I repost this, because I got no respond: I use the following configuration: LocationMatch /(xx|yy) PerlHandlerApache::MyPkg SetHandler perl-script /LocationMatch and the handler is defined in this way: package Apache::MyPkg require 5.005; require

Re: Repost: usage of die inside a mod_perl Apache handler shows notthe expected behavior

2001-11-26 Thread Silvio Wanka
Matt Sergeant wrote: On Mon, 26 Nov 2001, Silvio Wanka wrote: Hi, I repost this, because I got no respond: I use the following configuration: LocationMatch /(xx|yy) PerlHandlerApache::MyPkg SetHandler perl-script /LocationMatch and the handler

usage of die() inside a mod_perl Apache handler shows not the expected behavior

2001-11-22 Thread Silvio Wanka
Hi, I use the following configuration: LocationMatch /(xx|yy) PerlHandlerApache::MyPkg SetHandler perl-script /LocationMatch and the handler is defined in this way: package Apache::MyPkg require 5.005; require Apache::Request; use constant TmpDir =

mod_perl-1.26 is incompatible with perl 5.00503

2001-11-07 Thread Silvio Wanka
Hi again, I have joint this mailing list to send the appended bug report. But I get no response. Exist there a special bug report e-mail address or is 5.00503 not supported any more by mod_perl-1.26? IMO if the embedded test (make test) does not run, it can't be my mistake. With mod_perl-1.25

problems with mod_perl-1.26 and perl 5.00503

2001-11-05 Thread Silvio Wanka
Hi, our apache web server must run on a HP-UX system, so we are not able to switch to perl 5.6 (core dump by any %SIG access in mod_perl context). So we use perl 5.00503 and mod_perl-1.25. Now we wont update to mod_perl-1.26 but where are some real problems: 1. test 4 (file upload) fails in