Any advice?
(mwahaha)
Its set to 32 bit lib of oracle. and PERL5LIB is set to 32 bit perl
What is set to 32 bit of oracle? What does PERL5LIB have to do with LD_LIBRARY_PATH? Do you still have a problem?
LD_LIBRARY_PATH, Re: perlbrew/cpanm on 64 bit Ubuntu Re: cpanm --sudo installs to /root/perl5 instead of /usr, http://perldoc.perl.org/ExtUtils/MakeMaker.html#LIBS, C_INCLUDE_PATH/LIBRARY_PATH... repeat
Its one of these things, just figure it out :)
Finally with some work around I fixed it. yeeepeee..!!! Here is the steps I took. Updating for others references.
Congratulations, I know that feeling :)
So you hacked Makefile? That works. The following might also work
Before running Makefile.PL
export CFLAGS='-m32' export CXXFLAGS='-m32' export LDFLAGS='-m32'
Or as arguments to Makefile.PL
perl Makefile.PL CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32
This should propagate -m32 as arguments to gcc/ldd
In reply to Re: DBD::Oracle install on Mac OSX 10.8.5 (Mountain Lion) (mwahaha)
by Anonymous Monk
in thread DBD::Oracle install on Mac OSX 10.8.5 (Mountain Lion)
by mpettis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |