Re: What's going on with Embperl???

2003-09-25 Thread Aaron Johnson
On Thu, 2003-09-25 at 00:36, Gerald Richter wrote: > Hi all together, > > first of all I want to tell you that I have not vanished away :-) > Second is that I will continue developing Embperl. I use it in all projects > we do, so it's still important for me myself. > The point why I am not doing m

install problems

2004-05-04 Thread Aaron Johnson
I am trying to install Embperl on a RH9 full install (Apache 2 and mod_perl) using CPAN.  I am encountering this error:   Starting httpd...   Usage: httpd {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest} Cannot open test/tmp/httpd.pid at test.pl line

Select Selected

2000-03-22 Thread Aaron Johnson
c (while/foreach) to be selected? I am I expecting too much from the Embperl parser? Embperl VERSION: 1.2.0 On Windows 98 with Apache 1.3.9 and mod_perl 1.21 Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Select Selected

2000-03-22 Thread Aaron Johnson
ins it a little better. Aaron Johnson Cliff Rayman wrote: > Not sure what you mean when you say selects are not selected. > > cliff rayman > genwax.com > > Aaron Johnson wrote: > > > I thought I had gotten smart. I am working on a project with a none > > coder.

Re: Select Selected

2000-03-23 Thread Aaron Johnson
remembered that the docs said that SELECT and lists were handled by the same section that handles the tables. That is when I realized I had [- $optDisableTableScan = 1 -] at the top of the page and it was turning off the SELECT processing. All better now. Thanks. Aaron Johnson Gerald Richter

Compile problems

2000-03-27 Thread Aaron Johnson
I am trying to get Embperl (tried 1.2.0 1.2.1 and 1.3b2) to compile with Perl 5.6 Apache 1.3.9 and mod_perl 1.22, but when I do the make test I get to the ascii test and it dies. Did I compile Perl wrong? I used the defaults. All other modules are compiling fine. (DBI DBD::mysql MD5 mod_perl et

Re: Compile problems

2000-03-27 Thread Aaron Johnson
() #1 0x400f2044 in XS_HTML__Embperl_GVFile () #2 0x8097ae7 in Perl_pp_entersub () #3 0x8092bfa in Perl_runops_standard () #4 0x805b119 in S_run_body () #5 0x805aebd in perl_run () #6 0x8058bf1 in main () #7 0x8058afe in ___crt_dummy__ () I will resend with debug enabled if it is. Aaron

Re: Compile problems

2000-03-27 Thread Aaron Johnson
44 in XS_HTML__Embperl_GVFile (cv=0x81eb360) at Embperl.xs:76 #2 0x8097ad3 in Perl_pp_entersub () #3 0x8092be6 in Perl_runops_standard () #4 0x805b105 in S_run_body () #5 0x805aea9 in perl_run () #6 0x8058bf1 in main () #7 0x8058afe in ___crt_dummy__ () Aaron Johnson Gerald Richter wrote: &g

Re: Compile problems

2000-03-27 Thread Aaron Johnson
if (name) >81 RETVAL = name ; >82} >83} >84OUTPUT: Aaron Johnson Gerald Richter wrote: > > Here is the output from the debug version. I didn't see a > > LDDFLAGS but I saw > > LDDLFLAGS, is that where I add the -g? (I added it there

Re: Session Management

2000-03-27 Thread Aaron Johnson
Gerald, What should I set the EMBPERL_COOKIE_PATH to? Any recommended path? How does this effect the cookie versus the default? What doc/code can I read to help me understand what is going on? Aaron Johnson Gerald Richter wrote: > Hi, > > > > I am having trouble with session

Re: Session Management

2000-03-27 Thread Aaron Johnson
Cliff, Well what if I have 30 domains and 5 are using cookies? Can I set it in the VirtualHost section? Thanks for you quick reponse to the first batch of questions. Aaron Johnson Cliff Rayman wrote: > the following three settings should do it. > just change .genwax.com to .gina.net

