Can't retrieve page I just created with LWP under mod_perl

2005-05-08 Thread Dan Horne
I've written a small CGI::Application CMS that publishes content to flat files via. The file-type can be any that the designers decide, but generally it will be something that supports includes such as SSI or PHP. This is fine most of the time but occasionally I need to produce dynamic pages - e.g.

Re: Advice

2005-05-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Compiling mp2 as non-root was a definite good bit of advice - make test was a success this time - no failures - thanks! This probably negates the entire error report I mailed before - when (i can anticipate some in the next ten minutes!) I run into problems again i'll be cr

Re: XML parser/unparser in Perl

2005-05-08 Thread Randal L. Schwartz
> "Igor" == Igor Rojdestvenski <[EMAIL PROTECTED]> writes: Igor> I have made a dumb, simple and quite convenient XML Igor> parser/unparser in Perl, which may be quite handy for mod_perl Igor> developers. I'm not sure what this does that XML::Simple doesn't do. If you're going to reinvent the

Re: XML parser/unparser in Perl

2005-05-08 Thread Slava Bizyayev
Dear Igor, Thank you for the interest to the mod_perl users list. Your contribution might be very welcome over here after some formal modifications: 1. You need to make your packaging and documentation CPAN compatible, because this is the only way to distribute your code to community and to make

Advice

2005-05-08 Thread henri
Compiling mp2 as non-root was a definite good bit of advice - make test was a success this time - no failures - thanks! This probably negates the entire error report I mailed before - when (i can anticipate some in the next ten minutes!) I run into problems again i'll be crawling back! Henri

Re: Detailed Error Report - All my 'make test' failures (there are lots)

2005-05-08 Thread Stas Bekman
Henri, we can't help you if you don't follow our bug reporting guidelines. Why do you keep on ignoring those? You were requested to provide those twice. Please *read*: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems in *addition* to the details asked by the URL above, plea

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-08 Thread Stas Bekman
Tom Williams wrote: [...] Ok, with this patch applied, I now get this: [EMAIL PROTECTED] mod_perl-2.0.0-RC6]$ perl Makefile.PL MP_APXS=/usr/local/apache-2.0.54/bin/apxs Reading Makefile.PL args from @ARGV MP_APXS = /usr/local/apache-2.0.54/bin/apxs mod_perl/1.999_021 installation detected... no

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-08 Thread Tom Williams
Stas Bekman wrote: Tom, please try with this patch: Index: Makefile.PL === --- Makefile.PL (revision 168093) +++ Makefile.PL (working copy) @@ -126,8 +126,9 @@ set_modperl_version(); if ($old_modperl_version) { -$old_

XML parser/unparser in Perl

2005-05-08 Thread Igor Rojdestvenski
Hi, all,   I have made a dumb, simple and quite convenient XML parser/unparser in Perl, which may be quite handy for mod_perl developers. Feel free to download it (also free) from http://www.patronov.net/programs/hashparser.pm. Self documented. Any modifications of the code are permitted with

Detailed Error Report - All my 'make test' failures (there are lots)

2005-05-08 Thread henri
It might be useful to look at the error_log first to help me (just a hunch) http://henri.cooksworldwide.net/error_log - Hope this helps with something, I can't get a pre-made perl script going that definitely works on a properly configured server. It has a startup.pl which i've referenced bo

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-08 Thread Stas Bekman
Tom Williams wrote: Stas Bekman wrote: Changes since RC5: (snip) improve the diagnostics when detecting mp2 < 1.999022, tell the user which files and/or dirs need to be removed [Stas] I'm trying to install mod_perl 2.0.0-RC6 on a RedHat 9 based Linux system that is currently running Apache 2.0.

Re: Mod_Perl install

2005-05-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: PerlResponseHandler ModPerl::Registry ^ I've narrowed it down to that line in httpd.conf - the source of my problems. When i uncomment it all the children start segfaulting. Until i uncomment it all the .pl files just display the source. That's even with: AddHandler perl-s