Are you sure that a. the module is installed in a directory that is in
@INC and b. that you are using the module (ie use
Apache::Session::MySQL;).  Given that fact that it worked before, but
not now I would assume that it is a module installation problem, not a
code problem.

a yes
b oddly enough no, but it worked this way on the old server. maybe it was previously loaded into apache without my knowing it.

fixed in httpd.conf:

PerlModule Apache::Session::MySQL

Thanks

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to