Everytime I am try to make mod-perl1.25 under HPUX 11 I always encounter the same error: ===> modules/perl cc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -DHPUX11 -Aa -Ae -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -DMOD_PERL -I`/opt/perl5/bin/perl -MConfig -e 'print $Config{archlibexp}'`/CORE `/opt/perl5/bin/perl '-MApache::ExtUtils=%Config' -e 'print $Config{ccflags}'` -DNO_PERL_DISPATCH -DNO_PERL_POST_READ_REQUEST -DNO_PERL_TRANS -DNO_PERL_HEADER_PARSER -DNO_PERL_ACCESS -DNO_PERL_AUTHEN -DNO_PERL_AUTHZ -DNO_PERL_TYPE -DNO_PERL_FIXUP -DNO_PERL_LOG -DNO_PERL_INIT -DNO_PERL_CLEANUP -DNO_PERL_RESTART -DNO_PERL_STACKED_HANDLERS -DNO_PERL_SECTIONS -DNO_PERL_METHOD_HANDLERS -DNO_PERL_SSI -DNO_PERL_DIRECTIVE_HANDLERS -DMOD_PERL_VERSION=\"1.25\" -I./os/unix -I../../include -c mod_perl_opmask.c cc: "/usr/include/dlfcn.h", line 17: error 1681: Must use +e or -Ae for long long in ANSI mode. *** Error exit code 1 I am sure I need to add an extra line or two in the configuration but have no idea what the line should be nor where to place it. Any help would be greatly appreciated. Thanks, Corey Hart