Do this and rummage around in what itside what it defines:

require auto::DBD::Oracle::mk;  # defines $dbd_oracle_mm_opts and $dbd_oracle_mm_self

(Note that this will probably change in future releases.)

Tim.

On Thu, Mar 07, 2002 at 03:35:07PM -0800, William R Ward wrote:
> 
> Where I work we have a variety of versions of Oracle installed in
> various possible values of $ORACLE_HOME.  It is necessary to have the
> environment variable $ORACLE_HOME match the version under which
> DBD::Oracle was compiled, in order for it to work.  For example, if
> $ORACLE_HOME points to an 8.0.6 directory but DBD::Oracle was linked
> with 8.1.6, we get a rude segmentation fault.
> 
> It would be nice to be able to find out which version of Oracle the
> DBD::Oracle was linked against so that we can give a more meaningful
> error message in this scenario.
> 
> Any advice would be helpful.
> 
> --Bill.
> 
> -- 
> William R Ward            [EMAIL PROTECTED]          http://www.wards.net/~bill/
> -----------------------------------------------------------------------------
>      If you're not part of the solution, you're part of the precipitate.

Reply via email to