Thomas Hilbig <[EMAIL PROTECTED]> wrote: > I was getting the error even from running perl > interactively > linux>perl > use CGI ; > Can't locate Apache.pm in @INC > > I think the problem may be that I am simply missing > the MOD_PERL_API_VERSION environment variable in my > shell environment. I had MOD_PERL set in my shell > environment (from when??), but not the other. > > Hopefully, I haven't butchered my Perl install beyond > repair.
Weird! Are you running the latest version of CGI? If not, that could be the problem, CGI had to be updated to support mod_perl2. Cheers, Tyler