Search Discussions
-
Hi. We're trying to handle some odd query strings in embperl, eg: http://www.example.com/mjs/q.epl?a=b?c=d embperl parses this as: Using %fdat FieldValuea b?cd CGI.pm parses this as: Using CGI.pm ...
Michael Stevens
May 3, 2013 at 1:06 pm
May 13, 2013 at 2:57 pm -
I'm trying to install Embperl on a brand new SUSE Linux Enterprise Server 11 SP 2 install and I'm getting the following error: Performing httpd syntax check 1 ... ok Performing httpd syntax check 2 ...
Rubinstein, James
Feb 15, 2013 at 5:16 pm
Feb 15, 2013 at 7:11 pm -
Embperl 2.5.0_3 is available at http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz - It fixes a problem in [! !] blocks with error reporting - It removes the -m32 flag for compilation on ARM If ...
Gerald Richter
Nov 10, 2012 at 4:35 pm
Nov 10, 2012 at 4:35 pm -
Hi, I'm forwarding Debian bug http://bugs.debian.org/691032 - Embperl 2.5.0 RC2 fails to build on armel/armhf, mips/mipsel, s390 due to -m32 not being available on those platforms as a valid gcc ...
Florian Schlichting
Oct 20, 2012 at 8:07 pm
Dec 5, 2012 at 9:47 am -
Hi I have been testing Embperl using vrsion 2.5.0_2 on new install or Fedora 17. Results are excellent. My production server is running Apache 2.2.6 and mod_perl 2.0.2 which I don't want to disturb ...
Oldbrad
Oct 17, 2012 at 1:39 pm
Nov 10, 2012 at 4:39 pm -
Hi I'm total new to Embperl and I've been struggling for the best part of a week to install Embperl on a Fedora 17 server running Apache 2.2.22, mod_perl/2.0.5 and Perl/v5.14.2 Since I finally got ...
Oldbrad
Oct 15, 2012 at 11:43 am
Oct 15, 2012 at 1:05 pm -
I am still getting this problem with the latest version of Embperl (2.5). This is on Debian Wheezy (testing), Perl 5.14. I have made a number of changes in my code, and when I try to access my ...
Neil Gunton
Oct 12, 2012 at 11:37 pm
Nov 10, 2012 at 5:19 pm -
In Embperl 2 you cannot set ESCMODE by environment inside the page. You have to use $escmode. " Invalid command 'Embperl_UseEnv', perhaps misspelled..." is because you did not load Embperl.so in the ...
Gerald Richter
Oct 3, 2012 at 10:05 am
Oct 3, 2012 at 10:05 am -
Hi, I am using Embperl for my site. As we know embperl sets values of form fields with fdat values. But for textarea tag with closed tag in separate line are not getting fdat values for prefill ...
Nageswara rao Gurram
Sep 27, 2012 at 10:44 am
Oct 3, 2012 at 12:16 pm -
Hello, I'm calling a page with jQuery's $.ajax() and I want it to return a status code (201 if ok, 400 if some parameters are missing). The goal is to use .done() and .fail() I guess that's the way ...
Jean-Christophe Boggio
Sep 26, 2012 at 9:48 pm
Oct 3, 2012 at 10:00 am -
Dear Gerald, I have some problems with Embperl 2.4.0 (perl v.5.14.2) First, i use Embperl in my own environment (no mod_perl, apache, fcgi and etc). Only process under Starman server I want to use ...
Perlover
Sep 26, 2012 at 10:18 am
Oct 3, 2012 at 10:15 am -
Hi! I am in search for an embperl emacs mode or another IDE which supports the perl/html/embperl-mix in embperl-Scripts. At http://perl.apache.org/embperl/en/db/sites/editors.-category_id-5-.htm ...
Benni Bärmann
Sep 23, 2012 at 8:36 pm
Sep 25, 2012 at 1:17 pm -
I have just uploaded a release candiate of Embperl 2.5.0. For me it works well with Perl 5.14 and Perl 5.16 and fixes the known problems. Please test and let me know if there are any issues. You can ...
Gerald Richter
Sep 10, 2012 at 6:18 pm
Sep 11, 2012 at 6:19 am -
Hi, I'm experiencing something very strange, difficult to explain. I wrote an application where users can connect to LDAP servers (about each user connects to a different LDAP server) and execute a ...
Jean-Christophe Boggio
Sep 3, 2012 at 11:16 pm
Sep 7, 2012 at 11:16 am -
Hi, I just recompiled latest embperl 2.5.0_1, setup everything (?) but I get : Undefined subroutine &Embperl::__1::Execute * I added "use Embperl;" in startup.pl * Copied zembperl.load and ...
Jean-Christophe Boggio
Sep 3, 2012 at 9:13 am
Sep 3, 2012 at 10:02 am -
Hi, in my struggle for embperl at ubuntu, i stuck here: root@schwarmeingang:/home/benni/aymargeddon/Embperl-2.4.0# perl Makefile.PL Found mod_perl 2.0 Build with support for Apache mod_perl?(y/n) [y] ...
Benni Bärmann
Sep 2, 2012 at 10:36 am
Sep 2, 2012 at 7:07 pm -
Hi, i try to reactivate an old project, which relies heavily on Embperl. But i run in to some problems. - Which is the actual version? CPAN: http://search.cpan.org/dist/Embperl/ - gives 2.4.0 ...
Benni Bärmann
Sep 2, 2012 at 6:44 am
Sep 10, 2012 at 6:06 pm -
I just noticed that when there is an error in my code, I am not getting any useful information about where the error occurs. All I get is this: [21419]ERR: 24: Error in Perl code: Compilation error I ...
Neil Gunton
May 19, 2012 at 7:29 pm
Jun 29, 2012 at 3:19 pm -
Hello, I have this simple code : [- $req = shift; @tmp=("1","a","zzz"); $udat{verdict} = \@tmp; # <- this doesn't work # $udat{verdict} = ["1","bla","x"]; # <- this works -] <script ...
Jean-Christophe Boggio
Apr 12, 2012 at 2:02 pm
Apr 16, 2012 at 2:06 pm -
Hello, I have a simple upload module but I can't get a pure binary upload to work everytime. This is what I get sometimes : - Original is 73856 bytes - Uploaded is 33398 bytes or 27939 bytes Also the ...
Jean-Christophe Boggio
Apr 4, 2012 at 4:21 pm
Apr 9, 2012 at 4:25 pm -
Hi, yes, it would be nice to know which code causes this Panics, so I am able to fix it. It would be great if you could provide some small examples. Gerald P.S. We should move this discussion on the ...
Gerald Richter
Apr 2, 2012 at 12:54 pm
May 15, 2012 at 6:15 pm -
Hi, the Bug [1] is fixed in my current development version, this also fixes the other tests. The only thing that is still not working is the automatic reload of changed files, because Perl 5.14 ...
Gerald Richter
Mar 27, 2012 at 12:13 pm
Mar 28, 2012 at 5:34 pm -
I was not able to download from ftp://ftp.dev.ecos.de/pub/perl/embperl, always seem to get network timeouts. So I downloaded instead from CPAN, seems to be 2.4. Building new workstation around Debian ...
Neil Gunton
Mar 26, 2012 at 6:04 pm
Mar 27, 2012 at 10:07 am -
Dear Embperl hackers, I've written a filter to change some aspects of my Embperl-generated HTML before it's sent back to the client. Instead of going with the filehandle chaining trick described in ...
Jose Fonseca
Mar 10, 2012 at 8:11 pm
Mar 10, 2012 at 8:11 pm -
Hello, I have a simple page that finishes with this : [$ if (1) $] <form name="edituser" id="edituser" <table <td identity</td <td <input type="text" name="displayname" id="displayname" value="[+ 1 ...
Jean-Christophe Boggio
Mar 8, 2012 at 4:37 pm
Mar 11, 2012 at 5:06 pm -
Hi, could you send a example of a file that give an EOF? For the Oracle error I guess it's because Apache run as different user, so you will have different access rights Gerald From: Hugh Thomas ...
Richter
Mar 5, 2012 at 11:57 am
Mar 5, 2012 at 3:09 pm -
Hi Paul, I didn't seen this error before, but it looks like Perl & Embperl are build with different build options. You might look at the output of "perl -V" and the output of the make of Embperl an ...
Richter
Dec 29, 2011 at 8:52 am
Dec 29, 2011 at 9:42 am -
Suresh Kumar
Nov 17, 2011 at 6:13 am
Nov 17, 2011 at 6:13 am -
Hi Gerald and Embperl users, I've been interested in giving my users the option of uploading multiple files simultaneously, and the only/best option I was able to find up to now has been the ...
Neil Gunton
Sep 28, 2011 at 8:40 am
Sep 28, 2011 at 8:40 am -
Hello brave people, Its been a long time. I need to upgrade an old server that has some big Embperl 1.3 projects running. I compiled old versions of perl (5.8.9), apache(1.3.36) and mod-perl(1.31), ...
Luiz Fernando
Sep 27, 2011 at 10:28 pm
Sep 28, 2011 at 3:48 am -
1
Session
Hi, I am using Embperl 2.4 on Linux and I disabled the session by setting PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no in perl.conf. It works fine, but I have some Perl modules which are not working ...Soltan Safavi
Jun 30, 2011 at 9:40 pm
Jun 30, 2011 at 11:58 pm -
As per the README I'm reporting this bug here, rather than on rt.cpan.org (where I note a few other bug reports have been sent). As reported at ...
Dominic Hargreaves
May 11, 2011 at 10:55 pm
Jun 8, 2011 at 10:00 pm -
Hello: Is there an example somewhere of using a custom handler that eventually calls Embperl to process the page? I'm working from some old code that used HTML::Embperl to do this, and am having ...
Matt J Cwanek
Jan 7, 2011 at 8:13 pm
Jan 13, 2011 at 1:44 am -
Hi, I’m trying to build embperl for Redhat Enterprise Linux 6 64bit Apache version: Apache/2.2.15 (Unix) Perl version: 5.10 Linux: osvers=2.6.18-194.8.1.el5, archname=x86_64-linux-thread-multi ...
Renno Reinurm
Jan 5, 2011 at 7:13 pm
Jan 6, 2011 at 11:15 pm -
Hello, I have a site where the config is a little strange. It works for years but I just discovered it fails for (at least) one file. Here is the scenario : I want to log (in a DB) all PDF downloads. ...
Jean-Christophe Boggio
Dec 15, 2010 at 8:58 am
Jan 3, 2011 at 2:10 pm -
Since there isn’t all that much documentation for Embperl/Embperl::Object, it would be helpful if someone could contribute a more comprehensive example of an “enterprise-sized” design that makes use ...
Williams, David G. (HQ-JF000)[INDYNE INC]
Dec 13, 2010 at 3:49 pm
Jan 12, 2011 at 4:46 am -
Hi. We're using embperl with mod_perl to handle files ending in .epl. This is mostly good, except it seems to result in a 500 error being logged whenever someone attempts to access a nonexistent .epl ...
Michael Stevens
Dec 13, 2010 at 11:40 am
Jan 12, 2011 at 4:42 am -
Question for the community... Has anyone worked on putting together an Amazon Machine Image that includes everything necessary to run Apache httpd, mod_perl, and Embperl::Object? That would be a ...
Williams, David G. (HQ-JF000)[INDYNE INC]
Nov 11, 2010 at 10:18 pm
Nov 11, 2010 at 10:18 pm -
Hi, as far as I know there is no precompiled package available yet Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Richter
Nov 11, 2010 at 8:20 am
Nov 11, 2010 at 8:20 am -
Hi everyone, I am trying to install Embperl 2.4.0 on my Windows XP machine, on a portable version of Perl on a USB flash drive. As expected, I am having a lot of problems compiling. Does anyone know ...
Hoenie Luk
Oct 29, 2010 at 6:23 pm
Oct 29, 2010 at 6:23 pm -
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 ...
Gerald Richter - ECOS
Oct 4, 2010 at 4:45 am
Nov 11, 2010 at 8:23 am -
I know from the documentation and personal experience that Embperl and/or mod_perl compiles Perl modules only once whenever httpd starts or restarts. I am accustomed to restarting the httpd daemon in ...
Williams, David G. (HQ-JF000)[INDYNE INC]
Sep 22, 2010 at 4:37 pm
Sep 22, 2010 at 8:36 pm -
Hi everyone, I somehow managed to break some part of my perl installation while upgrading it, and now 'make test' with Embperl fails even the most basic ascii test: [-1][2667]ERR: 24: Error in Perl ...
Gerard
Sep 13, 2010 at 10:22 pm
Sep 14, 2010 at 1:36 pm -
I'm installing Perl 5.10 on HPUX Itanium, and I'm passing all tests except for error.htm tests. I would debug further but I don't know quite what this is looking for. Note: all tests passed for Perl ...
Thompson, John
Jul 31, 2010 at 11:44 pm
Aug 4, 2010 at 7:08 pm -
Hi, When testing our server (RHEL 5, x86_64, Apache 2.2.3, mod_perl2, Embperl 2.3.0), we had no virtual hosts defined (testing was done on the raw hostname) and all of our forms seemed to work fine. ...
Robby Desmond
Jul 29, 2010 at 3:04 pm
Aug 4, 2010 at 2:18 pm -
Hi. We're seeing an odd bug where @param seems to be shared between Execute calls in the same process. The following code is a test case for this: #!/usr/bin/perl -w use strict; use Embperl; my ...
Michael Stevens
Jul 20, 2010 at 2:11 pm
Jul 27, 2010 at 7:48 pm -
Hi. I was trying to test something else when I discovered this script is enough to segfault embperl: use strict; use Embperl; my $output1; my $input = ""; Embperl::Execute({ inputfile = "blah", input ...
Michael Stevens
Jul 20, 2010 at 2:08 pm
Jul 21, 2010 at 9:23 am -
Hi. Was trying to work out how execute works and found a few typos in the docs while I was looking. Diff against svn attached. -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: ...
Michael Stevens
Jul 20, 2010 at 1:57 pm
Jul 21, 2010 at 9:25 am -
Hi, a new BETA is available for download and testing at http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz It mainly fixes some test errors reported since the last beta and supports now Perl up ...
Gerald Richter - ECOS
Jul 6, 2010 at 10:35 am
Aug 25, 2010 at 8:11 am -
Hi, I'm trying to build Embperl from CPAN on an RHEL 5 x86_64 server with Apache 2 and Mod Perl 2. I'm running into the following error while it tries to run "make": /usr/bin/perl ...
Robby Desmond
Jun 28, 2010 at 5:45 pm
Jul 5, 2010 at 6:01 am
Group Overview
| group | embperl
|
| categories | modperl, perl |
| discussions | 2,423 |
| posts | 9,098 |
| users | 798 |
| website | perl.apache.org |
Top users
Archives
- February 2013 (2)
- November 2012 (5)
- October 2012 (20)
- September 2012 (44)
- May 2012 (6)
- April 2012 (16)
- March 2012 (26)
- December 2011 (4)
- November 2011 (1)
- September 2011 (4)
- June 2011 (4)
- May 2011 (3)
- January 2011 (13)
- December 2010 (9)
- November 2010 (3)
- October 2010 (7)
- September 2010 (5)
- July 2010 (31)
- June 2010 (6)
- May 2010 (5)
- April 2010 (22)
- March 2010 (25)
- February 2010 (23)
- October 2009 (16)
- September 2009 (17)
- June 2009 (1)
- May 2009 (9)
- April 2009 (3)
- March 2009 (3)
- February 2009 (2)
- December 2008 (2)
- November 2008 (1)
- October 2008 (18)
- September 2008 (10)
- August 2008 (7)
- July 2008 (40)
- June 2008 (1)
- May 2008 (7)
- April 2008 (3)
- March 2008 (6)
- February 2008 (2)
- January 2008 (19)
- December 2007 (10)
- November 2007 (14)
- October 2007 (24)
- September 2007 (43)
- August 2007 (14)
- July 2007 (17)
- June 2007 (44)
- May 2007 (44)
- April 2007 (35)
- March 2007 (8)
- February 2007 (7)
- January 2007 (17)
- December 2006 (9)
- November 2006 (31)
- October 2006 (27)
- September 2006 (49)
- August 2006 (57)
- July 2006 (12)
- June 2006 (28)
- May 2006 (41)
- April 2006 (91)
- March 2006 (60)
- February 2006 (58)
- January 2006 (52)
- December 2005 (67)
- November 2005 (22)
- October 2005 (50)
- September 2005 (53)
- August 2005 (45)
- July 2005 (66)
- June 2005 (82)
- May 2005 (53)
- April 2005 (53)
- March 2005 (89)
- February 2005 (50)
- January 2005 (50)
- December 2004 (72)
- November 2004 (65)
- October 2004 (33)
- September 2004 (47)
- August 2004 (67)
- July 2004 (92)
- June 2004 (43)
- May 2004 (88)
- April 2004 (146)
- March 2004 (99)
- February 2004 (75)
- January 2004 (92)
- December 2003 (92)
- November 2003 (129)
- October 2003 (47)
- September 2003 (97)
- August 2003 (91)
- July 2003 (111)
- June 2003 (98)
- May 2003 (37)
- April 2003 (55)
- March 2003 (79)
- February 2003 (88)
- January 2003 (175)
- December 2002 (125)
- November 2002 (134)
- October 2002 (182)
- September 2002 (189)
- August 2002 (126)
- July 2002 (163)
- June 2002 (80)
- May 2002 (166)
- April 2002 (140)
- March 2002 (227)
- February 2002 (133)
- January 2002 (113)
- December 2001 (145)
- November 2001 (163)
- October 2001 (134)
- September 2001 (114)
- August 2001 (193)
- July 2001 (115)
- June 2001 (119)
- May 2001 (177)
- April 2001 (136)
- March 2001 (182)
- February 2001 (179)
- January 2001 (79)
- December 2000 (95)
- November 2000 (198)
- October 2000 (137)
- September 2000 (98)
- August 2000 (249)
- July 2000 (128)
- June 2000 (196)
- May 2000 (184)
- April 2000 (211)
- March 2000 (116)
