You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Markus Trenkle <ma...@grenzgaenge.org> on 2005/11/08 15:04:49 UTC

Help compiling mod_perl on HPUX64

Hi all,

I'm having troubles compiling mod_perl for HPUX 64bit. For some  
reason, the compiler option +DD64 leaks into the linker options, so I  
get

ld: Unrecognized argument: +DD64
Fatal error.

I already had this compiling DBD-Oracle, but there I could edit the  
Makefile by hand. In case of mod_perl there are too many Makefiles  
that even wont open in vi. Does anybody know how to prevent this to  
happen?

Thanks,

Markus