Hi Ben,

Ben Webb wrote:
> Sorry, was on vacation.  I tried this (I've always restarted apache 
> after modifying the module, but never cleared the cache), I'm still 
> seeing the same behavior.
>
> Any other thoughts?


I had a similar problem a couple of weeks back and due to time 
limitations, I couldn't look into a better solution,  but realized that 
adding the path name:

<Perl>
use lib '/path/to/ModuleName';
</Perl>

PerlModule ModuleName

to my httpd.conf did it for me.  I guess a PerlSetEnv could replace the 
first stanza.  i may look into this more later and figure out a proper 
solution. 

Ray



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to