Oracle 9i/DBD1.14/Solaris 8 or 9 64bit

From: Michelle Ly (lypkm_at_umflint.edu)
Date: 12/29/03


Date: Mon, 29 Dec 2003 17:09:39 -0500
To: <dbi-users@perl.org>

My thanks goes out to Tim Bunce (provided the new Makefile.PL) and
Michael Nhan who indicated that one of the parameters was missing.
This is what I did
 
make realclean
perl Makefile.PL
Edited the new Makefile to point all 9.2/lib and 9.2/rdbms/lib to
their 32bit counterparts.
Then made sure that the following was correct
**per Michael Nhan***
> -L/appora/oracle/product/9.2/rdbms/lib32/ -L/appora/oracle/produ
> ct/9.2/lib32/ /appora/oracle/product/9.2/lib32 -lclntsh -lnbeq9
                ^
                |
Appears you left out a parameter of -R here
   made sure that all occurences of these options include the -R.
(There are 4 I believe)
then ran the
make
make test
make install
 
And it went in with no problem.