For any of you who may have/had problems with building DBD::Oracle with Oracle 10g under Solaris, I got it working with a 32-bit perl by putting $ORACLE_HOME/lib32 in front of $ORACLE_HOME/lib in my LD_LIBRARY_PATH.
The error you get relates to "Wrong ELF Class" if you don't put the right libs in the LD_LIBRARY_PATH. Hope this helps someone. Sorry if it's already been covered completely, but most google searches turn up the requirement to build perl in 64 bit... Jeff
