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.