Gossamer Forum
Quote Reply
Local Set Up Problems
I am hoping that some one can help me out a little :)

I have a need to try and do some developemt locally, so I dont screw up my server. The n when I am happy I can do the upload etc.

See here for background
http://www.gossamer-threads.com/...or_testing)_P265588/

I have done a test for cgi etc using the following:

#!/usr/bin/perl -w
print "Content-type: text/html\n\n";
print "This CGI script works!";

and it works :)

Now I load the insall.cgi and the install.dat into the correct directories. I tried to run the install and I get the following error:

[error] Can't locate GT/CGI/MultiPart.pm in @INC (@INC contains: c:/phpdev/Perl/lib c:/phpdev/Perl/site/lib . c:/phpdev/apache/ c:/phpdev/apache/lib/perl) at c:/phpdev/www/cgi-bin/install.cgi line 3235.

Now it seems that I should try a fresh install as in

http://www.gossamer-threads.com/...ation_error_P260481/

But how exactly do I go about doing that. It seems like the script is looking for something that should be there, which clearly is not there.

I am running WinXP, with phpdev 4.2.3, which works, I aslo have the mod perl installed.

Any advice appreciated.

Thanks