Koozali.org: home of the SME Server

perl 5 not initiating

Dennis Pecynski

perl 5 not initiating
« 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!!

robert

Re: perl 5 not initiating
« Reply #1 on: May 31, 2002, 01:55:43 PM »
Try #!/usr/bin/perl -w

Dennis Pecynski

Re: perl 5 not initiating
« Reply #2 on: June 01, 2002, 01:57:03 AM »
Tryed it...same results, thanks anyways