Skip to Content.
Sympa Menu

en - [sympa-users] mod_fcgid Undefined subroutine

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] mod_fcgid Undefined subroutine
  • Date: Thu, 24 Feb 2011 23:49:47 +0100

Subroutines fail that are external modules to wwsympa.fcgi.

*** Apache error ***
[Thu Feb 24 10:08:09 2011] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.6
configured -- resuming normal operations
[Thu Feb 24 10:08:50 2011] [warn] [client 10.1.102.67] mod_fcgid: stderr:
Undefined subroutine &main::get_random called at /home/sympa/bin/wwsympa.fcgi
line 1129.
[Thu Feb 24 10:08:50 2011] [warn] [client 10.1.102.67] mod_fcgid: stderr:
Undefined subroutine &main::get_random called at /home/sympa/bin/wwsympa.fcgi
line 1129.
[Thu Feb 24 10:08:50 2011] [error] [client 10.1.102.67] Premature end of
script headers: wwsympa.fcgi

*** get_random is a sub in SympaSession.pm ***

[root@maillist bin]# grep get_random *
Auth.pm: my $ticket = &SympaSession::get_random();
SympaSession.pm: $session->{'id_session'} = &get_random();
SympaSession.pm: my $new_id = &get_random();
SympaSession.pm:sub get_random {
wwsympa.fcgi: $session->{'email'}= 'nobody'; $session->{'id_session'} =
&get_random();


  • [sympa-users] mod_fcgid Undefined subroutine, john.gibson, 02/24/2011

Archive powered by MHonArc 2.6.19+.

Top of Page