| JohnCreighton_@hotmail.com 2005-05-02, 2:46 am |
| I am having trouble setting up apace to simulate PERL cgi on my
computer. I tried using tried using the demo PERL script that came with
apache by typing:
http://192.168.1.1/chi-bin/printenv.pl
It said I wasn't configured properly. I downloaded PXperl, because I
thought I might need a version of PERL on my computer. It still
didn't work. I also downloaded mod_perl-1.29 because I thought you
might need this to run PERL on apache. I tried installing it by going
to its director in the command prompt and typing:
perl makefile.pl
I get some errors like:
Can't open PERL script "\lib/ExtUtils/xsuppp": No such file or
directory.
....
(You get this message, because MakeMaker could not find
"\lib\CORE\perl.h")
I am not sure what the second error means but I know \lib/ExtUtilsxsupp
exists in PXperl. Is it no included in the search path properly of all
perl scripts. How might I included it? I am using Windows XP if that
helps.
|