Re: DBD::Oracle Installation problem



I have a similar problem, but the other way around. I'm on a 64-bit
machine, but the Oracle libraries are 32-bit. The perl installation is
64-bit. I was able to modify Makefile.PL to force 32-bit objects using
the -m32 switch with gcc. I can verify that
blib/arch/auto/DBD/Oracle/Ora­cle.so is 32-bit. However, make test is
failing. The error is:

t/01base................Failed to load Oracle extension and/or shared
libraries:
install_driver(Oracle) failed: Can't load
'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:
blib/arch/auto/DBD/Oracle/Oracle.so: cannot open shared object file: No
such file or directory at
/usr/lib64/perl5/5.8.0/x86_64-linux-thread-multi/DynaLoader.pm line
229.

Is this still a 64 vs. 32 bit problem or something else?

Thanks. Willy

.