[Maypole] Running Maypole On Fedora 3

Perrin Harkins perrin@elem.com
Sun, 05 Dec 2004 19:48:28 -0500


On Sun, 2004-12-05 at 15:59 -0800, Andre Sanchez wrote:
>  From apache error_log:
> 
> [Sun Dec 05 15:09:20 2004] [error] [client 127.0.0.1] failed to resolve 
> handler `BeerDB': Can't locate BeerDB.pm in @INC (@INC contains: 
> /home/andre/Maypole-2.04/ex/ ...
> 
> eventhough:
> 
> [andre@laptop ex]$ pwd
> /home/andre/Maypole-2.04/ex
> [andre@laptop ex]$ ls -l
> total 16
> -rw-r--r--  1 andre website 1326 Dec  4 08:19 BeerDB.pm
> -rw-r--r--  1 andre andre   1218 Dec  4 07:50 BeerDB.pm.bak

Remember that the entire directory path to these files need to be
accessible by the user who your server runs as (commonly "nobody").  Try
becoming that user and see if you can see those files.

- Perrin