ANNOUNCE: Embperl 2.4.0

2010-10-04 Thread Gerald Richter - ECOS
The URL http://www.embperl.org/downloads/Embperl-2.4.0.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.4.0.tar.gz size: 732920 bytes md5: 2d4e3a903a04fcc559718342fa37753f Major Improvements are that Embperl now supports Perl up to 5.12.2 and a lot of additi

RE: Re: Re: Re: Process exists - Segmentation fault

2008-01-09 Thread Gerald Richter - ECOS GmbH
Hi, Maybe we should go one step back: Does "make test" works correctly for you? Does it also test the mod_perl part? Gerald > -Original Message- > From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Monday, January 07, 2008 2:59 AM > To: Gerald

RE: Re: Re: Process exists - Segmentation fault

2008-01-03 Thread Gerald Richter - ECOS GmbH
; From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 8:20 PM > To: Gerald Richter > Cc: modperl@perl.apache.org > Subject: Re: Re: Process exists - Segmentation fault > > Hi, > Adding PerlModule Embperl did not solved the problem , infact > it aggr

RE: Re: Process exists - Segmentation fault

2008-01-03 Thread Gerald Richter - ECOS GmbH
Please add a PerlModule Embperl Somewhere _after_ the LoadModule Gerald > -Original Message- > From: abhishek jain [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 12:53 PM > To: Gerald Richter > Cc: modperl@perl.apache.org > Subject: Re: Process exi

RE: Process exists - Segmentation fault

2008-01-02 Thread Gerald Richter - ECOS GmbH
Hi, Apache with mod_perl will always have this size or even more. This is ok. ulimit -a shows the process limits, but should normaly not a problem The behaviour you describe occurs when you do _not_ have a LoadModule _and_ a PerlModule statement for Embperl in your httpd.conf Gerald >

ANNOUNCE: Embperl 2.3.0

2007-09-29 Thread Gerald Richter - ECOS GmbH
suchen Sie unseren Messestand auf der SYSTEMS vom 23. - 26.10. in München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html ------------ Gerald Richter ECOS electronic communication services GmbH *** SEC

RE: Failure to load Embperl with PerlModule directive

2006-09-11 Thread Gerald Richter
Hi all! > > I have: > > apache httpd-2.2.3 > mod_perl-2.0.2 > Embperl-2.2.0 > > where mod_perl is statically linked to httpd. > > Now I try to load Embperl from httpd.conf with this directive: > > PerlModule Embperl > You also need a LoadModule embperl_module /path/to/Embperl.so Before th

RE: Request for Information

2006-09-01 Thread Gerald Richter
Hi, > I did try using %udat initially, but it throws the foll error: > > Can't store CODE items at blib/lib/Storable.pm (autosplit > into blib/lib/auto/Storable/_freeze.al) line 282, at > /usr/local/ext/perl/5.8.0/lib/site_perl/Apache/Session/Seriali > ze/Storable.pm line 21 > > That happen

RE: Request for Information

2006-08-31 Thread Gerald Richter
Hi, > Well I did try printing the value for $cookie and gives me > the foll value: > > EMBPERL_UID=df9c7b02f04343807ef7ab570ab43dc6; > SESSION_ID=97f3d8207d2e8d9afd7493ca28c3908a; > BIGipServerwebster2=593498284.20480. > > Also, while trying to retrieve the session, I tried supplyi

ANNOUNCE: Embperl 2.2.0

2006-04-08 Thread Gerald Richter
passed as string index, which crashed if such a string index doesn't exists. Spotted by Carl Eklof. --- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikat

RE: Apache::Request breaks cgi.pm

2006-02-21 Thread Gerald Richter
> > Sorry, forgot to list that, yes using mp1.x and apache 1.3 > with embperl version 1.3.4. We have the latest cgi.pm ( > version 3.16 ). > Embperl 1.3.4 is really very old, this might not work with an up to date Apache::Request and/or CGI.pm, but I don't know. I suggest upgrading to Embperl

RE: Apache::Request breaks cgi.pm

2006-02-21 Thread Gerald Richter
Hello, > > we have just installed Apache::Request ( libapreq ) and > suddenly all of our file uploads are breaking with a ' Setup > of CGI.pm failed: Malformed multipart POST' error. We use > embperl and everything was working fine. > Have been searching for a solution but cannot find any. Doe

RE: Reading post data from separate handlers

2006-02-16 Thread Gerald Richter
Hi, > > I have a problem that hopefully somebody has encountered or > can point me in the right direction. > > We use the latest embperl 1.xxx release on linux. I have > created a handler to do authentication before the embperl > handler is run. This new handler needs to read data from the >

ANNOUNCE: Embperl 2.1.0

2005-11-15 Thread Gerald Richter
on static mirrors - Embperl development has been moved from CVS to SVN. See SVN.pod . ----------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Per

ANNOUNCE: Apache-SessionX-2.01

2005-11-14 Thread Gerald Richter
session_id, which might have caused Apache::SessionX to accpet invalid session id's. If you are using Apache::SessionX it's recommended to update your installation. Gerald ------- Gerald Richterecos electronic com

RE: is_intial_req

2005-11-02 Thread Gerald Richter
> > Is it possible Embperl does something with the Apache Request > in an earlier Phase of the request? > No, Embperl does step in at the content phase, but never before Gerald ** Virus checked by BB-5000 Mailfilter **

RE: Module mod_log_config and custom Auth

2005-10-03 Thread Gerald Richter
> this doesnt seem to work. Here's the code > > print STDERR "Username given = ". $investor3->name . > "\n"; > > $r->connection->user($investor3->name); > $r->user($investor3->name); > > I'm definitely seeing correct username's in the logs... > > We have EmbPerl installed... Can this have any

ANNOUCE: Embperl 2.0.1

2005-10-02 Thread Gerald Richter
chen, Halle B2, Stand 704 ------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim

ANNOUCE: Embperl 2.0.0 final release

2005-08-14 Thread Gerald Richter
allows to set edit and view_level (anonymous, login, admin) for every table. --- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl

ANNOUNCE: Embperl 2.0rc5

2005-08-07 Thread Gerald Richter
Apache itself in the server signature. ----------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail

ANNOUNCE: Embperl 2.0rc4

2005-06-21 Thread Gerald Richter
erl config. - use gmtime_r instead of gmtime for time calculation to be thread safe --- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_p

RE: Problems get DATA part from POST requests.

2005-05-18 Thread Gerald Richter
Hi, > > Gerald Richter wrote: > > Hi, > > > > Which version of Perl and CGI.pm you are using? > > Hi Gerald, > > Both are relatively recent, since I'm using FreeBSD packages. > And I've even used cpan to upgrade to the most recent CGI.pm &g

RE: Problems get DATA part from POST requests.

2005-05-17 Thread Gerald Richter
Hi, Which version of Perl and CGI.pm you are using? Gerald --- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post

ANNOUNCE: Embperl 2.0rc3

2005-03-14 Thread Gerald Richter
les informations via Apache::Status, reported by Dan Wilga. - Find apr.h if it is not in same directory as httpd.h in Makefile.PL. (Necessary for RedHat) ------- Gerald Richterecos electronic communication

Re: SEGFAULT on Mac OS X 10.2

2005-02-22 Thread Gerald Richter
Hi, Am Montag, 21. Februar 2005 20:35 schrieb Derrick Spell: > I've got a Mac OS X 10.2 server loaded with Apache 2.0.52, mod_perl > 2.0rc4, Perl 5.8.6, Embperl 2.0rc2 - All installed fresh by hand (no > factory installations) > At rather irregular intervals my apache children will segfault during

RE: HTML::Embperl + mod_perl + segfault

2004-12-14 Thread Gerald Richter
t;[$params], > output => \$html > }); > > > and I get the following error:- > ----------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webap

