logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache/Perl installation problem
Author
HogHunter



Joined: 15 Jan 2008
Posts: 2

PostPosted: Tue 15 Jan '08 6:52    Post subject: Apache/Perl installation problem Reply with quote

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

Any help would be gratefully accepted.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 15 Jan '08 7:47    Post subject: Reply with quote

For the quick and dirty, make the first line of the printenv.pl file
#!T:/usr/perl/bin/perl.exe

That will get you running. Read up on the

http://httpd.apache.org/docs/2.2/mod/core.html#scriptinterpretersource

to get rid of the shebang line in perl scripts
Back to top
HogHunter



Joined: 15 Jan 2008
Posts: 2

PostPosted: Tue 15 Jan '08 22:33    Post subject: Apache/Perl installation problem Reply with quote

Thank You! Thank You! Thank You So Much!. That was the problem it was pointing to the wrong location for perl. Very Happy

Now I can continue the installation of my environment.
Back to top


Reply to topic   Topic: Apache/Perl installation problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache