You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Guy Saldanha <sa...@thales.de> on 2000/06/16 20:07:24 UTC

Compiling mod_perl on HP-UX 10.20

Hi!

Has anyone had problems compiling mod_perl 1.24 on HP-UX 10.20? No
matter what parameters are passed to perl Makefile.PL, the make is
stopped:

        ld -b -s -a shared -o libperl.so mod_perl.lo perlxsi.lo
perl_config.lo perl_util.lo perlio.lo mod_perl_opmask.lo  Apache.lo
Constants.lo Connection.lo Server.lo -Wl,-E -Wl,-B,deferred  
/opt/perl5/lib/5.00503/PA-RISC1.1/auto/DynaLoader/DynaLoader.a
-L/opt/perl5/lib/5.00503/PA-RISC1.1/CORE -lperl -lnsl_s -lndbm -ldld -lm
-lc -lndir -lcrypt 
ld: Unrecognized argument: -Wl,-E
ld: Usage:  ld flags... files...
*** Error exit code 1

Stop.

I'd be very grateful for help.

Guy.