in reply to Re^4: Not able to install DBD::Oracle on sun solaris.
in thread Not able to install DBD::Oracle on sun solaris.
wrong ELF class: ELFCLASS64
You're mixing different architectures. If you built a 32-bit Perl, you will need to link the 32-bit Oracle libraries. If you built a 64-bit Perl, you will need to link the 64-bit Oracle libraries.
You will determine the architecture of your Oracle libraries and your Perl, and then set up $ENV{LD_LIBRARY_PATH} appropriately if you have both kinds of libraries installed.
|
|---|