Skip to Content.
Sympa Menu

en - Re: [sympa-users] upgrade from 4.1.5 to 5.2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Redmond Militante <address@concealed>
  • To: Redmond Militante <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] upgrade from 4.1.5 to 5.2
  • Date: Fri, 28 Apr 2006 13:08:18 -0500

the line from our apache2 error.log

[Fri Apr 28 13:05:29 2006] [error] [client 128.135.0.88] Undefined subroutine
&Language::LoadLang called at /usr/lib/cgi-bin/sympa/wwsympa.bak.fcgi line
372, <CONF> line 728

points to line 372 in wwsympa.bak.fcgi, which reads

&Language::LoadLang($Conf{'msgcat'});

I know that msgcat is deprecated for sympa 5x, so i change the line to use
'localedir'
&Language::LoadLang($Conf{'localedir'});

I still get the error.

+++ Redmond Militante <address@concealed> [06/04/28 12:42]:
> I've managed to get rid of the XML::LibXML / libxml2 related errors in our
> apache2 error log. I accomplished this by installing the version of
> libxml2 from www.xmlsoft.org, using ldconfig to add the new libxml2 library
> at /usr/local/lib, then installing XML::LibXML::Common via synaptic.
>
> I still can't bring up our sympa home page in a browser - our apache2 error
> logs indicate the problem is with either sympa.conf or wwsympa.conf
>
> [Fri Apr 28 12:07:10 2006] [error] [client 128.135.190.69] Undefined
> subroutine &Language::LoadLang called at
> /usr/lib/cgi-bin/sympa/wwsympa.bak.fcgi line 371, <CONF> line 728.
> [Fri Apr 28 12:07:10 2006] [error] [client 128.135.190.69] Premature end of
> script headers: wwsympa.fcgi
>
>
> is wwsympa.bak.fcgi created during the upgrade process? if i remove this
> file from the cgi-bin/sympa directory and try to get to the sympa homepage
> i get
>
> [Fri Apr 28 12:07:50 2006] [error] [client 128.135.190.69] Premature end of
> script headers: wwsympa.fcgi
> [Fri Apr 28 12:07:50 2006] [error] [client 128.135.190.69] Premature end of
> script headers: wwsympa.fcgi
>
>
> anybody run into this? or suggestions on how to troubleshoot?
>
> thanks again.
>
> +++ Dale Ghent <address@concealed> [06/04/28 09:25]:
> > On Apr 27, 2006, at 3:30 PM, Redmond Militante wrote:
> >
> > >The newest version of libxml2 was installed with my system, I've
> > >also installed the version recommended in the Sympa FAQ re: the
> > >Debian XML::LibXML problem.
> > >
> > >Would I have to uninstall both these versions, then install libxml2
> > >from www.xmlsoft.org? I'm not sure how important this module is to
> > >my system but I'd hate to b0rk this machine in the process...
> >
> > You can always install the self-compiled libxml to another location
> > on the system in order to preserve your Debian-installed one. It may
> > suck having two versions, but it's what you have to do sometimes when
> > being forced to do the lib version dance.
> >
> > /dale
> >
> > --
> > Dale Ghent
> > UNIX Systems Specialist
> > UMBC - Office of Information Technology
> > ECS 201 - x51705
> >
> >
>
> --
> Redmond Militante / NSIT / The University of Chicago
> PGP Public Key: <http://home.uchicago.edu/~rjm/pubkey.asc>

--
Redmond Militante / NSIT / The University of Chicago
PGP Public Key: <http://home.uchicago.edu/~rjm/pubkey.asc>



Archive powered by MHonArc 2.6.19+.

Top of Page