in reply to Can't load Oracle.dll - HELP!!!

DBD::Oracle can't work on its own - do you have all the necessary Oracle libraries/files installed on your system?

Michael

Replies are listed 'Best First'.
Re: Can't load Oracle.dll - HELP!!!
by tmaggard (Initiate) on Nov 26, 2004 at 22:47 UTC
    Yes, I believe I have all of the necessary Oracle libraries installed. The script works fine from the command line, which leads me to believe that I am encountering a permission issue with Apache...I am just not sure where to look for this issue.

    - Torrey
      If the scripts work from the command line then it's usually a case of making sure that the environment is duplicated in the Apache setup. My Oracle know-how is approximately zero, so I don't know what you need to set - but check your environment in your DOS shell, and then add the appropriate entries to your httpd.conf file (see the SetEnv directive).

      Michael