Success on Perl 5.6 with patches!

2000-03-28 Thread Aaron Johnson
Gerald, make test results: All test have been passed successfully! Thanks Gerald! Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Checkboxes

2000-03-31 Thread Aaron Johnson
ls is still a bit fuzzy. I added some print LOG statements, but I didn't get any of the output I expected :^( Where does the C code get included or is that a behind the scences function of Perl in that it looks for the so or dll files automatically? embperl 1.3b3dev Aar

Re: Checkboxes

2000-04-01 Thread Aaron Johnson
y be successful. Aaron Johnson Aaron Johnson wrote: > Gerald, > > I normally avoid checkboxes like the plague, but I have a site that > really needs them to make data entry easy. Since I am extremely lazy I > set about having the unchecked and the checked values sent by enabling >

Re: Insert with checkboxes

2000-04-03 Thread Aaron Johnson
Thank you for replying. I am smacking myself in the forhead right now. I was sending the array to my function when all along I could have done the processing right there in the page. Thanks Gerald. Aaron Johnson Gerald Richter wrote: > > > > I am not sure if you saw my post t

Re: undefined subs?

2000-05-13 Thread Aaron Johnson
#x27; instead 'require'. [- use POSIX qw(ctime); do "/opt/sage/lib/sagelib.pl"; $rv = selectall_dialin_account( $fdat{directory_id} ); -] Gerald, Is my understanding correct in that the required files subs go out of scope as soon as the required fil

Re: How to set EMBPERL_whatever in CGI environment?

2000-05-24 Thread Aaron Johnson
ike when used CGI based vs. mod_perl? Do sessions work and if they do, do they work the same way? Aaron Johnson > > -- > Scott Chapman > Technical Support Specialist > Lund Performance Solutions > [EMAIL PROTECTE

Re: Can't POST to embperl

2000-09-08 Thread Aaron Johnson
/embperl/Embperl.pod.2.html#Operating_Modes Aaron Johnson Peter S Galbraith wrote: > Wim Kerkhoff wrote: > > > On Fri, Sep 08, 2000 at 02:07:36PM -0400, Peter S Galbraith wrote: > > > > > [+ foreach $key (%fdat) { print "$key -> $fdat{$key}\n" } +] > >

Re: Embperl And Matching

2000-10-18 Thread Aaron Johnson
-] [- $text = 'This: http://www.blah.com is a url'; -] [# don't need the if since the value of $text will only change if there #] [# is a valid http URL present #] [- $text =~ s#(.*\s)(http\:\/\/\S+)(\s.*)#$1$2$3\n#i -] [+ $text +] Aaron Johnson Gavin Spomer wrote: > Does embperl ha

Losing udat

2001-02-20 Thread Aaron Johnson
I miss something in the upgrade section for Embperl? Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache::DBI (OT Kinda) Question

2001-09-04 Thread Aaron Johnson
(); 3) Pull the URL that should use the presistent connection and then check the status of the DBI connections via the perl-status default page. If you don't see any connections after calling that page then the database connection is NOT being reused. Aaron Johnson David Lloyd wrote: >

DBIx::Recordset question

2001-09-06 Thread Aaron Johnson
NUMBER => "$NUMBER", Note_Body => 'IS NULL' } ); In Recordset.pm the only reference to IS NULL I see is in the %unaryoperators and the code near line 2095. Aaron Johnson

Hosts supporting Embperl

2002-01-19 Thread Aaron Johnson
I could have sworn I saw a list of hosts that support Embperl at one point. I didn't see it on the perl.apache.org Embperl site. Did I miss it or was it never there? Aaron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Embedding perl on W32 apache

2002-02-01 Thread Aaron Johnson
http://theoryx5.uwinnipeg.ca/ppmpackages 5) use PPM to install the mod_perl related modules that you need. 6) Post any questions along the way here and I will try to assist. Aaron Johnson > Riccardo Murgo wrote: > > Hi, I've downloaded binary apache distribution v1.3.22 f

