On Sunday 10 March 2002 13:22, Philipp Reichmuth wrote: > Of course, being a complete AxKit novice, I've run into the next > problem already, this time with XSPs. When I try to run the attached > xsps through AxKit, I get lots of errors about XSP::Util possibly not > being installed, as you can see from the attached logfile snippet. > I've attached my relevant httpd.conf section as well which sort of > shows that I really did my best to get XSP::Util loaded :-)
Loaded yes, but are you certain you've installed it? It really looks like it's not on your system from those logs. Or at least that Perl isn't finding it. You can try adding PerlModule AxKit::XSP::Util, it'll probably fail as well. Try (re)installing it (perl -MCPAN -e 'install AxKit::XSP::Util'). > I really hate to bombard the mailing list with these newbie questions. That's what the list is for :-) -- _______________________________________________________________________ Robin Berjon <[EMAIL PROTECTED]> -- CTO k n o w s c a p e : // venture knowledge agency www.knowscape.com ----------------------------------------------------------------------- Sleep is no substitute for coffee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
