<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Same problem!?<br>
      <br>
      Upgraded from sympa 5.4 to sympa_6.1.7~dfsg-2<br>
      <br>
      Now wwsympa doesn't work any more.<br>
      I got a lot of " Insecure errors when running setuid" in the logs,
      repeated many times. This are only the first and last lines ... <br>
      <br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stder<br>
      r: Insecure dependency in sprintf while running setuid at
      /usr/lib/perl/5.14/Sys/Syslog.pm line 368.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stder<br>
      r: Use of uninitialized value $_[0] in sprintf at
      /usr/lib/perl/5.14/Sys/Syslog.pm line 368.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stder<br>
      r: Use of uninitialized value $_[1] in sprintf at
      /usr/lib/perl/5.14/Sys/Syslog.pm line 368.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stder<br>
      r: Insecure dependency in open while running setuid at
      /usr/share/sympa/lib/Lock.pm line 255.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stderr:
      Insecure dependency in open while running setuid at
      /usr/share/sympa/lib/Lock.pm line 255.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stderr:
      Insecure dependency in open while running setuid at
      /usr/share/sympa/lib/Lock.pm line 255.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stderr:
      Insecure dependency in open while running setuid at
      /usr/share/sympa/lib/Lock.pm line 255.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stderr:
      Insecure dependency in open while running setuid at
      /usr/share/sympa/lib/Lock.pm line 255.<br>
      ---- many others ---<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stderr:
      Insecure dependency in require while running setuid at
      /usr/lib/perl5/Template/Plugins.pm line 29.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      server "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi" stderr:
      Insecure dependency in require while running setuid at
      /usr/lib/perl5/Template/Filters.pm line 22.<br>
      [Sat Jan 07 17:05:18 2012] [error] [client 151.49.48.182] FastCGI:
      incomplete headers (0 bytes) received from server
      "/usr/lib/cgi-bin/sympa/wwsympa-wrapper.fcgi"<br>
      <br>
      My configs:<br>
      <br>
      /etc/apache2/conf.d/sympa<br>
    </font>
    <table border="1" cellpadding="2" cellspacing="2" width="100%">
      <tbody>
        <tr>
          <td><tt># Apache configuration file for Sympa<br>
              <br>
              Alias /static-sympa /var/lib/sympa/static_content<br>
              ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa-wrapper.fc</tt></td>
        </tr>
      </tbody>
    </table>
    <tt>
    </tt><br>
    <font face="Helvetica, Arial, sans-serif">/etc/apache2/</font><font
      face="Helvetica, Arial, sans-serif">mods-available/fastcgi.conf</font><br>
    <table border="1" cellpadding="2" cellspacing="2" width="100%">
      <tbody>
        <tr>
          <td valign="top"><tt><IfModule mod_fastcgi.c><br>
                AddHandler fastcgi-script .fcgi<br>
                FastCgiConfig -idle-timeout 120<br>
                FastCgiIpcDir /var/lib/apache2/fastcgi<br>
              </IfModule></tt><br>
          </td>
        </tr>
      </tbody>
    </table>
    <font face="Helvetica, Arial, sans-serif"><br>
      in virtual host apache config ...<br>
    </font>
    <table border="1" cellpadding="2" cellspacing="2" width="100%">
      <tbody>
        <tr>
          <td><tt><Location /wws > <br>
                              Options ExecCGI -MultiViews
              +SymLinksIfOwnerMatch<br>
                              Order allow,deny<br>
                              Allow from all<br>
              </Location></tt></td>
        </tr>
      </tbody>
    </table>
    <br>
    <font face="Helvetica, Arial, sans-serif">               <br>
      any help would be very appreciated!<br>
      Thanks<br>
      <br>
      Giorgio<br>
      <br>
    </font>
  </body>
</html>