[JOB WANTED] Aaron Johnson

2002-02-22 Thread Aaron Johnson
job market. Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Different behavior on OUT?

2002-03-04 Thread Aaron Johnson
$hashref->{$key}\"; } -] I have PerlSetEnv EMBPERL_ESCMODE 0 in my conf file since I know that may effect this. Is this a bug or a behavior that has changed? Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Getting Lingua::Ispell to work.

2002-03-18 Thread Aaron Johnson
It is an issue with STDOUT and mod_perl the answer is in the guide. I have a modified copy of Ispell that works under mod_perl if anyone would like a copy let me know. Aaron Johnson Neil Gunton wrote: > > > > > > > I was reading your posts on the website below re

Session trouble in 2.07b

2002-04-09 Thread Aaron Johnson
I am attempting to move my development server to Embperl 2.07b and I have gotten everything working it seems except for the sessions. Should it still print a message at server start indicating that Session handling was enabled? How can I verify sessions are enabled? Aaron Johnson

More on Sessions not active in 2.0b7

2002-04-10 Thread Aaron Johnson
ODE 0 EMBPERL_OPTIONS 16 AddType text/html .epl EMBPERL_APPNAME my_app EMBPERL_URIMATCH "(\.htm|\.epl)$" EMBPERL_COOKIE_EXPIRES +30m EMBPERL_COOKIE_PATH /my_app SetHandler perl-script PerlHandler Embperl Options ExecCGI

Re: More on Sessions not active in 2.0b7

2002-04-10 Thread Aaron Johnson
/Embperl.so I am on Mandrake 8.1 with kernel 2.4.18 Apache/1.3.24 (Unix) Embperl/2.0b7 mod_perl/1.26 Perl v5.6.1 Aaron Johnson wrote: > In rereading my last post I realized that I didn't give much informaiton > to go on. I am upgrading from HTML::Embperl 2.0b5 to 2.0b7 Embperl. My

What am I looking for? (PerlChild or PerlCleanup?)

2002-05-19 Thread Aaron Johnson
goes under mod_perl so I can better understand what some other options might be. Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What am I looking for? (PerlChild or PerlCleanup?)

2002-05-21 Thread Aaron Johnson
nd mod_perl. I have only toyed with it in Windows. The biggest thing I noticed that wasn't "obvious" to *me* was that in the configuration it is now Embperl::Object instead of EmbperlObject, that gave me some difficultly while attempting to get up and running when switching from 1.

Re: page title

2002-07-15 Thread Aaron Johnson
On Mon, 2002-07-15 at 01:40, Angus Lees wrote: > At Mon, 15 Jul 2002 08:14:32 +0300, variable wrote: > > I try to display a page title using three embperl files. > > > > ---main.epl--- > > [! sub title {'Website'} !][- $req = shift -] [+ > > $req->title +] [- Execute('*') -] > > --- > > > > --

Re: web site structure quesiton

