| View previous topic :: View next topic |
| Author |
Message |
fotoman
Joined: 11 Feb 2009 Posts: 1
|
Posted: Feb 11, 2009 8:52 pm Post subject: install error |
|
|
I uploaded all the files into their folders with proper permissions. this install is on a windows server. when trying to run the install script I get this error..note I did change the path to perl on the install.cgi script from its default to this #!C:\Perl\Lib\ which is the proper path for my host.
Software error:
Can't locate XFileConfig.pm in @INC (@INC contains: . C:/Perl/lib C:/Perl/site/lib) at D:\inetpub\dcproductions\xfiles\cgi-bin\install.cgi line 6.
BEGIN failed--compilation aborted at D:\inetpub\dcproductions\xfiles\cgi-bin\install.cgi line 6.
any ideas? John |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2134 Location: UFO Lab
|
Posted: Feb 24, 2009 10:24 am Post subject: |
|
|
This is for windows only:
add
| Code: | | chdir('path-to-cgi-bin'); |
to the second line of every .cgi script. |
|
| Back to top |
|
 |
|