Mailing List Archive

Re: Apache::File wierdness
On Tue, 8 Feb 2000, Reza Naima wrote:

> I'm getting a very irritating problem. I upgraded apache/mod_perl
> recently :
>
> Apache/1.3.11 (Unix) PHP/3.0.14 mod_fastcgi/2.2.2 mod_perl/1.21
>
> and I'm getting an irritating error now with my mod_perl code that uses
> Apache::File..
>
> Can't locate loadable object for module Apache::File in @INC..
>
> An strace of httpd reveals that it is earching for File.so or
> libFile.so, however, I don't think this file is supposed to exist. What
> would cause it to be searched for? Any help would be appreciated.

it is supposed to exist, but only if you build mod_perl with EVERYTHING=1
or PERL_FILE_API=1