http://qs321.pair.com?node_id=803245


in reply to Re: dbd::oracle HELP
in thread dbd::oracle HELP

Hi thanks for your response. From Perl -V Compile-time options: USE_64_BIT_INT USE_LARGE_FILES so I guess that it is 64 bit ? The DBI and Oracle DBD were pre-installed on this solaris unix machine (I work for a large automotive company ) I'm not sure how they were compiled . cheers Nick

Replies are listed 'Best First'.
Re^3: dbd::oracle HELP
by mje (Curate) on Oct 26, 2009 at 14:34 UTC

    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.