Hi Rajakumar,

It may be helpful if we knew what failed in  the installation of the
DBD::Oracle module. IMO, it would be better to fix that problem than copy over
another perl installation. 

However, you can change what is in @INC if you want to try that. You can:

use lib qw(/some/path /some/other/path);

At the begining of your script to prepend directories to @INC. Or, you can
set a PERL5LIB environment variable, which will do the same. So, you may want
to add the needed paths in one of those ways, or try to find (and remedy) the
reason why DBD::Oracle won't install for you.

Cheers,
Kevin

On Tue, Apr 24, 2001 at 11:23:23AM -0700, Rajakumar Theja ([EMAIL PROTECTED]) 
spew-ed forth:
> Hi,
> 
> I'm new to perl, so please help.
> My installation of DBD::Oracle for Oracle 8.1.6
> failed.
> After reaching a dead end and not getting any help
> from 
> dbi-users, I decided to copy over a previous
> installation of the perl directory tree which
> includes DBI and DBD from another machine. But this 
> doesn't work, seems like @INC gets set during the
> installation phase and so contains the paths to the
> local perl installation on the previous machine. Can I
> change this to work on the new machine? Or will this
> copy over not work?
> 
> Thanks and any help is appreciated.
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 

-- 
Children are naive -- they trust everyone. School is bad enough, but, if you
put a child anywhere in the vicinity of a church, you're asking for trouble.
        -- Frank Zappa

Reply via email to