in reply to Re: mysql/perl library problem
in thread mysql/perl library problem

The UID is nobody. It has access to all modules. Could a module not be configured correctly?

Replies are listed 'Best First'.
Re: mysql/perl library problem
by Abigail-II (Bishop) on Nov 05, 2002 at 16:59 UTC
    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