HTML::Embperl + mod_perl + segfault

2004-12-13 Thread Gerald Richter
>I'm getting segfaults on every page request I make to a mod_perl handler thats running under >HTML::Embedperl. We're trying to migrate away from Embperl as fast as possible, but whenever >I call HTML::Embperl::Execute in my code more than 4 or 5 times I get seg faults.. Embperl has no proble

ANNOUNCE: Embperl 2.0rc2

2004-11-21 Thread Gerald Richter
. --- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-11 Thread Gerald Richter
in mod_perl? Gerald ----------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voic

Re: Segfaults

2004-04-24 Thread Gerald Richter
uest the file -> sigsegv BT Gerald ----------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Gerald Richter
problem. Gerald ------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Gerald Richter
ar as I see you already have tried this? Gerald ------- Gerald Richterecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail:

Re: [PATCH] for Apache2.1

2004-04-03 Thread Gerald Richter
path_info ; > pParam -> sQueryInfo = r -> args ; > -if (p = ep_pstrdup (pPool, ap_table_get (r -> headers_in, > "Accept-Language"))) > +if (p = ep_pstrdup (pPool, apr_table_get (r -> headers_in, > "Accept-Language"))) >

ANNOUNCE: Embperl 2.0b11

2004-03-15 Thread Gerald Richter
posibility to pass fdat&ffld parameter to Embperl::Object::Execute. - Fixed problem with print OUT and call of subroutines as first statement of a subroutine. Reported by various people. --- Gerald Ric

