I'm trying to add mod_perl 2.0.4 compiled from source to an apache2 installation that's visible on a private network for testing. Installation is failing miserably at make test.

as advised in the INSTALL file, I'm doing:
perl Makefile.PL MP_APXS=/usr/local/sbin/apxs2


then

sudo make && make test


Here's an excerpt:

In file included from Base64.xs:24:
/home/test/packages/mod_perl-2.0.4/xs/modperl_xs_typedefs.h:67: error: syntax error before '*' token /home/test/packages/mod_perl-2.0.4/xs/modperl_xs_typedefs.h:67: warning: data definition has no type or storage class
*** Error code 1

Stop in /home/test/packages/mod_perl-2.0.4/WrapXS/APR/Base64 (line 92 of /usr/share/mk/sys.mk).
*** Error code 1

Stop in /home/test/packages/mod_perl-2.0.4/WrapXS/APR (line 461 of Makefile).
*** Error code 1

Stop in /home/test/packages/mod_perl-2.0.4/WrapXS (line 461 of Makefile).
*** Error code 1

Stop in /home/test/packages/mod_perl-2.0.4 (line 679 of Makefile).


any pointers greatly appreciated.

regards

Reply via email to