On Mon, Sep 24, 2001 at 10:51:30AM -0500, Boyd, David wrote:
> PerlSetEnv EMBPERL_SESSION_CLASSES "MemoryStore NullLocker"

> Syntax error on line 991 of c:/program files/apache
> group/apache/conf/httpd.conf:
> Cannot require Apache::Session::Store::MemoryStore at
> C:/Perl/site/lib/HTML/Embperl/Session.pm line 204.
> Compilation failed in require at (eval 4) line 3.

there is no "MemoryStore" in my Apache::Session (1.53).

perhaps this is why it cannot be compiled.

> PerlSetEnv PERL5LIB "C:/Projects/IRS/Apache/Perl"

i'm not sure how well this works, since (as i understand it) perl only
checks this env var once on startup.

"use lib" in a PerlRequire'd startup file might be safer.

> I also also noticed that if I move the following two lines under </Location>
> I get memory referenced errors when ever I try to shut down apache:
> PerlSetEnv PERL5LIB "C:/Projects/IRS/Apache/Perl"

i'm not sure what a "memory referenced error" is, but i would expect
this never to work, for the same reason.

you only have one perl interpreter with mod_perl (thats the point),
and thus only one @INC.

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to