in reply to mysql/perl library problem

Make sure the UID under which apache runs has proper access to the mentioned library (and all other files needed by the program).

Abigail

Replies are listed 'Best First'.
Re: Re: mysql/perl library problem
by peecee (Initiate) on Nov 01, 2002 at 15:34 UTC
    The UID is nobody. It has access to all modules. Could a module not be configured correctly?
      I didn't question the access to the module. I questioned the access to the library. The mysql library, which is used by the Perl module. Does your OS require proper setting of the LD_LIBRARY_PATH or LD_RUN_PATH environment variable?

      It is of course possible a module isn't correctly configured, but neither the error message, nor the fact it runs fine from the command line (with a different UID?) suggests that.

      Abigail