Re: mod perl installation problem

2004-07-26 Thread geoff rainey
Excellent, you were correct. I have tried various different compilation configurations to no avail over the last day or so, and am worn out over it. Of course, it was something very trivial! Kind regards, Geoff. On Tue, 2004-07-27 at 17:57, Stas Bekman wrote: > geoff rainey wrote: > > Hello, > >

Re: mod perl installation problem

2004-07-26 Thread Stas Bekman
geoff rainey wrote: Hello, I am having trouble with an installation of mod_perl. Perl version is 5.8.0 Apache 1.3.31 mod_perl 1.28 Error is when I am running make test, the following occurs - === httpd listening on port 8529 will write error_log to: t/logs/error_log letting apac

JOB: Experienced MODPERL developer for Chicago

2004-07-26 Thread Evan Hecht
Large Financial Firm looking for Strong Perl Programmers and will pay top dollar. Must have experience with Oracle or Sybase (preferred). Financial experience a plus... Relocation packages for out of towners... Requirements: 1. HEAVY RECENT WORK EXPERIENCE WITH PERL SCRIPTING -Must have writt

mod perl installation problem

2004-07-26 Thread geoff rainey
Hello, I am having trouble with an installation of mod_perl. Perl version is 5.8.0 Apache 1.3.31 mod_perl 1.28 Error is when I am running make test, the following occurs - === httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache warm up...\c d

Re: cookie info during perltranshandler

2004-07-26 Thread Stas Bekman
john z wrote: is it possible to access cookie and other request state info during perltranshandler phase. also, how do i find what methods and objects are available for transhandler. i tried to use lookupmethod and did not come up with a list. (i did search faq and docs but did not spot much) I

Re: 200 OK error with Text::Template

2004-07-26 Thread Stas Bekman
Garrison Hoffman wrote: On Mon, 2004-07-26 at 14:52, Stas Bekman wrote: All handlers require a return status. You can read more about this here: http://perl.apache.org/docs/2.0/user/handlers/intro.html#What_are_Handlers_ http://perl.apache.org/docs/2.0/user/handlers/intro.html#Handler_Return_Value

Re: 200 OK error with Text::Template

2004-07-26 Thread Garrison Hoffman
On Mon, 2004-07-26 at 14:52, Stas Bekman wrote: > All handlers require a return status. You can read more about this here: > http://perl.apache.org/docs/2.0/user/handlers/intro.html#What_are_Handlers_ > http://perl.apache.org/docs/2.0/user/handlers/intro.html#Handler_Return_Values > > In Perl if

[ANNOUNCE] Gestinanna 0.02

2004-07-26 Thread James G Smith
I am happy to announce the next release of the Gestinanna application framework. This release consists of the following packages on CPAN: Apache::Gestinanna 0.03 Gestinanna 0.02 Gestinanna::POF 0.07 Gestinanna::POF::Repository 0.04 Gestinanna provides an XML-based language for creating w

Re: 200 OK error with Text::Template

2004-07-26 Thread Stas Bekman
Garrison Hoffman wrote: On Mon, 2004-07-26 at 13:25, Randy Kobes wrote: Does it help to have return Apache::OK; as the last line in the handler? (you might also want to return Apache::SERVER_ERROR, and log the $Text::Template::ERROR, if that case arose). It does indeed. Can someone explain wha

Re: 200 OK error with Text::Template

2004-07-26 Thread Randy Kobes
On Mon, 26 Jul 2004, Garrison Hoffman wrote: > I'm attempting to use Text::Template w/ mp2. The following code > generates no error in the log, produces the expected output but also > tacks on the 200 OK The server encountered an internal error... > > Is this an issue with Text::Template or am I

Re: 200 OK error with Text::Template

2004-07-26 Thread Garrison Hoffman
On Mon, 2004-07-26 at 13:25, Randy Kobes wrote: > Does it help to have >return Apache::OK; > as the last line in the handler? (you might also want to > return Apache::SERVER_ERROR, and log the > $Text::Template::ERROR, if that case arose). It does indeed. Can someone explain what's happening

200 OK error with Text::Template

2004-07-26 Thread Garrison Hoffman
I'm attempting to use Text::Template w/ mp2. The following code generates no error in the log, produces the expected output but also tacks on the 200 OK The server encountered an internal error... Is this an issue with Text::Template or am I doing something wrong? package Codefix::ttdemo; use st

Re: Method Handler not working

2004-07-26 Thread MARTIN MOSS
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Fri, 2004-07-23 at 18:12, MARTIN MOSS wrote: > > My question is, If you don't have a PerlModule > > statement or a use My::Module, or a require or a > > +My::Module statement so it looks like this > > > > #PerlModule My:Module > > > > set-handle

cookie info during perltranshandler

2004-07-26 Thread john z
is it possible to access cookie and other request state info during perltranshandler phase. also, how do i find what methods and objects are available for transhandler. i tried to use lookupmethod and did not come up with a list. (i did search faq and docs but did not spot much) --- Outgoing ma