Re: DBI::PurePerl and DBD::Oracle...
- From: jeff@xxxxxxxxxxxxxx (Jeff Zucker)
- Date: Tue, 29 Aug 2006 09:49:24 -0700
Lincoln, Adym wrote:
Hi all,
Just trying to understand the instructions on both these packages.
The main thing to understand is that DBI::PurePerl is meant to work only with DBDs that are pure Perl (have no C/XS component) and AFAIK, that does *not* include DBD::Oracle. You might be able to access Oracle using DBI::PurePerl via DBD::Proxy, but I doubt it will work directly. Is there a reason you are trying PurePerl rather than plain DBI?
I guess I'm trying to understand "why" we run the make test prior toThe general idea is that you should only install software that works so you test first, then if it works, install it. In some cases you can force an install even if the tests fail but that is opening yourself to the possibility of failure in production.
running the make install?
In cases such as yours where the tests work better after install, the chances are that there are some environment variables that are not set in your test environment so I'd recommend looking at and setting the environment variables required for DBD::Oracle and then doing the make test.
--
Jeff
.
- Follow-Ups:
- RE: DBI::PurePerl and DBD::Oracle...
- From: Adym Lincoln
- RE: DBI::PurePerl and DBD::Oracle...
- References:
- DBI::PurePerl and DBD::Oracle...
- From: Adym Lincoln
- DBI::PurePerl and DBD::Oracle...
- Prev by Date: Autocommit attribute not set...(DBD::mysql)
- Next by Date: RE: DBI::PurePerl and DBD::Oracle...
- Previous by thread: Re: DBI::PurePerl and DBD::Oracle...
- Next by thread: RE: DBI::PurePerl and DBD::Oracle...
- Index(es):
Relevant Pages
|