I'm trying to install libapreq2-2.06-dev on a hpux 11.11 machine. It is failing at the make command.
This machine has both a static (non mod-perl) 1.33 apache server and a mod_perl enabled 2.0.48 apache server installed and running happily. When installing libapreq2, I start with: perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs That works with no errors. I then run make, and get the following output: No suffix list. Making all in . No suffix list. Making all in include No suffix list. make all-am No suffix list. Making all in library make all-am source='util.c' object='util.lo' libtool=yes \ depfile='.deps/util.Plo' tmpdepfile='.deps/util.TPlo' \ depmode=hp /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/apache2/include -DHP UX11 -D_REENTR ANT -D_XOPEN_SOURCE_EXTENDED -g -c -o util.lo `test -f 'util.c' || echo './'`util.c cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/apache2/include -DHPUX1 1 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -g -c util.c -W p,-M.deps/util.TPlo +Z -DPIC -o .libs/util.o cpp: "util.c", line 23: warning 2001: Redefinition of macro MIN. cpp: "util.c", line 24: warning 2001: Redefinition of macro MAX. cc: "util.c", line 552: error 1649: Illegal integer-pointer combination for >. cc: "util.c", line 552: error 1563: Expression in if must be scalar. *** Error exit code 1 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. Can anyone help? Alternately, is there a nice way of getting the paramters from a POST request without using Apache2::Request? Thanks in advance, Becky Becky Alcorn Unisolve Pty Ltd - Melbourne, Australia +61 3 9568 2005