Jump to content

Apache/Perl installation problem


Recommended Posts

I am trying to install Apache / Perl / PHP and MySQL on my Windows machine.  I am trying to follow the instructions I found at http://www.ricocheting.com/server/index.html but I can't get past the perl install.  When I try to load the printenv.pl file, I get errors that say:

 

The system cannot find the path specified.  : couldn't create child process: 720003: printenv.pl

 

File does not exist: T:/usr/Apache2.2/htdocs/HNAP1

 

Do you have any ideas? 

 

I installed apache into the following folder:

T:\usr\Apache2.2

 

I installed perl into the following folder:

T:\usr\Perl

 

Link to comment
https://forums.phpfreaks.com/topic/86066-apacheperl-installation-problem/
Share on other sites

I figured out the problem. The splat line was pointing to a bad location.  I fixed to point to the proper location of the perl.exe.  I got the tip on another site, but I wanted to post it here so someone else would be able to find it.

 

The first line of my file had to be changed to have:

 

#!t:/usr/Perl/bin/perl.exe

 

 

it was

#!d:/usr/Perl/bin/perl.exe

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.