Re: NetReg: Upgraded server to RH 7.2, Having Perl Problems

New Message Reply Date view Thread view Subject view Author view Attachment view

From: Peter Valian (valianp@southwestern.edu)
Date: Tue Mar 19 2002 - 13:56:56 CST


make sure your perl version is still 5.6.0 at /usr/bin/perl

it seems it can't find the POP3Client module...you should try
reinstalling it.

jmurray wrote:
> I am getting an error in my httpd error_log file since upgrading to RedHat 7.2
> The error is makes it so that the register.cgi is broken (and students cannot
> register. This is the error:
>
> Can't use an undefined value as a symbol reference at
> /usr/lib/perl5/site_perl/5.6.0/Mail/POP3Client.pm line 815.
> [Tue Mar 19 13:30:13 2002] [error] [client 192.168.0.94] Premature end of
> script headers: /home/httpd/cgi-bin/register.cgi
>
> Here is the offending code in my POP3CLient.pm:
>
> sub _sockprint
> {
> my $me = shift;
> my $s = $me->Socket();
> $me->Debug and carp "POP3 -> ", @_;
> my $outline = "@_";
> chomp $outline;
> push(@{$me->{tranlog}}, $outline);
> line 815 --> print $s @_;
> }
>
> Any ideas on what I can do here?
>
>
> **********************************************************************
> To unsubscribe from this list, send an e-mail message to
> majordomo@southwestern.edu containing a single line with the words:
> unsubscribe netreg
> Send requests for assistance to: owner-netreg@southwestern.edu
> **********************************************************************
>

-- 
Peter Valian
Network & Systems Administrator
Southwestern University
Georgetown, Texas
512.863.1586 office
512.863.1605 fax
--

********************************************************************** To unsubscribe from this list, send an e-mail message to majordomo@southwestern.edu containing a single line with the words: unsubscribe netreg Send requests for assistance to: owner-netreg@southwestern.edu **********************************************************************


New Message Reply Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:36 CDT