module "mod_perl.c" is not compatible with this version of Apache (found 20051115, need 20020903)

2006-05-16 Thread Adrian Diezig
I try to install apache 2.0.58 with mod_perl 2.0.2. After "make test" I got the following output at the end: httpd: module "mod_perl.c" is not compatible with this version of Apache (found 20051115, need 20020903). Please contact the vendor for the correct version. httpd: module "mod_perl.c

Re: Cannot load mod_perl.so

2006-05-16 Thread Tracy E Schreiber
Hi Randy, Thank you for the new module. It loads correctly. Thank you to everyone for their help and suggestions. Tracy "Randy Kobes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 15 May 2006, Tracy E Schreiber wrote: > >> Hi, >> >> I hope this isn't too much of a newbi

Re: Is Apache::Session for Apache2 on Windows?

2006-05-16 Thread Perrin Harkins
Foo Ji-Haw wrote: I'm trying to explore using sessions in my application. It seems that my option is restricted to Apache::Session. Please let me know if other session modules exist for my platform. CGI::Session. Don't be put off by the name. Neither Apache::Session or CGI::Session have any

Is Apache::Session for Apache2 on Windows?

2006-05-16 Thread Foo Ji-Haw
I'm trying to explore using sessions in my application. It seems that my option is restricted to Apache::Session. Please let me know if other session modules exist for my platform. My test codes are as follows: First run (to generate the session): my %session; eval { tie %sessi

Re: Cannot load mod_perl.so

2006-05-16 Thread Issac Goldstand
You may need to add (to httpd.conf) LoadFile c:/path/to/perl/bin/perl58.dll before the LoadModule line. Issac Tracy E Schreiber wrote: > Hi, > > I hope this isn't too much of a newbie question... > > I am trying to upgrade from Apache 2.0.55 using mod_perl V1.0 to Apache > 2.2.2 using mod_per