Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Install script won't run

Quote Reply
Install script won't run
I'm trying to install a copy of Links SQL on my local PC for development and testing purposes. When I try to run the install script I get a server error 500 message. The server error log file says:

"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/links/lsqldev-2.1.2/install.cgi line 3235."

(My Apache server is set up at C:/phpdev)

I'm running Apache 1.3.27 and Perl 5.6, with PHP 4.2.3 and mod_perl. Any idea what's going on?
Quote Reply
Re: [dbr1066] Install script won't run In reply to
Hi,

Very strange. you should not ever need to load the GT/CGI/MultiPart as that is only for handling file upload fields, and there shouldn't be any file upload fields in the install process.

The problem is GT/CGI/Multipart.pm is not bundled in the install.cgi and for some reason your browser/server is saying it's handling a multipart request. For a quick fix, copy and paste all of Multipart.pm immediately before 'package GT::CGI::Cookie;' line.

Cheers,

Alex
--
Gossamer Threads Inc.