On Mon, Mar 11, 2002 at 02:08:10PM -0800, Brian Lavender wrote:
> I am trying to test the Apache::Session::Oracle
> 
> Here is the error I am getting. What is wrong? I was able to
> successfully install and test Apache::Session which tested 
> Apache::Session::Oracle
> 
> This is the error.
> 
> [Mon Mar 11 14:01:23 2002] [error] Can't locate object method "TIEHASH" via package 
>"Apache::Session::Oracle" at /opt/apache/perl/example.perl line 33.
> 
> This is the code I am testing.
> 
> use strict;
> use Apache;
> use CGI;
> use Apache::Session::File;

Hmm, odd how I have a problem, and in the process of posting my question,
I figure it out. The above line just needs to be changed to:

use Apache::Session::Oracle;

and voila, it works.

brian
-- 
Brian Lavender
http://www.brie.com/brian/

Reply via email to