Hello all,

once again I have to build a perl/oracle10g/apache2/ssl system on hpux
using the openview compiler, this time it needs to be 64bit clean. While
I'm nearly done with it I still face some problems, I hope somebody here
can help me.

For some reason, the compiler options leak into the linker options, so
in the generated Makefile for DBD-Oracle there is the line

OTHERLDFLAGS =  -Wl,+s -Wl,+n +DA2.0W +DS2.0

which leads to this error:

ld: Unrecognized argument: -Wl,+s
Fatal error.

Maybe this isn't related to perl or dbd-oracle at all because I have a
similar error with +DD64 while compiling mod_perl. If this finally works
and there is some interest I will gladly publish what I have done.

Thanks,

Markus


Info:
hpux 11
oracle 10g
openview compiler
perl 5.8.7
dbi 1.48
dbd-oracle 1.16

Reply via email to