View Single Post
Old 10-25-2007, 02:37 PM  
sortie
Confirmed User
 
sortie's Avatar
 
Industry Role:
Join Date: Mar 2007
Posts: 7,771
Quote:
Originally Posted by tiger View Post
BTW these are the errors I'm getting when I try to run install:


Use of uninitialized value in substitution (s///) at install.cgi line 26.
Use of uninitialized value in split at install.cgi line 27.
Use of uninitialized value in concatenation (.) or string at install.cgi line 28.
Use of uninitialized value in concatenation (.) or string at install.cgi line 29.
Use of uninitialized value in split at install.cgi line 36.
Use of uninitialized value in string eq at install.cgi line 39.

Did you change the install cgi to run as "strict"?

Just put your path to perl in the script without any switches and run it.

For example use this : /usr/bin/perl

but not this : /usr/bin/perl -d -w -s
__________________
sortie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote