Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] wwsympa-indefinite loop

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-dev] wwsympa-indefinite loop
  • Date: Tue, 31 Oct 2000 11:04:00 +0100

Siao Chiun wrote:

> >What is your system ?
> [SC] Solaris 8
>
> >Did you try running sympa.pl ? Then ?
> [SC]I started the whole installation process again on a 'clean' server.
> This time when i start sympa.pl, i get this message:
> " Usage: Sys::Syslog::_PATH_LOG() at .............."
>
> I used the solution recommended where i changed line 277 in Syslog.pm to
> my $syslog = &_PATH_LOG() || croak "_PATH_LOG not found in
> syslog.ph";
>
> After i made the change, i get a new error message:
> "Your vendor has not defined the Sys::Syslog macro _PATH_LOG at
> /opt/lib/perl5/5.
> 6.0/sun4-solaris/Sys/Syslog.pm line 277, <CONF> line 275."
>
> Any idea how to overcome this?

This is a Solaris-specific problem that is worth reporting to Sun.

Perl 5.6.0's behaviour has changed compared to perl 5.005 :
if setlogsock('unix') failed it would retry with 'inet' ; Perl 5.6.0
won't try it.
Perl developpers told us it will be corrected with Perl 5.6.1.

The bug related to &_PATH_LOG() will also be corrected in Perl 5.6.1

I recommend you try setting 'log_socket_type' to 'inet'

> >Did you try running WWSympa from the command line ?
> {SC] Yes, and it was SCARY.....it just kept looping and printing out the
> html code. I couldn't even stop it using ctr-C. I have to kill the process
> explicitly.

Did you change WWSympa's templates ?
Do you use FastCGI ? (you should first try without FastCGI)

--
Olivier Salaün
Comité Réseaux des Universités



Archive powered by MHonArc 2.6.19+.

Top of Page