You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by frans <fr...@gerbang.lc.itb.ac.id> on 2000/08/01 04:33:03 UTC

mod_perl installation

I 've tried to install mod_perl in FreeBSD2.2.8. The support modul for
mod_perl have installed by CPAN module. But when I run Makefile

	perl Makefile.PL EVERYTHING=1 DO_HTTPD=1 && make

The proccess stopped with error code

perl_util.c: In function `perl_sv_is_http_code':
perl_util.c:751: invalid type argument of `->'
perl_util.c:754: invalid type argument of `->'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Will you tell me what 's wrong with this ? And what's the different at all
the statement DO_HTTPD=1 and NO_HTTPD=1, because when I tried with
NO_HTTPD=1, it worked successfully.