Greetings! I've downloaded mod-perl-1.99_02 and am having trouble getting it to make.
perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 works fine. My problem is with make && make test. I get the following: cc -I/home/eric/Downloads/Apache/mod_perl-1.99_02/src/modules/perl -I/home/eric/Downloads/Apache/mod_perl-1.99_02/xs -I/usr/local/apache2/include -fno-strict-aliasing -I/usr/lib/perl5/5.6.1/i586-linux/CORE -DMOD_PERL -O2 -pipe -fPIC \ -c modperl_bucket.c && mv modperl_bucket.o modperl_bucket.lo modperl_bucket.c:52: incompatible types in initialization modperl_bucket.c:52: initializer element is not constant modperl_bucket.c:52: (near initialization for `modperl_bucket_sv_type.is_metadata') modperl_bucket.c:53: warning: initialization from incompatible pointer type modperl_bucket.c:54: warning: initialization from incompatible pointer type modperl_bucket.c:55: warning: initialization from incompatible pointer type modperl_bucket.c:56: warning: initialization from incompatible pointer type make[1]: *** [modperl_bucket.lo] Error 1 make[1]: Leaving directory `/home/eric/Downloads/Apache/mod_perl-1.99_02/src/modules/perl' make: *** [modperl_lib] Error 2 Any ideas what I'm doing wrong? Or, can someone point me to a source where I can make this work? Any help would be greatly appreciated. Thanks!