Gossamer Forum
Home : Products : DBMan : Installation :

Installation trouble - Time/Local.pm

Quote Reply
Installation trouble - Time/Local.pm
I installed db.cgi on our Apache/Unix server according to instructions (I thought) and I'm getting a 500 error.

I ran a script checker on the db.cgi and came up with the following:

TEST 1: script and permissions
Passed Test 1!

TEST 2: script file format
Passed Test 2!

TEST 3: check perl path
Passed Test 3!

TEST 4: perl syntax
Can't locate Time/Local.pm in @INC (@INC contains: /usr/lib/perl5/i686-linux/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i686-linux /usr/lib/perl5/site_perl .) at db.cgi line 1071.
BEGIN failed--compilation aborted at db.cgi line 1071.

Can anyone help? Thanks.
Quote Reply
Re: Installation trouble - Time/Local.pm In reply to
I get the EXACT same error. And I followed the suggestions of two people earlier today, still same error. Which results on an "Internal Error 500" error.

HELP?
Quote Reply
Re: Installation trouble - Time/Local.pm In reply to
I did a search for local.pm here on the forum and got some results

http://www.gossamer-threads.com/scripts/forum/resources/Forum5/HTML/000378.html

suggests the problem is that perl was not fully installed on your system, specifically the Time::Local.pm module.

The same idea is on
http://www.gossamer-threads.com/scripts/forum/resources/Forum5/HTML/000647.html





------------------
JPD





Quote Reply
Re: Installation trouble - Time/Local.pm In reply to
Ofcourse...it was the old "Can't locate Time/Local.pm" problem because it wasn't there. My server guys installed the full package and it worked.

Thanks to all.