in reply to mysql/perl library problem

Not sure if this is the case, but check that the perl module you're trying to load is accessible from the web-browser.

The file permissions should be set to at least read, if not read-execute for "everyone else" (ie permissions something like
-rwxr-xr-x).

Hope that helps ..
--Foxcub

Replies are listed 'Best First'.
Re: Re: mysql/perl library problem
by peecee (Initiate) on Nov 01, 2002 at 15:38 UTC
    The file permissions on all directories and files are at least r+x for everyone. In some directories, there is w for owner and group. I checked each level of directories just to make sure files inside some directories were not getting masked accidentally.