vihrao has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: DBD::Oracle install fails
by marto (Cardinal) on Oct 26, 2009 at 14:11 UTC
Re: DBD::Oracle install fails
by Anonymous Monk on Oct 26, 2009 at 14:06 UTC
Re: DBD::Oracle install fails
by Plankton (Vicar) on Oct 27, 2009 at 05:27 UTC
    Are you setting these environment variables?
    ORACLE_HOME=/usr/somewhere/oracle10g LD_LIBRARY_PATH=$ORACLE_HOME/lib
    You could also try installing without perl -MCPAN -e shell by downloading the tar ball from CPAN untaring it and installing with ...
    # perl Makefile.PL # make # make test # make install