This is a discussion on SETUP Appache CGI (Local Computer) (win XP) help within the Apache Web Server forums, part of the Web Server and Related Forums category; I am having trouble setting up apace to simulate perl cgi on my computer. I tried using tried using the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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/pri*ntenv.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. |
|
|||
|
My simple suggestion is use activestate per
http://www.activestate.com/Products/ActivePerl/ or if you want t build it yourself there's some great tutorials at http://www.devside.net/web/server/window Message posted via http://apache2triad.net/forums/ |