XFileSharing Free - install error

Message
Author
fotoman
Posts: 1
Joined: Feb 11, 2009 8:51 pm

install error

#1 Postby fotoman » Feb 11, 2009 8:52 pm

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Feb 24, 2009 10:24 am

This is for windows only:
add

Code: Select all

chdir('path-to-cgi-bin');
to the second line of every .cgi script.