Hi [...]
> > Should I be able to compile for Oracle 9/64bit on Solaris? > > "perl Makefile.PL -r=build64" did not compile. > > "did not compile" doesn't help much, but it would only stand any chance if > perl itself was built with the same 64bit model as Oracle wants to use. > I've no idea what that is. I've not had time to look and even if I had I > don't have a 64bit platform to explore. Other brave souls will have to dig > into those issues. Yes $ file sun4-solaris-thread-multi/auto/DBD/Oracle/Oracle.so sun4-solaris-thread-multi/auto/DBD/Oracle/Oracle.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped $ ldd sun4-solaris-thread-multi/auto/DBD/Oracle/Oracle.so libclntsh.so.9.0 => /export/home/prints/local/lib/libclntsh.so.9.0 ... First of all you have to compile perl itself as 64bit program, then for me it was enough to build DBI and DBD without any parameters and it seems to work fine. ( Well DBD 1.13-1.14 leaks for me when compiled with oracle 9, could you test that, please ? And I had to tweak DBD 1.12 to compile fine, there were some libraries missing ). If you are intereseted I can dig some history and recall what exactly I did. -- Vladimír Marek