I'm not sure USE_64_BIT_INT is the correct way to tell your binary was compiled 64bit as I'm fairly sure you can have 64bit ints (long long) and large files on 32bit builds of Perl. Under Compiler look for ptrsize=N or locate Oracle.so (in your perl tree - which is DBD::Oracle) and run file on it.
Can we see the perl you running which generates the error.
|