You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Michael Boudreau <mb...@press.uchicago.edu> on 2002/08/28 17:04:43 UTC

problem using Apache::Session

I want to use the %udat hash for session data, but I'm getting this error 
message when I start apache:

[23078]SES:  Embperl Session management DISABLED beause of following error: 
Can't locate Apache/SessionX.pm in @INC (@INC contains: 
/usr/local/lib/perl5 /w1/local/lib/perl5/5.6.0/sun4-solaris 
/w1/local/lib/perl5/5.6.0 /w1/local/lib/perl5/site_perl/5.6.0/sun4-solaris 
/w1/local/lib/perl5/site_perl/5.6.0 /w1/local/lib/perl5/site_perl . 
/w1/local/apache/ /w1/local/apache/lib/perl) at (eval 9) line 3.

Set $ENV{EMBPERL_SESSION_HANDLER_CLASS} to 'no' before loading Embperl to 
avoid this message at 
/w1/local/lib/perl5/site_perl/5.6.0/sun4-solaris/HTML/Embperl.pm line 431.

I'm using perl 5.6.0, Embperl 1.3.4, and Apache::Session 1.53.

I'm not sure how to troubleshoot this.


=================================================
Michael Boudreau
Senior Electronic Publishing Developer
The University of Chicago Press
1427 E. 60th Street
Chicago, IL 60637-2954

phone: 773 753 3298
fax: 773 753 3383
================================================= 


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: problem using Apache::Session

Posted by Cameron McBride <ca...@cwru.edu>.
Doh. Sorry.  Must remember to read _ALL_ posts _BEFORE_ responding.  

Cameron

On Wed, Sep 04, 2002 at 08:13:15AM -0400, Cameron McBride wrote:
> > Forgive me if I'm missing an obvious joke, but I've never heard of Apache:
> > :SessionX, and I can't find it mentioned in any of the Apache::Session 
> > docs.
> 
> Apache::SessionX is an extended session module written by Richter.  It
> is not the same module as Apache::Session.  If you hear about a perl
> module that doesn't sound familiar -- try heading over to CPAN to search
> for it.
>   http://search.cpan.org
> 
> The Apache::SessionX page (CPAN):
>   http://search.cpan.org/author/GRICHTER/Apache-SessionX-2.00b3/SessionX.pm
> 
> Hope that helps.
>   
> Cameron

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: problem using Apache::Session

Posted by Cameron McBride <ca...@cwru.edu>.
> Forgive me if I'm missing an obvious joke, but I've never heard of Apache:
> :SessionX, and I can't find it mentioned in any of the Apache::Session 
> docs.

Apache::SessionX is an extended session module written by Richter.  It
is not the same module as Apache::Session.  If you hear about a perl
module that doesn't sound familiar -- try heading over to CPAN to search
for it.
  http://search.cpan.org

The Apache::SessionX page (CPAN):
  http://search.cpan.org/author/GRICHTER/Apache-SessionX-2.00b3/SessionX.pm

Hope that helps.
  
Cameron
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: problem using Apache::Session

Posted by Michael Boudreau <mb...@press.uchicago.edu>.
On Wednesday, August 28, 2002, at 05:41  PM, Angus Lees wrote:

> At Wed, 28 Aug 2002 10:04:43 -0500, Michael Boudreau wrote:
>> [23078]SES:  Embperl Session management DISABLED beause of following 
>> error:
>> Can't locate Apache/SessionX.pm in @INC (@INC contains:
>
>> I'm using perl 5.6.0, Embperl 1.3.4, and Apache::Session 1.53.
>>
>> I'm not sure how to troubleshoot this.
>
> umm.. maybe Apache::SessionX isn't installed?
>
> (note the trailing 'X')

Forgive me if I'm missing an obvious joke, but I've never heard of Apache:
:SessionX, and I can't find it mentioned in any of the Apache::Session 
docs.

Is this a typo or bug in Embperl 1.3.4?

Michael R. Boudreau
Senior Electronic Publishing Developer
The University of Chicago Press
1427 E. 60th Street
Chicago, IL 60637
773-753-3298


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: problem using Apache::Session

Posted by Angus Lees <gu...@inodes.org>.
At Wed, 28 Aug 2002 10:04:43 -0500, Michael Boudreau wrote:
> [23078]SES:  Embperl Session management DISABLED beause of following error: 
> Can't locate Apache/SessionX.pm in @INC (@INC contains: 

> I'm using perl 5.6.0, Embperl 1.3.4, and Apache::Session 1.53.
> 
> I'm not sure how to troubleshoot this.

umm.. maybe Apache::SessionX isn't installed?

(note the trailing 'X')

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: problem using Apache::Session

Posted by Andrew O'Brien <an...@switchonline.com.au>.
On Wed, Aug 28, 2002 at 10:04:43AM -0500, Michael Boudreau wrote:
> I want to use the %udat hash for session data, but I'm getting this error 
> message when I start apache:
>
> [23078]SES:  Embperl Session management DISABLED beause of following error: 
> Can't locate Apache/SessionX.pm in @INC (@INC contains: 
                      _______^

> I'm using perl 5.6.0, Embperl 1.3.4, and Apache::Session 1.53.
> 
> I'm not sure how to troubleshoot this.

Try installing Apache::SessionX. It most definitely is not the same as
Apache::Session! It should ask you for configuration information
during the make sequence (read the docs beforehand so you know what to
expect and what answers go with what)

-- 
 Andrew O'Brien
 Senior Engineer                       email: andrewo@switchonline.com.au.
 Switch Online Group Pty Limited       phone: +61 2 9299 1133
 ABN 89 092 286 327                    fax:   +61 2 9299 1134

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org