Re: embperl with Apache2 and mod_perl2

2004-02-24 Thread Gerald Richter
hreads will be supported in Embperl 2.1. Gerald ------ Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b

ANNOUNCE: Embperl 2.0b10

2004-01-23 Thread Gerald Richter
installed. ------ Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voi

Re: modperl GD problem

2004-01-14 Thread Gerald Richter
rl/1.26) (All the >>> modules are preloaded in a startup script) >>> >> >> >> Mmmh, Embperl 2.0b5 is quite old (and buggy). Please upgrade at >> least to >> 2.0b9. > Uhmm, Ok! Could it interfere with my handlers? >> >> You could also tr

Re: modperl GD problem

2004-01-14 Thread Gerald Richter
ade you libgd and/or the GD Perl module. Gerald ---------- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL P

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Gerald Richter
telephone: +43 (0)57057 - 4320 > fax: +43 (0)57057 - 4152 > mobile: +43 (0)676 8642 - 4320 > mail: [EMAIL PROTECTED] > Internet: http://www.t-systems.at > > > > > Von: Gerald Richter <[EMAIL PROTECTED]> am 14.11.2003 12:38 > > > > An: Alexander Har

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-14 Thread Gerald Richter
> > If i call flow-graph.pl directly from the browser the page works!!! > How is the file run when you call it directly, as CGI or via Apache::Registry ? Gerald ------ Gerald Richter ecos electronic communication service

Re: Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Gerald Richter
> will give you the trace. > This is excatly what we have done and which gives the above trace with does not contain any usefull informations ... Gerald ---------- Gerald Richter ecos electronic communication services gmbh IT-Securi

Re: Antwort: Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Gerald Richter
> Program received signal SIGSEGV, Segmentation fault. > 0x002a9582 in ?? () > (gdb) BT > #0 0x002a9582 in ?? () > #1 0x009d5c44 in ?? () > #2 0x0106 in ?? () > #3 0x009a6aa6 in ?? () > #4 0x005e3940 in ?? () > #5 0x09f72cf4 in ?? () > (gdb) > > Doesn't look like a better output than with

Re: Antwort: Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-13 Thread Gerald Richter
, Alex > > > > > Von: Gerald Richter <[EMAIL PROTECTED]> am 12.11.2003 07:55 > > > > An: Alexander Hartmaier/DEBIS/EDVG/[EMAIL PROTECTED], > [EMAIL PROTECTED] > Kopie:[EMAIL PROTECTED] > > Thema:Re: [mp2] segfault when generating graphs with G

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-11 Thread Gerald Richter
> > 3. This is the core dump trace: (if you get a core dump): > > I tried but I can't catch any (I don't know and didn't manage to find out which > directory has to be writeable for the apache2 process under Embperl). > Please try to start your httpd under gdb: gdb /path/to/httpd set args -X -f