> Now I am trying to install DBD::Oracle 1.16 version to Oracle 
> 10.2.0.1.0_64 db server.
> Since I am using Perl 32 bit version 5.61 and I do not have 
> permissions to upgrade it to 64 bit,
> IS THERE A WORKAROUND to get this installed with 32 bit perl?

You can't use 64-bit Oracle libraries with 32-bit Perl. So you need either:

(1) 32-bit Oracle libraries, which tend to be in a "lib32" directory instead
of "lib" in the Oracle home.

But if I remember correctly, 32-bit Solaris support was removed from Oracle
10g. So you could use a previous version of Oracle (e.g. 9.2, or there seems
to be at least a 32-bit Instant Client for 10.1.0.3 at
http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html),
or,

(2) Recompile Perl to 64-bit to match, but you've said you can't do that.

--
Andy Hassall :: [EMAIL PROTECTED] :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool 

Reply via email to