2002-07-16 Thread Aaron Johnson
Scott, I would be concerned by the fact that the user data would be under a web directory and exposed. What type of information would be in the files and would it be difficult to load them from a location outside of the main web directory structure? You could possibly use the Embperl::Object (2

Re: web site structure quesiton

2002-07-16 Thread Aaron Johnson
Scott, I would be concerned by the fact that the user data would be under a web directory and exposed. What type of information would be in the files and would it be difficult to load them from a location outside of the main web directory structure? You could possibly use the Embperl::Object (2

Re: Display GD graphics with embperl

2002-07-18 Thread Aaron Johnson
What apache directive are you using to tell apache how to deliver the Embperl files and the png files? I know Apache::ASP suffers from greedy processing if you use too loose of a directive, maybe something similar is happening with Embperl. Aaron On Wed, 2002-07-17 at 07:44, [EMAIL PROTECTED] w

Compatability issue or just bad code

2002-07-25 Thread Aaron Johnson
mic "selected" inside of a select form element. Is this type of behavior no longer support in version 2? Should this type of coding be avoided regardless of version? Aaron Johnson - To unsubscribe, e-mail: [EMAIL PR

Re: Compatability issue or just bad code

2002-07-25 Thread Aaron Johnson
member being that clever in 1998 :) Aaron > > Ed > > On 25 Jul 2002, Aaron Johnson wrote: > > > I was digging up some old code and thought I would run it through 2.08b, > > I was aware of the foreach with no parentheses change, which this code > > had,

Re: Fw: [ANNOUNCE] Apache Hello World Benchmarks - Apache C API,HelloDB

2002-08-01 Thread Aaron Johnson
Should I/we be concerned about the amount of memory Embperl uses in comparison to the other methods in the Benchmark 2000? What uses all the memory and do you feel that is an accurate representation of the module based on the testing parameters/conditions? Aaron On Thu, 2002-08-01 at 02:47, Ger

Re: Need Help

2002-08-02 Thread Aaron Johnson
On Windows it is possible to use the PPM utility and get the modules mentioned from: http://theoryx5.uwinnipeg.ca/ppmpackages/ See the documentation for PPM that comes with Perl for Win32 from ActiveState for more information on how to define which repository to request modules from. Aaron On

Re: Apache::SessionX Installation

2002-09-06 Thread Aaron Johnson
kal.pm in @INC" error message. This is due, I believe, to the nature in which the inheritance between the session modules work. Aaron Johnson > > > --- /tmp/MD5.pm Sun May 12 22:13:34 2002 > > +++ /usr/lib/perl5/site_perl/5.6.0/Apache/SessionX/Generate/MD5.pm > >

5.8 sub/object problem

2002-10-24 Thread Aaron Johnson
t call a method on an undefined value. Is this something that is already being addressed? Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embperl 2.0b9-dev3

2002-10-29 Thread Aaron Johnson
I tried it both ways, using the 2.0b8 and running the two utility scripts. The latter didn't work or at least didn't seem to, it claimed it was missing a typemap file. I did not run a make clean before I did the two xs utility scripts however, would that have possibly prevented the creation of th

Can't make a clean break (fork)

2002-10-30 Thread Aaron Johnson
d_perl and Apache and the dev3 of 2.0b9 with 5.8 Perl on the development server and 5.6.1 and 2.0b8 on a production machine, both running Linux. My detached process starts approx. 16 additional forked processes so it is important for me to complete detach myself from the apache process. Aaron Johnso

Backtrace from SIGSEGV 5.8 Embperl 2.0b9-dev5

2002-12-01 Thread Aaron Johnson
from the original install on the Mandrake 8.2 to 9.0 (5.6.1 to 5.8) machine, I didn't however run a BT on the dev3, but it gave a segfault as well. Aaron Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Backtrace from SIGSEGV 5.8 Embperl 2.0b9-dev5

2002-12-03 Thread Aaron Johnson
On Tue, 2002-12-03 at 05:07, Gerald Richter - ecos gmbh wrote: > Hi, > > > > > > I have Perl 5.8 and Embperl 2.0b9-dev3 working fine on a Mandrake Linux > > server upgraded from 8.2 to 9.0 (5.6.1 to 5.8), but when I went to do an > > install on a fresh copy of Mandrake 9.0 I encountered a proble

Re: Backtrace from SIGSEGV 5.8 Embperl 2.0b9-dev5

2002-12-10 Thread Aaron Johnson
On Tue, 2002-12-03 at 08:55, Aaron Johnson wrote: > On Tue, 2002-12-03 at 05:07, Gerald Richter - ecos gmbh wrote: > > Hi, > > > > > > > > > > I have Perl 5.8 and Embperl 2.0b9-dev3 working fine on a Mandrake Linux > > > server upgraded from 8.2

Session and redirect oddity

2002-12-13 Thread Aaron Johnson
are redirected to a login page, at which point their session information is lost and a new _session_id is being assigned. Apache 1.3.27/mod_perl 1.27/Embperl 2.0b9-dev5/Perl 5.8 Aaron Johnson - To unsubscribe, e-mail: [EMAIL

Re: Session and redirect oddity

2002-12-16 Thread Aaron Johnson
On Sun, 2002-12-15 at 09:07, Luiz Fernando B. Ribeiro wrote: > Em 13 Dec 2002 22:32:33 -0500 > Aaron Johnson <[EMAIL PROTECTED]> escreveu: > > > I have setup an email that sends users a report URL and the URL > > contains the query string to determine which report to

Re: Session and redirect oddity

2002-12-17 Thread Aaron Johnson
On Tue, 2002-12-17 at 00:29, Gerald Richter wrote: > > > > I had an EMBPERL_COOKIE_PATH entry in the httpd.conf and I changed to > > reflect the specific sub directory as well just in case that was the > > issue, but the problem persists. All the pages of the application > > (site) are are in the

Re: Update ...

2002-12-19 Thread Aaron Johnson
On Thu, 2002-12-19 at 02:51, Rajesh Kumar Mallah. wrote: > Oh so sorry to hear abt the laptop. > > > > tell me one thing , if i want to upgrade to Embperl 2.0b8 > from 1.3.4 what catastrope shud i expect? > do i have to change by code massively? > > In my case I had some very old scripts tha

Re: Problems with %udat

2002-12-21 Thread Aaron Johnson
On Fri, 2002-12-20 at 15:44, Maurício Amorim wrote: > Hi mailing list, > > I install apache with embperl with the following configuration: > > Platform: SunOS 5.6 > > Apache 1.3.26 > mod_perl-1.27 > HTML-Embperl-1.3.4 > Apache-Session-1.54 > Apache-SessionX-2.00b3 > > I did a module called

Re: Session and redirect oddity

2002-12-22 Thread Aaron Johnson
On Sun, 2002-12-22 at 17:24, Gerald Richter wrote: > > [13048]SES: Send Cookie -> > > EMBPERL_UID=5a90da88079e1848df918cecd95d06a2; path=/; expires=+30m > > ok, so Embperl tries to send the cookie. Please tell your browser to ask > whenever to accept a cookie. That should show you if the cookie i

Re: Session and redirect oddity

2003-01-07 Thread Aaron Johnson
On Mon, 2002-12-23 at 00:39, Gerald Richter wrote: > > On Sun, 2002-12-22 at 17:24, Gerald Richter wrote: > > > > [13048]SES: Send Cookie -> > > > > EMBPERL_UID=5a90da88079e1848df918cecd95d06a2; path=/; expires=+30m > > > > > Could you try without the EXPIRES setting? Embperl 2.0 for now only acc

Re: Undefined subroutine &Apache::SessionX::Generate::MD5::generate

2003-02-11 Thread Aaron Johnson
Was the original issue resolved? The issue with the Undefined subroutine happens when the MD5 module isn't installed. Make sure that Digest::MD5 and MD5 are installed. Aaron On Mon, 2003-02-10 at 10:44, Ville Jungman wrote: > ok. Maybe some with more experience could help... > > ville jungman,

Re: Session and redirect oddity

2003-02-22 Thread Aaron Johnson
not sure where a condition that exceeds it should/is caught. Should Apache::Session(X) or Embperl produce an appropriate message in the logs for this? Aaron Johnson On Wed, 2003-01-08 at 01:00, Aaron Johnson wrote: > On Mon, 2002-12-23 at 00:39, Gerald Richter wrote: > > > On Sun, 2002

Re: Session and redirect oddity

2003-02-24 Thread Aaron Johnson
ink Apache::Session::Store::Mysql would be the right place to check > this, since this constrain does not exists for other storage. > > We could also overload this store and place a subclass in the > Apache::SessonX package. > > Gerald > > > > Aaron Johnson > > &