1832825 Members
2991 Online
110046 Solutions
New Discussion

DBD-Oracle make error

 
MikeL_4
Super Advisor

DBD-Oracle make error

When trying to do a make on DBD-Oracle for Version 1.19 I am receiving the following gcc error:

gcc: +b: No such file or directory
gcc: /o99/app/oracle/product/9.2.0.6/lib32:/o99/app/oracle/product/9.2.0.6/rdbms/lib32: No such file or directory
gcc: +s: No such file or directory
gcc: +n: No such file or directory

What is causing this ?
1 REPLY 1
MikeL_4
Super Advisor

Re: DBD-Oracle make error

Found issue with Makefile.PL

changed line:
$m =~ s/LD_RUN_PATH=(\S+)\s+(\S+)/$2 +b $1/;
to:
$m =~ s/LD_RUN_PATH=(\S+)\s+(\S+)/$2 -Wl,+b,$1/;