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