Re: mp2: any recommendations for template systems yet?

2003-02-21 Thread Josh Chamas
Perrin Harkins wrote: On Thu, 2003-02-20 at 22:27, Carl Brewer wrote: Do any of you have any recommendations for template systems with mp2? Not of the religious kind (!) but more on the lines of what's working with mp2 at the moment? Everything that doesn't make mod_perl API calls should

RE: HELP - Problem installing modperl

2003-02-21 Thread Pablo Jejcic
Here is my 'perl -V'. Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris-64int uname='sunos localhost 5.9 sun4u sparc sunw,ultra-1' config_args='' hint=recommended, useposix=true,

RE: mod_perl 2 apache::session and or die

2003-02-21 Thread Chris Faust
Thanks Perrin, I've been trying to use Apache::DB to track down the problem, but I'm not having a lot of luck. I think it is in the locking as if I let things hang long enough and then shut down Apache, I get a error of: Can't call method disconnect on an undefined value at

Re: mod_perl2 apache::requestrec and imagemagick.pm

2003-02-21 Thread Brendon Anderson
Thanks for the quick reply. I'm not a perl person... what/where is startup.pl? Nick Tonkin [EMAIL PROTECTED] 02/21/03 09:42AM On Fri, 21 Feb 2003, Brendon Anderson wrote: Apache 2.0.44 Perl 5.8.0 mod_perl 1.99_08 ImageMagick 5.4.7-5 ImageMagick-perl 5.4.7-5 Apache-ImageMagick 2.0b7 I

Re: mp2: any recommendations for template systems yet?

2003-02-21 Thread Udlei Nattis
you can use Ananke::Template is one version of template::toolkit but very very very very fast []s nattis Josh Chamas wrote: Perrin Harkins wrote: On Thu, 2003-02-20 at 22:27, Carl Brewer wrote: Do any of you have any recommendations for template systems with mp2? Not of the religious kind

Preloading DBI crashes Apache

2003-02-21 Thread Dan Brosemer
Hi. I'm new here, and hoping someone can help me. I've installed the latest -current version of OpenBSD, and loaded mod_perl as a DSO. That gets me Apache 1.3.27, Perl 5.8.0, and mod_perl 1.27. Apache starts fine, but when I try to access any script that does DBI-connect(...), it generates a

Re: mp2: any recommendations for template systems yet?

2003-02-21 Thread Perrin Harkins
On Fri, 2003-02-21 at 16:10, Udlei Nattis wrote: you can use Ananke::Template is one version of template::toolkit but very very very very fast I wouldn't really call it a version of Template Toolkit. It's much more like HTML::Template: a very streamlined templating tool with an intentionally

Re: Apologize

2003-02-21 Thread Doran Barton
Not long ago, Franck PORCHER proclaimed... Democratic ideas should be able to be discussed, argued upon, and of course opposed diplomatically. Sure, but your message is not topical for this mailing list. Hell, THIS message -- my message -- isn't on-topic, but it is a plea for adherance to rules

Re: [mp1] Alternative for CHECK

2003-02-21 Thread David Wheeler
On Thursday, February 20, 2003, at 10:51 PM, Stas Bekman wrote: Why not? Use a separate module to drive the others? package My::PostConfig; BEGIN { # whatever needs to be done for other modules } 1; startup.pl: --- use My::PostConfig Excellent point, and a quick experiment on my end