Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Dennis Pecynski on May 31, 2002, 05:39:28 AM

Title: perl 5 not initiating
Post by: Dennis Pecynski on May 31, 2002, 05:39:28 AM
I purchased a classifieds program to run on my server. It has a perl instal, I keep getting an internal server error when I initiate program. I have set chmods have set path and checked and reset path..acts like my system cannot recognize the #! command to initiate perl. My first line is #!/usr/lib/perl5   ...in root I typed  whereis perl5  enter... gives /usr/lib/perl5  I am running 5.12. Have made sure my cgi is enabled, my user is everyone my file acess is write=group,read=everyone.
My acess is set to entire internet no password.  I have set the chmods on every file and folder manually on a telenet window...have installed verbatum to instructions..copied files with ftp to server...as ascii files...and renamed on server to make sure integrity was not changed...Please I need help!!
Title: Re: perl 5 not initiating
Post by: robert on May 31, 2002, 01:55:43 PM
Try #!/usr/bin/perl -w
Title: Re: perl 5 not initiating
Post by: Dennis Pecynski on June 01, 2002, 01:57:03 AM
Tryed it...same results, thanks anyways