On Fri, May 04, 2001 at 08:10:28AM -0500, Reuss, Bob wrote:
> Ok, sorry for the long explanation but here is the question, I would like to
> install activeState on the machine that is running Interwoven.  This will in
> turn put two different installations of perl on the machine.  I noticed when
> I installed the oracle.pm module using ActiveState on my machine, it put the
> modules in its own directory structure.  I need to have the installation of
> the Oracle.pm module to be able to be seen from the old perl installation
> that has its own DBI and DBD folders in the perl environment. So the
> question is, will the installation of Oracle.pm module using activestates
> perl be able to be seen and called from perl processes where the machine is
> most likely set to look at the Interwoven perl?

It is unlikely.  Modules with binary components, such as DBD::Oracle, must
be built for compatibility with the perl installation.  If you compile
DBD::Oracle for the ActiveState perl build, I doubt it will work with the
Interwoven perl build.

You will need to figure out what compiler was used for the Interwoven
build, and use that same compiler to build DBD::Oracle.

Ronald

Reply via email to