Gossamer Forum
Home : Products : Others : Fileman :

installation error

Quote Reply
installation error
When i run the install.cgi I get the following error:
Can't locate GT/CGI/MultiPart.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl . /etc/httpd/ /etc/httpd/lib/perl) at /home/virtual/site5/fst/var/www/perl/filer/install.cgi line 3083.Any idea why I'm getting this and what does it mean?thanks
Quote Reply
Re: [glenn21] installation error In reply to
Does the file exist?

GT/CGI/MultiPart.pm

Also, are the paths setup correctly? If the .pm file does exist, then its a case of the paths not being setup correctly :(

Sometimes you have to define the 'lib' paths at the top of the .cgi scripts.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] installation error In reply to
Hi Andy

I downloaded the missing PM file and ran makefile.pl and inserted the following command at the top of the script:

use lib '/home/virtual/vault.merlinedge.com/var/www/perl';

I now get the following error:

Can't locate GT/CGI/MultiPart.pm in @INC (@INC contains: /home/virtual/vault.merlinedge.com/var/www/perl /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl . /etc/httpd/ /etc/httpd/lib/perl) at /home/virtual/site5/fst/var/www/perl/fileman/install.cgi line 3085.

Also, on 3083 this code still exists:

if ($PERSIST) {
require GT::CGI::Cookie;
require GT::CGI::MultiPart;
require GT::CGI::Fh;
}

Does this conflict?

Thanks for your help.

cheers
Glenn
Quote Reply
Re: [glenn21] installation error In reply to
I would try a fresh install. The first one may have got messed up, which is why its missing all these files :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!