Re: Simple mod_perl Session and Persistent Script

2003-10-04 Thread perl
Lets say I find the latest mod_perl rpm. - Is there a mod_perl rpm for redhat? - If yes, is the redhat rpm different than other rpm? - I don't know anything about configuring mod_perl;so, is the /etc/httpd/conf.d/perl.conf the only configurable I need to worry about on upgrading? - Do I just un

Re: Simple mod_perl Session and Persistent Script

2003-10-04 Thread perl
> [EMAIL PROTECTED] wrote: > >> I have redhat 9 with mod_perl-1.99_07-5. > > That's more than a year out of date, and many bugs have been fixed since > then, as you can see here: > http://perl.apache.org/dist/mod_perl-2.0-current/Changes > > If you plan to do anything much with it, you should upgra

Re: Simple mod_perl Session and Persistent Script

2003-10-04 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: I have redhat 9 with mod_perl-1.99_07-5. That's more than a year out of date, and many bugs have been fixed since then, as you can see here: http://perl.apache.org/dist/mod_perl-2.0-current/Changes If you plan to do anything much with it, you should upgrade to the most

Simple mod_perl Session and Persistent Script

2003-10-04 Thread perl
I have redhat 9 with mod_perl-1.99_07-5. I'm just beginning into mod_perl. Without loading any other library than the one loaded with redhat, Is there a session variable and how can I hold a persistence object? I'm looking for a simple example: #!/usr/bin/perl use strict; use warnings; #I gues

Re: [pm1] Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-10-04 Thread Michael Chamberlain
1) Why can't "make test" fire up Apache? 2) Why is --without-execstrip necessary on Mac OS X (Darwin/FreeBSD)? 3) Are any other Apache configuration options necessary to replicate Tenon's configuration, if required by mod_perl? Any pointers much appreciated. At the moment it's a bit difficult to

Re: [pm1] Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-10-04 Thread Peter Bengtson
> What Perl were you using before? Did Apache/mod_perl work with that? > Do you have a compelling reason for upgrading to 5.8.1? Yes, on all accounts. >> and t/logs/error_log contains: >> [notice] END block called for startup.pl >> [notice] Destruction->DESTROY called for $global_objec

Re: [pm1] Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-10-04 Thread Ged Haywood
Hello there, On Sat, 4 Oct 2003, Peter Bengtson wrote: > trying to build a new mod_perl on Mac OS 10.2 after upgrading to Perl 5.8.1. I don't use mod_perl on the Mac so I can't answer most of your specific questions, but maybe I help with some pointers. What Perl were you using before? Did Apa

[pm1] Building mod_perl for Tenon's iTools on Mac OS 10.2

2003-10-04 Thread Peter Bengtson
I'm still trying to build a new mod_perl on Mac OS 10.2 after upgrading to Perl 5.8.1. The running version of Apache is 1.3.27, but it isn't compiled by me but by Tenon as part of their iTools suite. As a first step, I checked the output of httpd -V, which reports: Server version: Apac